Skip to content

Commit

Permalink
Adding Symfony 4 support (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Hermann authored and Pierstoval committed May 31, 2018
1 parent 5fe43d7 commit 80b2495
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Resources/config/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ services:

orbitale_cms.page_repository:
class: Orbitale\Bundle\CmsBundle\Repository\PageRepository
public: true
factory: ['@doctrine.orm.entity_manager', 'getRepository']
arguments:
- '%orbitale_cms.page_class%'
Expand All @@ -32,6 +33,7 @@ services:

orbitale_cms.category_repository:
class: Orbitale\Bundle\CmsBundle\Repository\CategoryRepository
public: true
factory: ['@doctrine.orm.entity_manager', 'getRepository']
arguments:
- '%orbitale_cms.category_class%'
Expand Down

0 comments on commit 80b2495

Please sign in to comment.