Skip to content

Commit

Permalink
Merge pull request #3 from bartolije/master
Browse files Browse the repository at this point in the history
Fixed Symfony3 compability on services YAML parsing
  • Loading branch information
redjanym authored Dec 2, 2016
2 parents a931678 + 74e2103 commit b02a43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/services.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
redjan_ym_fcm.client:
class: RedjanYm\FCMBundle\FCMClient
arguments: [@sngrl.firebase_php_notification]
arguments: ['@sngrl.firebase_php_notification']

sngrl.firebase_php_notification:
class: sngrl\PhpFirebaseCloudMessaging\Client
Expand Down

0 comments on commit b02a43e

Please sign in to comment.