Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
riasvdv authored and github-actions[bot] committed Nov 7, 2023
1 parent 42d1b84 commit e9584b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/UsesCipherSweet.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function encryptRow(): void
$attributes = $this->getAttributes();

foreach ($fieldsToEncrypt as $field) {
$attributes[$field] ??= NULL;
$attributes[$field] ??= null;
}

$this->setRawAttributes(static::$cipherSweetEncryptedRow->encryptRow($attributes));
Expand Down

0 comments on commit e9584b1

Please sign in to comment.