mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 10:54: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;
|
||||
}
|
||||
|
||||
$prevented = $this->event('ending', $this->getTenant());
|
||||
$prevented = $this->event('ending', $this->tenant);
|
||||
|
||||
foreach ($this->tenancyBootstrappers($prevented) as $bootstrapper) {
|
||||
$this->app[$bootstrapper]->end();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue