add('blog_show', new Route('/blog/{slug}', array( '_controller' => 'MyBlog:Blog:show', ))); return $collection;