1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 19:24:02 +00:00
This commit is contained in:
Samuel Štancl 2019-08-02 20:11:44 +02:00
parent 6db752a09b
commit c3a4e53f76

View file

@ -4,9 +4,7 @@ namespace Stancl\Tenancy;
use Laravel\Telescope\Telescope;
use Stancl\Tenancy\Commands\Seed;
use Stancl\Tenancy\TenantManager;
use Illuminate\Cache\CacheManager;
use Stancl\Tenancy\DatabaseManager;
use Stancl\Tenancy\Commands\Migrate;
use Illuminate\Support\Facades\Route;
use Stancl\Tenancy\Commands\Rollback;