Skip to content

Commit

Permalink
🐛 remove stray ray call
Browse files Browse the repository at this point in the history
  • Loading branch information
bnomei committed Jun 30, 2024
1 parent bc127b7 commit 3aacf31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions classes/ModelWithKhulan.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ public function writeKhulan(?array $data = null, ?string $languageCode = null):
unset($data['_id']);
}

ray('write', $data)->red();

$status = khulan()->findOneAndUpdate(
['_id' => $this->keyKhulan($languageCode)],
['$set' => $data],
Expand Down

0 comments on commit 3aacf31

Please sign in to comment.