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 1414 "babel-plugin-transform-vue-jsx" : " ^3.7.0" ,
1515 "cross-env" : " ^5.0.0" ,
1616 "laravel-mix" : " ^1.0" ,
17- "laravel-nova" : " ^1 .0" ,
17+ "laravel-nova" : " ^2 .0" ,
1818 "vue-clickaway" : " ^2.2.2"
1919 },
2020 "dependencies" : {
2121 "vue" : " ^2.5.0"
2222 }
23- }
23+ }
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ public function setInverseRelationship(string $inverseRelationship)
8080 {
8181 $ this ->inverseRelationship = $ inverseRelationship ;
8282
83- $ this ->inverseRelationshipKey = $ this ->resourceInstance ::newModel ()->{$ inverseRelationship }()->getForeignKey ();
83+ $ this ->inverseRelationshipKey = $ this ->resourceInstance ::newModel ()->{$ inverseRelationship }()->getForeignKeyName ();
8484
8585 return $ this ;
8686 }
You can’t perform that action at this time.
0 commit comments