Fix for Laravel 5.5 (#540)

Command fire method is now handle
This commit is contained in:
Jan.Weskamp
2017-07-16 02:24:12 +02:00
committed by Barry vd. Heuvel
parent 08d39c125f
commit 2b1273c45e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ class MetaCommand extends Command
*
* @return void
*/
public function fire()
public function handle()
{
$this->registerClassAutoloadExceptions();