mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Add basic template and hooks in Admin
This commit is contained in:
@@ -43,6 +43,10 @@ class PluginServiceProvider implements ServiceProviderInterface
|
||||
$app['plugins.manager'] = $app->share(function (Application $app) {
|
||||
return new PluginManager($app['plugin.path'], $app['plugins.plugins-validator'], $app['conf']);
|
||||
});
|
||||
$app['plugins'] = $app->share(function () {
|
||||
return new Pimple();
|
||||
});
|
||||
|
||||
$app['plugin.workzone.basket.actionbar'] = $app->share(function () {
|
||||
return new Pimple();
|
||||
});
|
||||
|
Reference in New Issue
Block a user