Skip to content

Commit

Permalink
Update ApplicationServiceProvider.php
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael Esayeas <nathanael.esayeas@protonmail.com>
  • Loading branch information
ghostwriter committed May 28, 2022
1 parent 9c10a00 commit bb698ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceProvider/ApplicationServiceProvider.php
Expand Up @@ -52,7 +52,7 @@ public function __invoke(ContainerInterface $container): void

if (file_exists($complianceConfigPath)) {
/** @var callable(ComplianceConfiguration) $config */
$config = require $complianceConfigPath;
$config = include $complianceConfigPath;
$container->invoke($config);
$dispatcher->dispatch(new OutputEvent('Found config path: ' . $complianceConfigPath));
}
Expand Down

0 comments on commit bb698ce

Please sign in to comment.