From a0b43c34edcc0941fb6c777acdcba7e148d7e372 Mon Sep 17 00:00:00 2001 From: Yahya Uddin Date: Wed, 25 Nov 2015 00:48:43 +0000 Subject: [PATCH] Use ::class notation --- 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 0c088c89380..8aa12dbd68c 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -11,7 +11,7 @@ class Kernel extends ConsoleKernel { * @var array */ protected $commands = [ - 'App\Console\Commands\Inspire', + App\Console\Commands\Inspire::class, ]; /**