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 7069321 commit 3a86996Copy full SHA for 3a86996
src/Services/PathsAndNamespacesService.php
@@ -69,7 +69,7 @@ public function getRealpathBaseModelAttributes(string $modelSubfolder): string
69
70
public function getRealpathBaseModelRelations(string $modelSubfolder): string
71
{
72
- return $this->getRealpathBaseModel($modelSubfolder) . DIRECTORY_SEPARATOR . 'Relations';
+ return $this->getRealpathBaseModelAttributes($modelSubfolder);
73
}
74
75
public function getRealpathBaseCustomModel(string $resourceName, string $modelSubfolder): string
0 commit comments