From 67172a11761de41198ab5f6e913296200eb682ef Mon Sep 17 00:00:00 2001 From: stancl Date: Sun, 4 Aug 2019 18:32:01 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/Commands/Run.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Commands/Run.php b/src/Commands/Run.php index 04e9863a..3472cd26 100644 --- a/src/Commands/Run.php +++ b/src/Commands/Run.php @@ -5,7 +5,7 @@ namespace Stancl\Tenancy\Commands; use Illuminate\Console\Command; use Stancl\Tenancy\DatabaseManager; -class Migrate extends Command +class Run extends Command { protected $database;