mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 14:34:04 +00:00
Add ServerManagerTest, fix a lot of bugs
This commit is contained in:
parent
35eab00742
commit
5ce0d946ee
6 changed files with 81 additions and 6 deletions
|
|
@ -11,6 +11,7 @@ use Illuminate\Support\Facades\Route;
|
|||
use Illuminate\Support\ServiceProvider;
|
||||
use Stancl\Tenancy\Commands\TenantList;
|
||||
use Stancl\Tenancy\Interfaces\StorageDriver;
|
||||
use Stancl\Tenancy\Interfaces\ServerConfigManager;
|
||||
use Stancl\Tenancy\StorageDrivers\RedisStorageDriver;
|
||||
|
||||
class TenancyServiceProvider extends ServiceProvider
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue