Skip to content

Commit e489422

Browse files
committed
fix: conflicts
refs: #190
1 parent 0592b53 commit e489422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Generators/EntityGenerator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ protected function classExists(string $path, string $name, ?string $subFolder =
151151

152152
protected function getClassPath(string $path, string $name, ?string $subFolder = null): string
153153
{
154-
$path = $this->getPath($path, $subFolder);
154+
$path = $this->getPath($this->paths[$path], $subFolder);
155155

156156
return "{$path}/{$name}.php";
157157
}

0 commit comments

Comments
 (0)