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

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-08-23 13:48:09 +00:00 committed by StyleCI Bot
parent e7a0508f80
commit 29afdf624a
59 changed files with 118 additions and 0 deletions

View file

@ -1,5 +1,7 @@
<?php
declare(strict_types=1);
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;