You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But I got this error Cannot autowire service "App\Cms\Controller\Content\PromoPageController": argument "$positionHandler" of method "__construct()" references interface "Runroom\SortableBehaviorBundle\Service\PositionHandlerInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "Runroom\SortableBehaviorBundle\Service\ORMPositionHandler", "Runroom\SortableBehaviorBundle\Service\GedmoPositionHandler".
I tried add in service.yaml: Runroom\SortableBehaviorBundle\Service\PositionHandlerInterface:
but next error: Cannot instantiate interface Runroom\SortableBehaviorBundle\Service\PositionHandlerInterface
The text was updated successfully, but these errors were encountered:
Hi. I create custom controller for class PromoPageAdmin and set it in the settings in admin.yaml
And in controller
But I got this error
Cannot autowire service "App\Cms\Controller\Content\PromoPageController": argument "$positionHandler" of method "__construct()" references interface "Runroom\SortableBehaviorBundle\Service\PositionHandlerInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "Runroom\SortableBehaviorBundle\Service\ORMPositionHandler", "Runroom\SortableBehaviorBundle\Service\GedmoPositionHandler".
I tried add in service.yaml:
Runroom\SortableBehaviorBundle\Service\PositionHandlerInterface:
but next error:
Cannot instantiate interface Runroom\SortableBehaviorBundle\Service\PositionHandlerInterface
The text was updated successfully, but these errors were encountered: