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/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/common.php') diff --git a/app/common.php b/app/common.php index ea38ab36..dcd571bc 100644 --- a/app/common.php +++ b/app/common.php @@ -33,5 +33,5 @@ if (ENABLE_URL_REWRITE) { require __DIR__.'/routes.php'; } -$plugin = new Core\PluginLoader($container); +$plugin = new Core\Plugin\Loader($container); $plugin->scan(); -- cgit v1.2.3