30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-06-09 09:42:24 +00:00

Fix typo search plugin

This commit is contained in:
Tuan Pham Ngoc 2023-10-27 16:12:52 +07:00
parent a567d91490
commit ebd9712a86

View File

@ -42,7 +42,7 @@ return new class () implements ServiceProviderInterface {
return new Weblinks( return new Weblinks(
$dispatcher, $dispatcher,
(array) PluginHelper::getPlugin('finder', 'weblinks'), (array) PluginHelper::getPlugin('search', 'weblinks'),
$app, $app,
$database $database
); );