mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 11:34:03 +00:00
Fix code style (php-cs-fixer)
This commit is contained in:
parent
a45aa8e274
commit
db4a795c3e
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ class Run extends Command
|
|||
*
|
||||
* @var string
|
||||
*/
|
||||
protected $signature = "tenants:run {commandname : The artisan command.}
|
||||
{--tenants=* : The tenant(s) to run the command for. Default: all}";
|
||||
protected $signature = 'tenants:run {commandname : The artisan command.}
|
||||
{--tenants=* : The tenant(s) to run the command for. Default: all}';
|
||||
|
||||
/**
|
||||
* Execute the console command.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue