Skip to content

Commit 9fb2c4d

Browse files
committed
Fix code formatting
1 parent 5562d70 commit 9fb2c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ protected function configureContainerBuilder(ContainerBuilder $containerBuilder)
107107
private function loadModule(ContainerBuilder $builder, ResourceRepository $resources, $module)
108108
{
109109
// Load all config files in the config/ directory
110-
foreach ($resources->find('/' . $module . '/config/*.php') as $resource) {
110+
foreach ($resources->find('/'.$module.'/config/*.php') as $resource) {
111111
if ($resource instanceof FilesystemResource) {
112112
$builder->addDefinitions($resource->getFilesystemPath());
113113
}

0 commit comments

Comments
 (0)