Skip to content

Commit d3e2762

Browse files
laravel-ide-helpergithub-actions[bot]
authored andcommitted
composer fix-style
1 parent ec084bf commit d3e2762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Alias.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public function __construct($config, $alias, $facade, $magicMethods = [], $inter
8383

8484
if (!empty($this->namespace)) {
8585
try {
86-
$this->classAliases = (new ContextFactory())->createFromReflector(new \ReflectionClass($this->root))->getNamespaceAliases();
86+
$this->classAliases = (new ContextFactory())->createFromReflector(new ReflectionClass($this->root))->getNamespaceAliases();
8787
} catch (Throwable $e) {
8888
$this->classAliases = [];
8989
}

0 commit comments

Comments
 (0)