Skip to content

Commit

Permalink
[DI] Fix class metadata loaders sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
GeLoLabs committed Feb 21, 2017
1 parent 1b6df02 commit 7802562
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function process(ContainerBuilder $container)

$loader = 'ivory.serializer.mapping.loader';

krsort($loaders);
ksort($loaders);
$loaders = call_user_func_array('array_merge', $loaders);

if (count($loaders) > 1) {
Expand Down

0 comments on commit 7802562

Please sign in to comment.