Skip to content

Commit

Permalink
note before switching tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerrlongg committed Feb 22, 2024
1 parent 1435865 commit b6fa6cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Providers/ValidationServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,8 @@ public function boot()
$options = $field->formatFieldValuesAsArray();

// temporarily decrypt for validation
// so, this is breaking patches, i don't really get why.
// is it not encrypted here on an update? need to do more testing. :(
if($field->field_encrypted) {
$value = Crypt::decrypt($value);
}
Expand Down

0 comments on commit b6fa6cb

Please sign in to comment.