File tree 1 file changed +2
-2
lines changed
src/ClassificationTreeBundle/Controller 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
namespace Divante \ClassificationTreeBundle \Controller ;
8
8
9
9
use Divante \ClassificationTreeBundle \Service \ClassificationTreeBuilder ;
10
- use Pimcore \Bundle \AdminBundle \Controller \Admin \ DataObject \ DataObjectController ;
10
+ use Pimcore \Bundle \AdminBundle \Controller \AdminController ;
11
11
use Sensio \Bundle \FrameworkExtraBundle \Configuration \Route ;
12
12
use Symfony \Component \EventDispatcher \EventDispatcherInterface ;
13
13
use Symfony \Component \HttpFoundation \Request ;
18
18
* @package Divante\ClassificationTreeBundle\Controller
19
19
* @Route("/admin/classification-tree")
20
20
*/
21
- class DefaultController extends DataObjectController
21
+ class DefaultController extends AdminController
22
22
{
23
23
/** @var ClassificationTreeBuilder */
24
24
protected $ treeBuilderService ;
You can’t perform that action at this time.
0 commit comments