mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
Wrong Base Controller used in PluginsController
This commit is contained in:
@@ -9,8 +9,8 @@
|
|||||||
*/
|
*/
|
||||||
namespace Alchemy\Phrasea\Controller\Admin;
|
namespace Alchemy\Phrasea\Controller\Admin;
|
||||||
|
|
||||||
|
use Alchemy\Phrasea\Controller\BaseController;
|
||||||
use Alchemy\Phrasea\Plugin\PluginMetadataInterface;
|
use Alchemy\Phrasea\Plugin\PluginMetadataInterface;
|
||||||
use Alchemy\WebGalleryPlugin\Controller\BaseController;
|
|
||||||
use Symfony\Component\HttpFoundation\Response;
|
use Symfony\Component\HttpFoundation\Response;
|
||||||
|
|
||||||
class PluginsController extends BaseController
|
class PluginsController extends BaseController
|
||||||
|
Reference in New Issue
Block a user