Skip to content

Commit 39103ec

Browse files
Remove default _locale parameter in AdminRouteGenerator
Fix #6842
1 parent 89b037c commit 39103ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Router/AdminRouteGenerator.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ private function generateAdminRoutes(): array
166166
}
167167

168168
$defaults = [
169-
'_locale' => $this->defaultLocale,
170169
'_controller' => $crudControllerFqcn.'::'.$actionName,
171170
EA::ROUTE_CREATED_BY_EASYADMIN => true,
172171
EA::DASHBOARD_CONTROLLER_FQCN => $dashboardFqcn,

0 commit comments

Comments
 (0)