Skip to content

Commit 6443595

Browse files
authored
Pass through tinker alias config
1 parent 6bb496e commit 6443595

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)