Skip to content

Commit 608b9a2

Browse files
Fixed screw up
1 parent 0b95359 commit 608b9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/TinkerCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public function fire()
5656

5757
$path = $this->getLaravel()->basePath('vendor/composer/autoload_classmap.php');
5858

59-
$loader = new ClassAliasAutoloader::register($shell, $path);
59+
$loader = ClassAliasAutoloader::register($shell, $path);
6060

6161
try {
6262
$shell->run();

0 commit comments

Comments
 (0)