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
Copy file name to clipboardExpand all lines: src/Twig/PaginatorRuntime.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ public function renderPagination(Paginator $paginator): string
24
24
$request = $this->getRequest();
25
25
26
26
if (null !== $this->requestStack->getParentRequest()) {
27
-
thrownew \RuntimeException('The request aware route generator can not guess the route when used in a sub-request, pass the "routeName" option to use this generator.');
27
+
thrownew \RuntimeException('We can not guess the route when used in a sub-request');
0 commit comments