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.
1 parent 226f08f commit 2b22dc4Copy full SHA for 2b22dc4
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