mirror of
https://github.com/pestphp/pest.git
synced 2026-04-21 06:27:28 +02:00
style
This commit is contained in:
@ -94,10 +94,8 @@ final class Shell
|
||||
|
||||
$config = app()->make('config');
|
||||
|
||||
$loader = ClassAliasAutoloader::register(
|
||||
return ClassAliasAutoloader::register(
|
||||
$shell, $path, $config->get('tinker.alias', []), $config->get('tinker.dont_alias', [])
|
||||
);
|
||||
|
||||
return $loader;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user