mirror of https://github.com/flarum/flarum
Toby Zerner
10 years ago
2 changed files with 17 additions and 1 deletions
@ -0,0 +1,16 @@ |
|||||||
|
<?php namespace App\Console; |
||||||
|
|
||||||
|
use Illuminate\Foundation\Console\Kernel as ConsoleKernel; |
||||||
|
|
||||||
|
class Kernel extends ConsoleKernel { |
||||||
|
|
||||||
|
/** |
||||||
|
* The Artisan commands provided by your application. |
||||||
|
* |
||||||
|
* @var array |
||||||
|
*/ |
||||||
|
protected $commands = [ |
||||||
|
// |
||||||
|
]; |
||||||
|
|
||||||
|
} |
Loading…
Reference in new issue