File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ public function performUpdate(Model $model)
8686 // Get the correct foreign key value.
8787 $ foreignKey = $ this ->getForeignKeyValue ($ model );
8888
89- $ values = $ this -> getUpdateValues ($ model ->getDirty (), $ this ->localKey . '.$. ' );
89+ $ values = self :: getUpdateValues ($ model ->getDirty (), $ this ->localKey . '.$. ' );
9090
9191 // Update document in database.
9292 $ result = $ this ->toBase ()->where ($ this ->localKey . '. ' . $ model ->getKeyName (), $ foreignKey )
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ public function performUpdate(Model $model)
7777 return $ this ->parent ->save ();
7878 }
7979
80- $ values = $ this -> getUpdateValues ($ model ->getDirty (), $ this ->localKey . '. ' );
80+ $ values = self :: getUpdateValues ($ model ->getDirty (), $ this ->localKey . '. ' );
8181
8282 $ result = $ this ->toBase ()->update ($ values );
8383
You can’t perform that action at this time.
0 commit comments