Skip to content

Commit

Permalink
Update TinkerCommand.php
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Aug 7, 2019
1 parent bc94cf1 commit 6934210
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Console/TinkerCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public function handle()
} else {
$path = $this->getLaravel()->basePath().DIRECTORY_SEPARATOR.'vendor';
}

$path .= '/composer/autoload_classmap.php';

$loader = ClassAliasAutoloader::register($shell, $path);
Expand Down

0 comments on commit 6934210

Please sign in to comment.