We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a283865 commit df13b70Copy full SHA for df13b70
Admin/Extension/FrontendLinkExtension.php
@@ -68,7 +68,7 @@ public function configureTabMenu(
68
);
69
}
70
71
- if($subject instanceof PrefixInterface && !is_string($subject->getId())) {
+ if ($subject instanceof PrefixInterface && !is_string($subject->getId())) {
72
// we have an unpersisted dynamic route
73
return;
74
0 commit comments