Skip to content

Commit

Permalink
Merge pull request #17 from classifieds-maciej/3.x
Browse files Browse the repository at this point in the history
Fix Symfony deprecation
  • Loading branch information
Pierstoval authored Aug 19, 2019
2 parents f3b0504 + 3f227e8 commit d1a75fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/config/routing/categories.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ orbitale_cms_category:
requirements:
slugs: '([a-zA-Z0-9_-]+\/?)+'
defaults:
_controller: OrbitaleCmsBundle:Category:index
_controller: Orbitale\Bundle\CmsBundle\Controller\CategoryController::indexAction
2 changes: 1 addition & 1 deletion Resources/config/routing/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ orbitale_cms_page:
requirements:
slugs: "([a-zA-Z0-9_-]+\/?)*"
defaults:
_controller: OrbitaleCmsBundle:Page:index
_controller: Orbitale\Bundle\CmsBundle\Controller\PageController::indexAction
slugs: ''

0 comments on commit d1a75fa

Please sign in to comment.