From 47381998eefc328856d9a51dd1e9a01f476e6235 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Wed, 14 Aug 2019 17:20:10 +0200 Subject: [PATCH] Uncomment ending --- src/Traits/BootstrapsTenancy.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Traits/BootstrapsTenancy.php b/src/Traits/BootstrapsTenancy.php index d978d8b9..624b2180 100644 --- a/src/Traits/BootstrapsTenancy.php +++ b/src/Traits/BootstrapsTenancy.php @@ -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;