From db4a795c3e0d7b3c6344ad4ffca9838e4c704342 Mon Sep 17 00:00:00 2001 From: PHP CS Fixer Date: Thu, 4 Aug 2022 18:30:06 +0000 Subject: [PATCH] Fix code style (php-cs-fixer) --- src/Commands/Run.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Commands/Run.php b/src/Commands/Run.php index 6542f1ca..075f9116 100644 --- a/src/Commands/Run.php +++ b/src/Commands/Run.php @@ -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.