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

Merge branch 'saas' of github.com:stancl/tenancy into saas

This commit is contained in:
Samuel Štancl 2019-10-27 18:11:00 +01:00
commit 540f1ee3d1

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;