mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-18 08:44:03 +00:00
Make TenantModel final
This commit is contained in:
parent
f4421af6c5
commit
72baa45126
4 changed files with 11 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ declare(strict_types=1);
|
|||
|
||||
namespace Stancl\Tenancy\StorageDrivers;
|
||||
|
||||
use Stancl\Tenancy\Tenant;
|
||||
use Stancl\Tenancy\TenantModel as Tenant;
|
||||
use Stancl\Tenancy\Interfaces\StorageDriver;
|
||||
use Stancl\Tenancy\Exceptions\TenantCouldNotBeIdentifiedException;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue