1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 00:14:05 +00:00

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-08-04 18:32:01 +00:00 committed by StyleCI Bot
parent 19fb4017b7
commit 67172a1176

View file

@ -5,7 +5,7 @@ namespace Stancl\Tenancy\Commands;
use Illuminate\Console\Command; use Illuminate\Console\Command;
use Stancl\Tenancy\DatabaseManager; use Stancl\Tenancy\DatabaseManager;
class Migrate extends Command class Run extends Command
{ {
protected $database; protected $database;