Update Cli Factory loading
This commit is contained in:
parent
04aee8c5a3
commit
013c799102
4 changed files with 6 additions and 6 deletions
|
@ -27,7 +27,7 @@ class CommandsCollection
|
|||
|
||||
if(!class_exists($class)) continue;
|
||||
|
||||
$executor = app($class);
|
||||
$executor = app()->make($class);
|
||||
self::$collection[$executor->signature] = $executor;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue