From c60c519755ffbd8c82323301e02fa25bf6e999b4 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 7 Oct 2016 12:25:15 +0100 Subject: [PATCH] Added console kernel header --- app/Console/Kernel.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index c7a2896cf..059aa0cc1 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -17,6 +17,13 @@ use CachetHQ\Cachet\Console\Commands\DemoSeederCommand; use Illuminate\Console\Scheduling\Schedule; use Illuminate\Foundation\Console\Kernel as ConsoleKernel; +/** + * This is the console kernel class. + * + * @author Graham Campbell + * @author Joseph Cohen + * @author James Brooks + */ class Kernel extends ConsoleKernel { /**