Wrong Base Controller used in PluginsController

This commit is contained in:
Benoît Burnichon
2015-11-09 16:10:25 +01:00
parent 23e1c6b866
commit 034a8f5d14

View File

@@ -9,8 +9,8 @@
*/
namespace Alchemy\Phrasea\Controller\Admin;
use Alchemy\Phrasea\Controller\BaseController;
use Alchemy\Phrasea\Plugin\PluginMetadataInterface;
use Alchemy\WebGalleryPlugin\Controller\BaseController;
use Symfony\Component\HttpFoundation\Response;
class PluginsController extends BaseController