setDefault('_', compact('class', 'method', 'annotation')); } protected function getDefaultRouteName(\ReflectionClass $class, \ReflectionMethod $method) { $name = parent::getDefaultRouteName($class, $method); return str_replace( '_', '.', str_replace('app_controller_', '', $name) ); } }