mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 17:04:03 +00:00
Uncomment ending
This commit is contained in:
parent
99bc2a1d80
commit
47381998ee
1 changed files with 3 additions and 3 deletions
|
|
@ -41,9 +41,9 @@ trait BootstrapsTenancy
|
|||
|
||||
public function end()
|
||||
{
|
||||
// array_map(function ($listener) {
|
||||
// $listener($this);
|
||||
// }, $this->listeners['ending']);
|
||||
array_map(function ($listener) {
|
||||
$listener($this);
|
||||
}, $this->listeners['ending']);
|
||||
|
||||
$this->initialized = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue