mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 05:24:03 +00:00
Remove Tenant facade, move facades to Facades
This commit is contained in:
parent
52542a8ee3
commit
dabaff1338
4 changed files with 7 additions and 8 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Stancl\Tenancy;
|
||||
namespace Stancl\Tenancy\Facades;
|
||||
|
||||
use Illuminate\Support\Facades\Facade;
|
||||
|
||||
|
|
@ -2,8 +2,9 @@
|
|||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Stancl\Tenancy;
|
||||
namespace Stancl\Tenancy\Facades;
|
||||
|
||||
use Stancl\Tenancy\TenantManager;
|
||||
use Illuminate\Support\Facades\Facade;
|
||||
|
||||
class TenancyFacade extends Facade
|
||||
Loading…
Add table
Add a link
Reference in a new issue