We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 226f08f + 2b22dc4 commit 2d87a6fCopy full SHA for 2d87a6f
src/Services/CodePath/CodePath.php
@@ -25,6 +25,8 @@ final class CodePath
25
26
public function initPaths(CodeStructure $codeStructure, string $path, bool $isGenerationDir): void
27
{
28
+ $path = str_replace(base_path('/'), '', $path);
29
+
30
$genPath = $isGenerationDir ? base_path($path) : '';
31
32
$namespace = implode('/', array_map(
0 commit comments