Skip to content

Commit

Permalink
Merge pull request #17 from lingoda/08-create-storage-file-and-bug-fix
Browse files Browse the repository at this point in the history
Fix naming and path
  • Loading branch information
jorisdugue authored Sep 10, 2020
2 parents 4601b88 + d3f3f1a commit d79d011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ services:
studit_h5p.filestorage:
class: Studit\H5PBundle\Service\H5PFileStorage
arguments: ['@studit_h5p.options']
Studit\H5PBundle\Service\H5PFileStorage: '@studit_h5p.storage'
Studit\H5PBundle\Service\H5PFileStorage: '@studit_h5p.filestorage'

studit_h5p.core:
class: H5PCore
arguments: ['@studit_h5p.interface', '@studit_h5p.filestorage', 'en', '/', true]
arguments: ['@studit_h5p.interface', '@studit_h5p.filestorage', ~, 'en' , true]
H5PCore: '@studit_h5p.core'

studit_h5p.editor_ajax:
Expand Down

0 comments on commit d79d011

Please sign in to comment.