Skip to content

Commit

Permalink
Fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored and OskarStark committed Dec 15, 2020
1 parent a341743 commit 3f991f0
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -282,12 +282,7 @@ public function applyDefaults(ContainerBuilder $container, $serviceId, array $at
'translator' => 'translator',
'configuration_pool' => 'sonata.admin.pool',
'route_generator' => 'sonata.admin.route.default_generator',
<<<<<<< HEAD
'validator' => 'validator', //NEXT_MAJOR: Remove this line
=======
// NEXT_MAJOR: Remove this line.
'validator' => 'validator',
>>>>>>> e3f653f61... Improve AddDependencyCallsCompilerPass
'security_handler' => 'sonata.admin.security.handler',
'menu_factory' => 'knp_menu.factory',
'route_builder' => 'sonata.admin.route.path_info'.
Expand Down

0 comments on commit 3f991f0

Please sign in to comment.