mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-13 17:44:03 +00:00
Merge branch 'master' of github.com:archtechx/tenancy
This commit is contained in:
commit
137d80a20c
5 changed files with 10 additions and 5 deletions
|
|
@ -17,7 +17,8 @@ class CacheTenancyBootstrapper implements TenancyBootstrapper
|
|||
|
||||
public function __construct(
|
||||
protected Application $app
|
||||
) {}
|
||||
) {
|
||||
}
|
||||
|
||||
public function bootstrap(Tenant $tenant): void
|
||||
{
|
||||
|
|
|
|||
|
|
@ -14,7 +14,8 @@ class ScoutTenancyBootstrapper implements TenancyBootstrapper
|
|||
|
||||
public function __construct(
|
||||
protected Repository $config,
|
||||
) {}
|
||||
) {
|
||||
}
|
||||
|
||||
public function bootstrap(Tenant $tenant): void
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue