Skip to content

Commit

Permalink
[TASK] Adjust backslash in namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Nov 22, 2020
1 parent eea7c54 commit fce5776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configuration/Services.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
->autowire()
->autoconfigure()
->private();
$services->load('Brotkrueml\MatomoWidgets\\', __DIR__ . '/../Classes/*');
$services->load('Brotkrueml\\MatomoWidgets\\', __DIR__ . '/../Classes/*');

$services->set('cache.matomo_widgets', FrontendInterface::class)
->factory([new Reference(CacheManager::class), 'getCache'])
Expand Down

0 comments on commit fce5776

Please sign in to comment.