Skip to content

Commit 42e65ae

Browse files
JonPurvisgithub-actions[bot]
authored andcommitted
🪄 Code Style Fixes
1 parent 60c8617 commit 42e65ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Commands/MakeCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ protected function resolveStubName(): string
4444
*/
4545
protected function resolveStubPath($stub)
4646
{
47-
return file_exists($customPath = $this->laravel->basePath(trim($stub, '/')))
47+
return file_exists($customPath = $this->laravel->basePath(mb_trim($stub, '/')))
4848
? $customPath
4949
: __DIR__ . $stub;
5050
}

0 commit comments

Comments
 (0)