File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
"babel-plugin-transform-vue-jsx" : " ^3.7.0" ,
15
15
"cross-env" : " ^5.0.0" ,
16
16
"laravel-mix" : " ^1.0" ,
17
- "laravel-nova" : " ^1 .0" ,
17
+ "laravel-nova" : " ^2 .0" ,
18
18
"vue-clickaway" : " ^2.2.2"
19
19
},
20
20
"dependencies" : {
21
21
"vue" : " ^2.5.0"
22
22
}
23
- }
23
+ }
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ public function setInverseRelationship(string $inverseRelationship)
80
80
{
81
81
$ this ->inverseRelationship = $ inverseRelationship ;
82
82
83
- $ this ->inverseRelationshipKey = $ this ->resourceInstance ::newModel ()->{$ inverseRelationship }()->getForeignKey ();
83
+ $ this ->inverseRelationshipKey = $ this ->resourceInstance ::newModel ()->{$ inverseRelationship }()->getForeignKeyName ();
84
84
85
85
return $ this ;
86
86
}
You can’t perform that action at this time.
0 commit comments