Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed Oct 21, 2022
1 parent 79e36c2 commit 6cd51e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/extension/finder/services/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ function (Container $container) {
$dispatcher,
(array) PluginHelper::getPlugin('extension', 'finder')
);
$plugin->setDatabase($container->get(DatabaseInterface::class));
$plugin->setDatabase($container->get(DatabaseInterface::class));

return $plugin;
}
Expand Down

0 comments on commit 6cd51e1

Please sign in to comment.