Skip to content

Commit 7b013e6

Browse files
committed
cs
1 parent e7e815e commit 7b013e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Relations/EmbedsMany.php

+1
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ public function destroy($ids = [])
208208
public function delete($id = null): int
209209
{
210210
throw_if($id !== null, new LogicException('The id parameter should not be used.'));
211+
211212
// Overwrite the local key with an empty array.
212213
$result = $this->query->update([$this->localKey => []]);
213214

0 commit comments

Comments
 (0)