We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec084bf commit d3e2762Copy full SHA for d3e2762
src/Alias.php
@@ -83,7 +83,7 @@ public function __construct($config, $alias, $facade, $magicMethods = [], $inter
83
84
if (!empty($this->namespace)) {
85
try {
86
- $this->classAliases = (new ContextFactory())->createFromReflector(new \ReflectionClass($this->root))->getNamespaceAliases();
+ $this->classAliases = (new ContextFactory())->createFromReflector(new ReflectionClass($this->root))->getNamespaceAliases();
87
} catch (Throwable $e) {
88
$this->classAliases = [];
89
}
0 commit comments