mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 15:54:03 +00:00
Update src/Commands/Run.php
Co-authored-by: Samuel Štancl <samuel@archte.ch>
This commit is contained in:
parent
f89900d305
commit
50b5935243
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class Run extends Command
|
||||||
// Convert string command to array
|
// Convert string command to array
|
||||||
$subCommand = explode(' ', $this->argument('commandname'));
|
$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');
|
array_unshift($subCommand, 'artisan');
|
||||||
|
|
||||||
return new ArgvInput($subCommand);
|
return new ArgvInput($subCommand);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue