Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
laoneo committed Apr 20, 2023
1 parent 34ac782 commit 9361a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/system/fields/services/provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function register(Container $container): void
$container->set(
PluginInterface::class,
function (Container $container) {
$dispatcher = $container->get(DispatcherInterface::class),
$dispatcher = $container->get(DispatcherInterface::class);
$plugin = new Fields(
$dispatcher,
(array) PluginHelper::getPlugin('system', 'fields'),
Expand Down

0 comments on commit 9361a15

Please sign in to comment.