@@ -234,6 +234,9 @@ |
||
| 234 | 234 | return $globals; |
| 235 | 235 | } |
| 236 | 236 | |
| 237 | + /** |
|
| 238 | + * @param SymfonyRoute $annot |
|
| 239 | + */ |
|
| 237 | 240 | protected function configureRoute(Route $route, ReflectionClass $class, ReflectionMethod $method, $annot) |
| 238 | 241 | { |
| 239 | 242 | $route->setDefault('_controller', $class->name . '::' . $method->getName()); |