Routes in annotations are handles in a seperate index process; merge them. also implement pattern/path handling, as they are ignored by now ``` php /** * @Route("/posts/{slug}", name="blog_post") * ```
Routes in annotations are handles in a seperate index process; merge them. also implement pattern/path handling, as they are ignored by now
/** * @Route("/posts/{slug}", name="blog_post") *