We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46818ee commit d1619f0Copy full SHA for d1619f0
src/Relations/SyncWithFirebaseBelongsToMany.php
@@ -72,6 +72,7 @@ protected function syncParentWithFirebase(){
72
if($this->_isSynching){
73
//TODO:should only update touched relation
74
$this->parent->syncWithFirebase();
75
+ $this->parent->syncRelatedWithFirebase();
76
}
77
-}
78
+}
0 commit comments