From a785a2660e989a8a27ffefff407b4d8d60a5da1a Mon Sep 17 00:00:00 2001 From: StyleCI Bot Date: Tue, 12 Nov 2024 08:14:41 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/App/Models/Value.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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()