mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 23:54:04 +00:00
Add event prevents, Tenant facade
This commit is contained in:
parent
1a88cad4d6
commit
4aa35322da
9 changed files with 187 additions and 97 deletions
|
|
@ -7,7 +7,7 @@ use Stancl\Tenancy\Traits\BootstrapsTenancy;
|
|||
use Illuminate\Contracts\Foundation\Application;
|
||||
use Stancl\Tenancy\Exceptions\CannotChangeUuidOrDomainException;
|
||||
|
||||
class TenantManager
|
||||
final class TenantManager
|
||||
{
|
||||
use BootstrapsTenancy;
|
||||
|
||||
|
|
@ -30,7 +30,7 @@ class TenantManager
|
|||
*
|
||||
* @var DatabaseManager
|
||||
*/
|
||||
protected $database;
|
||||
public $database;
|
||||
|
||||
/**
|
||||
* Current tenant.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue