Skip to content

Commit

Permalink
Removing uuid service (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmizzell authored Feb 14, 2020
1 parent 48d2721 commit 0cd0dac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public static function create(ContainerInterface $container, array $configuratio
$plugin_definition,
$container->get('database'),
$container->get('current_route_match'),
$container->get('dkan_data.uuid5')
new Uuid5()
);
}

Expand Down

0 comments on commit 0cd0dac

Please sign in to comment.