From a0124b45f9dab8a0f7d4879d4ea147b414b25bf2 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 20 Sep 2015 13:11:41 -0400 Subject: Add sub namespace for plugins --- app/Core/PluginBase.php | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 app/Core/PluginBase.php (limited to 'app/Core/PluginBase.php') diff --git a/app/Core/PluginBase.php b/app/Core/PluginBase.php deleted file mode 100644 index 457afa03..00000000 --- a/app/Core/PluginBase.php +++ /dev/null @@ -1,47 +0,0 @@ -container; - - $this->container['dispatcher']->addListener($event, function() use ($container, $callback) { - call_user_func($callback, $container); - }); - } -} -- cgit v1.2.3