@@ -197,6 +197,9 @@ |
||
197 | 197 | return $globals; |
198 | 198 | } |
199 | 199 | |
200 | + /** |
|
201 | + * @param I18nRoute $annot |
|
202 | + */ |
|
200 | 203 | protected function configureRoute(Route $route, ReflectionClass $class, ReflectionMethod $method, $annot) |
201 | 204 | { |
202 | 205 | $route->setDefault('_controller', $class->name . '::' . $method->getName()); |