mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 13:38:20 +01:00
Added console kernel header
This commit is contained in:
parent
0d9cd8fad9
commit
c60c519755
@ -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
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user