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 15
15
use Sonata \AdminBundle \Admin \AdminExtension ;
16
16
use Sonata \AdminBundle \Admin \AdminInterface ;
17
17
use Symfony \Bundle \FrameworkBundle \Translation \Translator ;
18
+ use Symfony \Cmf \Bundle \RoutingBundle \Doctrine \Phpcr \PrefixInterface ;
18
19
use Symfony \Cmf \Component \Routing \RouteReferrersReadInterface ;
19
20
use Symfony \Component \Config \Definition \Exception \InvalidConfigurationException ;
20
21
use Symfony \Component \Routing \Exception \ExceptionInterface as RoutingExceptionInterface ;
@@ -68,7 +69,7 @@ public function configureTabMenu(
68
69
);
69
70
}
70
71
71
- if ($ subject instanceof PrefixInterface && !is_string ($ subject ->getId ())) {
72
+ if ($ subject instanceof PrefixInterface && !is_string ($ subject ->getId ())) {
72
73
// we have an unpersisted dynamic route
73
74
return ;
74
75
}
You can’t perform that action at this time.
0 commit comments