|
@@ -8,15 +8,6 @@ use Illuminate\Support\Facades\Storage;
|
|
|
|
|
|
class Kernel extends ConsoleKernel
|
|
class Kernel extends ConsoleKernel
|
|
{
|
|
{
|
|
- /**
|
|
|
|
- * The Artisan commands provided by your application.
|
|
|
|
- *
|
|
|
|
- * @var array
|
|
|
|
- */
|
|
|
|
- protected $commands = [
|
|
|
|
- //
|
|
|
|
- ];
|
|
|
|
-
|
|
|
|
/**
|
|
/**
|
|
* Define the application's command schedule.
|
|
* Define the application's command schedule.
|
|
*
|
|
*
|