Added console kernel header

This commit is contained in:
James Brooks 2016-10-07 12:25:15 +01:00
parent 0d9cd8fad9
commit c60c519755

View File

@ -17,6 +17,13 @@ use CachetHQ\Cachet\Console\Commands\DemoSeederCommand;
use Illuminate\Console\Scheduling\Schedule; use Illuminate\Console\Scheduling\Schedule;
use Illuminate\Foundation\Console\Kernel as ConsoleKernel; use Illuminate\Foundation\Console\Kernel as ConsoleKernel;
/**
* This is the console kernel class.
*
* @author Graham Campbell <graham@alt-three.com>
* @author Joseph Cohen <joe@alt-three.com>
* @author James Brooks <james@alt-three.com>
*/
class Kernel extends ConsoleKernel class Kernel extends ConsoleKernel
{ {
/** /**