From ebc18e3aefb8345e5a06e2449888762e83221fab Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 17 Jul 2017 09:12:08 -0500 Subject: [PATCH] update comment --- app/Console/Kernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index cdbac68e..a8c51585 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -29,7 +29,7 @@ protected function schedule(Schedule $schedule) } /** - * Register the Closure based commands for the application. + * Register the commands for the application. * * @return void */