Skip to content

Commit 99d85c2

Browse files
authored
Merge pull request #97 from tymondesigns/patch-1
Pass through tinker alias config
2 parents 6bb496e + 6443595 commit 99d85c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tinker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ protected function createShell(BufferedOutput $output): Shell
6969
$composerClassMap = base_path('vendor/composer/autoload_classmap.php');
7070

7171
if (file_exists($composerClassMap)) {
72-
ClassAliasAutoloader::register($shell, $composerClassMap);
72+
ClassAliasAutoloader::register($shell, $composerClassMap, config('tinker.alias', []), config('tinker.dont_alias', []));
7373
}
7474

7575
return $shell;

0 commit comments

Comments
 (0)