Skip to content

Commit

Permalink
Remove slug prefix providers.
Browse files Browse the repository at this point in the history
  • Loading branch information
igor committed Apr 24, 2017
1 parent aaa88ea commit 9703a65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Resources/config/sluggable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ services:
darvin_utils.sluggable.manager.entity:
class: "%darvin_utils.sluggable.manager.entity.class%"
arguments:
- "@service_container"
- "@darvin_utils.entity_manager.provider"
- "@event_dispatcher"
- "@darvin_utils.mapping.metadata_factory"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"doctrine/orm": "^2.4.8",
"doctrine/doctrine-bundle": "~1.4",
"twig/extensions": "^1.3",
"darvinstudio/darvin-utils": "*"
"darvinstudio/darvin-utils": "^6"
},
"autoload": {
"psr-4": { "Darvin\\UtilsBundle\\": "" }
Expand Down

0 comments on commit 9703a65

Please sign in to comment.