mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 21:14:02 +00:00
get rid of tenant model sc binding
This commit is contained in:
parent
ef718f26b3
commit
429b1779f5
1 changed files with 0 additions and 1 deletions
|
|
@ -59,7 +59,6 @@ class TenancyServiceProvider extends ServiceProvider
|
||||||
{
|
{
|
||||||
$this->mergeConfigFrom(__DIR__ . '/assets/config.php', 'tenancy');
|
$this->mergeConfigFrom(__DIR__ . '/assets/config.php', 'tenancy');
|
||||||
|
|
||||||
$this->app->bind(TenantModel::class, $this->app['config']['tenancy.tenant_model']);
|
|
||||||
$this->app->bind(StorageDriver::class, $this->app['config']['tenancy.storage_driver']);
|
$this->app->bind(StorageDriver::class, $this->app['config']['tenancy.storage_driver']);
|
||||||
$this->app->bind(ServerConfigManager::class, $this->app['config']['tenancy.server.manager']);
|
$this->app->bind(ServerConfigManager::class, $this->app['config']['tenancy.server.manager']);
|
||||||
$this->app->singleton(DatabaseManager::class);
|
$this->app->singleton(DatabaseManager::class);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue