mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-02-05 02:38:24 +00:00
Consistent name
This commit is contained in:
parent
e0710f4bed
commit
5f77274fa4
@ -34,12 +34,12 @@ return new class () implements ServiceProviderInterface {
|
||||
PluginInterface::class,
|
||||
function (Container $container) {
|
||||
$dispatcher = $container->get(DispatcherInterface::class);
|
||||
$db = $container->get(DatabaseInterface::class);
|
||||
$database = $container->get(DatabaseInterface::class);
|
||||
|
||||
return new Weblinks(
|
||||
$dispatcher,
|
||||
(array) PluginHelper::getPlugin('system', 'weblinks'),
|
||||
$db
|
||||
$database
|
||||
);
|
||||
}
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user