mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-14 04:34:02 +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
|
|
@ -7,7 +7,7 @@ namespace Stancl\Tenancy\Facades;
|
|||
use Illuminate\Support\Facades\Facade;
|
||||
use Stancl\Tenancy\Tenant as Tenant;
|
||||
|
||||
// todo rename to CurrentTenant?
|
||||
// todo2 rename to CurrentTenant?
|
||||
class TenantFacade extends Facade
|
||||
{
|
||||
protected static function getFacadeAccessor()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue