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

Apply fixes from StyleCI

This commit is contained in:
stancl 2019-12-11 18:07:31 +00:00 committed by StyleCI Bot
parent cb2a061ed2
commit f58591a4fd

View file

@ -1,5 +1,7 @@
<?php <?php
declare(strict_types=1);
namespace Stancl\Tenancy\Contracts\Future; namespace Stancl\Tenancy\Contracts\Future;
use Illuminate\Database\Connection; use Illuminate\Database\Connection;