mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 21:24:04 +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()
|
public function end()
|
||||||
{
|
{
|
||||||
// array_map(function ($listener) {
|
array_map(function ($listener) {
|
||||||
// $listener($this);
|
$listener($this);
|
||||||
// }, $this->listeners['ending']);
|
}, $this->listeners['ending']);
|
||||||
|
|
||||||
$this->initialized = false;
|
$this->initialized = false;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue