Skip to content

Commit a780976

Browse files
committed
Pass useMasterKey to deepSave on saveAll
1 parent 99d4a47 commit a780976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Parse/ParseObject.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@ public function save($useMasterKey = false)
840840
*/
841841
public static function saveAll($list, $useMasterKey = false)
842842
{
843-
static::deepSave($list);
843+
static::deepSave($list, $useMasterKey);
844844
}
845845

846846
/**

0 commit comments

Comments
 (0)