Update Cli Factory loading

This commit is contained in:
Maarten 2020-01-07 22:24:59 +01:00
parent 04aee8c5a3
commit 013c799102
4 changed files with 6 additions and 6 deletions

View file

@ -27,7 +27,7 @@ class CommandsCollection
if(!class_exists($class)) continue;
$executor = app($class);
$executor = app()->make($class);
self::$collection[$executor->signature] = $executor;
}
}