File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1515use Sonata \AdminBundle \Admin \AdminExtension ;
1616use Sonata \AdminBundle \Admin \AdminInterface ;
1717use Symfony \Bundle \FrameworkBundle \Translation \Translator ;
18+ use Symfony \Cmf \Bundle \RoutingBundle \Doctrine \Phpcr \PrefixInterface ;
1819use Symfony \Cmf \Component \Routing \RouteReferrersReadInterface ;
1920use Symfony \Component \Config \Definition \Exception \InvalidConfigurationException ;
2021use Symfony \Component \Routing \Exception \ExceptionInterface as RoutingExceptionInterface ;
@@ -68,7 +69,7 @@ public function configureTabMenu(
6869 );
6970 }
7071
71- if ($ subject instanceof PrefixInterface && !is_string ($ subject ->getId ())) {
72+ if ($ subject instanceof PrefixInterface && !is_string ($ subject ->getId ())) {
7273 // we have an unpersisted dynamic route
7374 return ;
7475 }
You can’t perform that action at this time.
0 commit comments