Skip to content

Commit

Permalink
Incorporated MongoDB subscriber change from dustin10/pull/33
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Nolan committed Apr 29, 2017
1 parent c6259e1 commit 672e98c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/VichGeographicalExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class VichGeographicalExtension extends Extension
*/
private $tagMap = array(
'orm' => 'doctrine.event_subscriber',
'mongodb' => 'doctrine.common.event_subscriber'
'mongodb' => 'doctrine_mongodb.odm.event_subscriber'
);

/**
Expand Down

0 comments on commit 672e98c

Please sign in to comment.