Skip to content

Commit

Permalink
Merge branch 'plain_type_json' of https://github.com/asseco-voice/lar…
Browse files Browse the repository at this point in the history
…avel-custom-fields into plain_type_json
  • Loading branch information
ngaspari committed Nov 12, 2024
2 parents de8c2a8 + a785a26 commit 87046f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App/Models/Value.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ class Value extends Model implements \Asseco\CustomFields\App\Contracts\Value

protected $appends = ['value'];
protected $casts = [
'float' => 'float',
'boolean' => 'boolean',
'json' => 'array',
'float' => 'float',
'boolean' => 'boolean',
'json' => 'array',
];

protected static function booted()
Expand Down

0 comments on commit 87046f9

Please sign in to comment.