Skip to content

Commit 3a86996

Browse files
author
Admin
committed
Fix BaseModelRelationsPath
1 parent 7069321 commit 3a86996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/PathsAndNamespacesService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function getRealpathBaseModelAttributes(string $modelSubfolder): string
6969

7070
public function getRealpathBaseModelRelations(string $modelSubfolder): string
7171
{
72-
return $this->getRealpathBaseModel($modelSubfolder) . DIRECTORY_SEPARATOR . 'Relations';
72+
return $this->getRealpathBaseModelAttributes($modelSubfolder);
7373
}
7474

7575
public function getRealpathBaseCustomModel(string $resourceName, string $modelSubfolder): string

0 commit comments

Comments
 (0)