We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 505325b commit 82ded9aCopy full SHA for 82ded9a
src/Illuminate/Foundation/Console/Kernel.php
@@ -224,7 +224,7 @@ protected function load($paths)
224
$command = $namespace.str_replace(
225
['/', '.php'],
226
['\\', ''],
227
- Str::after($command->getPathname(), app_path().DIRECTORY_SEPARATOR)
+ Str::after($command->getPathname(), realpath(app_path()).DIRECTORY_SEPARATOR)
228
);
229
230
if (is_subclass_of($command, Command::class) &&
0 commit comments