mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 20:54:04 +00:00
Get multiple envs (redis/db) to run correctly
This commit is contained in:
parent
9c9858e97e
commit
8565cc7acc
19 changed files with 31 additions and 35 deletions
|
|
@ -29,7 +29,7 @@ class TenantManager
|
|||
protected $artisan;
|
||||
|
||||
/** @var Contracts\StorageDriver */
|
||||
protected $storage;
|
||||
public $storage;
|
||||
|
||||
/** @var DatabaseManager */
|
||||
public $database;
|
||||
|
|
@ -229,7 +229,7 @@ class TenantManager
|
|||
|
||||
protected function bootstrapFeatures(): self
|
||||
{
|
||||
// todo this doesn't work
|
||||
// todo1 this doesn't work
|
||||
// foreach ($this->app['config']['tenancy.features'] as $feature) {
|
||||
// $this->app[$feature]->bootstrap($this);
|
||||
// }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue