Skip to content

Commit

Permalink
access
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed Apr 12, 2023
1 parent 04cdf1a commit 2bbdb0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/system/accessibility/services/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
use Joomla\DI\Container;
use Joomla\DI\ServiceProviderInterface;
use Joomla\Event\DispatcherInterface;
use Joomla\Plugin\Fields\Calendar\Extension\Calendar;
use Joomla\Plugin\System\Accessibility\Extension\Accessibility;

return new class () implements ServiceProviderInterface {
/**
Expand All @@ -34,7 +34,7 @@ public function register(Container $container): void
PluginInterface::class,
function (Container $container) {
$dispatcher = $container->get(DispatcherInterface::class);
$plugin = new Calendar(
$plugin = new Accessibility(
$dispatcher,
(array) PluginHelper::getPlugin('system', 'accessibility')
);
Expand Down

0 comments on commit 2bbdb0f

Please sign in to comment.