Skip to content

Commit

Permalink
WIP: Sf4 Compat
Browse files Browse the repository at this point in the history
  • Loading branch information
BadPixxel committed Sep 24, 2020
1 parent 864c5b6 commit 78ff864
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ services:

# Widgets Collection Service
splash.widgets.collection:
class: Splash\Widgets\Services\CollectionService
arguments:
class: Splash\Widgets\Services\CollectionService
public: true
arguments:
- "@splash.widgets.factory"
- "@=service('doctrine.orm.entity_manager').getRepository('SplashWidgetsBundle:WidgetCollection')"
- "@service_container"
Expand Down

0 comments on commit 78ff864

Please sign in to comment.