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

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

This commit is contained in:
Samuel Štancl 2019-10-21 20:46:54 +02:00
commit 85b1d73cf3

View file

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