1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2025-12-12 19:14:04 +00:00
This commit is contained in:
Samuel Štancl 2019-09-11 19:29:50 +02:00
parent 92adfe2ba1
commit 508ef9919a
6 changed files with 6 additions and 6 deletions

View file

@ -13,7 +13,7 @@ use Stancl\Tenancy\Commands\Rollback;
use Stancl\Tenancy\Commands\Run;
use Stancl\Tenancy\Commands\Seed;
use Stancl\Tenancy\Commands\TenantList;
use Stancl\Tenancy\Interfaces\StorageDriver;
use Stancl\Tenancy\Contracts\StorageDriver;
class TenancyServiceProvider extends ServiceProvider
{