From 1384437deb549aa471577dc672f911d1c08660e1 Mon Sep 17 00:00:00 2001 From: stancl Date: Fri, 9 Aug 2019 16:37:43 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Commands/Run.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Commands/Run.php b/src/Commands/Run.php index 35fb38a1..272d9d92 100644 --- a/src/Commands/Run.php +++ b/src/Commands/Run.php @@ -3,7 +3,6 @@ namespace Stancl\Tenancy\Commands; use Illuminate\Console\Command; -use Illuminate\Support\Facades\Artisan; class Run extends Command { @@ -43,7 +42,7 @@ class Run extends Command return function ($arguments, $argument) use ($prefix) { [$key, $value] = explode('=', $argument); $arguments[$prefix . $key] = $value; - + return $arguments; }; };