summaryrefslogtreecommitdiff
path: root/app/common.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/common.php')
-rw-r--r--app/common.php2
1 files changed, 1 insertions, 1 deletions
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();