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 0b95359 commit 608b9a2Copy full SHA for 608b9a2
src/Console/TinkerCommand.php
@@ -56,7 +56,7 @@ public function fire()
56
57
$path = $this->getLaravel()->basePath('vendor/composer/autoload_classmap.php');
58
59
- $loader = new ClassAliasAutoloader::register($shell, $path);
+ $loader = ClassAliasAutoloader::register($shell, $path);
60
61
try {
62
$shell->run();
0 commit comments