1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 14:34:04 +00:00

Fix code style (php-cs-fixer)

This commit is contained in:
PHP CS Fixer 2022-08-04 18:30:06 +00:00
parent a45aa8e274
commit db4a795c3e

View file

@ -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.