Skip to content

Commit

Permalink
service is not public
Browse files Browse the repository at this point in the history
  • Loading branch information
kunicmarko20 committed Feb 25, 2018
1 parent 945d16e commit f7cbdf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions DependencyInjection/PixSortableBehaviorExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ public function load(array $configs, ContainerBuilder $container)
);

$container->setAlias('pix_sortable_behavior.position', new Alias($positionHandler));
$container->getAlias('pix_sortable_behavior.position')->setPublic(true);
}
}

0 comments on commit f7cbdf4

Please sign in to comment.