1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-04 21:24:04 +00:00

Uncomment ending

This commit is contained in:
Samuel Štancl 2019-08-14 17:20:10 +02:00
parent 99bc2a1d80
commit 47381998ee

View file

@ -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;