mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 15:14:04 +00:00
fix styling
This commit is contained in:
parent
8418fac990
commit
f89900d305
1 changed files with 2 additions and 4 deletions
|
|
@ -42,9 +42,7 @@ class Run extends Command
|
|||
}
|
||||
|
||||
/**
|
||||
* Get command as ArgvInput instance
|
||||
*
|
||||
* @return ArgvInput
|
||||
* Get command as ArgvInput instance.
|
||||
*/
|
||||
protected function ArgvInput(): ArgvInput
|
||||
{
|
||||
|
|
@ -52,7 +50,7 @@ class Run extends Command
|
|||
$subCommand = explode(' ', $this->argument('commandname'));
|
||||
|
||||
// Add "artisan" as first parameter because ArgvInput expect "artisan" as first parameter and later remove it
|
||||
array_unshift($subCommand , 'artisan');
|
||||
array_unshift($subCommand, 'artisan');
|
||||
|
||||
return new ArgvInput($subCommand);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue