Skip to content

Commit 28baa74

Browse files
Fixed: issue related to relation field
1 parent b23529d commit 28baa74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Http/Controllers/Backend/ExtendController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public static function getCmsContentRelations()
4545
],
4646
[
4747
"name" => "Role",
48-
"namespace" => "WebReinvent\\VaahCms\\Entities\\Role",
48+
"namespace" => "WebReinvent\\VaahCms\\Models\\Role",
4949
"display_column" => 'name',
5050
"filters" => [
5151
[

0 commit comments

Comments
 (0)