mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 17:04:04 +00:00
Pass variable
This commit is contained in:
parent
853fdb19fa
commit
09412cd7ad
1 changed files with 1 additions and 1 deletions
|
|
@ -306,7 +306,7 @@ class TenantManager
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
$prevented = $this->event('ending', $this->getTenant());
|
$prevented = $this->event('ending', $this->tenant);
|
||||||
|
|
||||||
foreach ($this->tenancyBootstrappers($prevented) as $bootstrapper) {
|
foreach ($this->tenancyBootstrappers($prevented) as $bootstrapper) {
|
||||||
$this->app[$bootstrapper]->end();
|
$this->app[$bootstrapper]->end();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue