Skip to content

Commit 3e6fb6e

Browse files
committed
Merge branch 'feature/definition-glob' into mod
2 parents 61149dc + d474395 commit 3e6fb6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Definition/Source/DefinitionGlob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ private function initialize()
6666
return;
6767
}
6868

69-
$paths = glob($this->pattern, GLOB_BRACE);
69+
$paths = glob($this->pattern, \GLOB_BRACE);
7070
$sources = array_map(function ($path) {
7171
return new DefinitionFile($path, $this->autowiring);
7272
}, $paths);

0 commit comments

Comments
 (0)