flarum/app/Console/Kernel.php

17 lines
249 B
PHP
Raw Normal View History

<?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 = [
//
];
}