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-10-27 11:20:54 +00:00 committed by StyleCI Bot
parent 58f488784f
commit b24b7e0958

View file

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