mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 20:34:03 +00:00
Merge branch 'improve-run-command' of https://github.com/abrardev99/tenancy into improve-run-command
This commit is contained in:
commit
851830420c
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class Run extends Command
|
|||
// Convert string command to array
|
||||
$subCommand = explode(' ', $this->argument('commandname'));
|
||||
|
||||
// Add "artisan" as first parameter because ArgvInput expect "artisan" as first parameter and later remove it
|
||||
// Add "artisan" as first parameter because ArgvInput expects "artisan" as first parameter and later removes it
|
||||
array_unshift($subCommand, 'artisan');
|
||||
|
||||
return new ArgvInput($subCommand);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue