We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95ad2f0 commit 3b59de2Copy full SHA for 3b59de2
src/Definition/Source/DefinitionGlob.php
@@ -66,7 +66,7 @@ private function initialize()
66
return;
67
}
68
69
- $paths = glob($this->pattern, GLOB_BRACE);
+ $paths = glob($this->pattern, \GLOB_BRACE);
70
$sources = array_map(function ($path) {
71
return new DefinitionFile($path, $this->autowiring);
72
}, $paths);
0 commit comments