Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Dec 11, 2024
1 parent 246c363 commit cdcc614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Foundation/Console/Actions/Action.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ protected function pathLocation(string $path): string
$path = str_replace(rtrim($this->workingPath, DIRECTORY_SEPARATOR).DIRECTORY_SEPARATOR, '', $path);

$prefix = match ($this->workingPath) {
app()->basePath() => '@laravel',
base_path() => '@laravel',
$packagePath => '.',
default => '@'
};
Expand Down

0 comments on commit cdcc614

Please sign in to comment.