diff --git a/src/App/Models/Value.php b/src/App/Models/Value.php index 72988b7..62f4f6f 100644 --- a/src/App/Models/Value.php +++ b/src/App/Models/Value.php @@ -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()