added new command to artisan

This commit is contained in:
2019-12-11 22:17:38 -06:00
parent 9b71df8ee4
commit 7a5da1e4c2

View File

@@ -25,6 +25,7 @@ class Kernel extends ConsoleKernel
Commands\GetAssetsCommand::class,
Commands\PurgeUsers::class,
Commands\FlexStructureCommand::class,
Commands\EmptyJumpBridges::class,
];
/**