diff --git a/src/Models/Setting.php b/src/Models/Setting.php index 086ee1be..ea6619ec 100644 --- a/src/Models/Setting.php +++ b/src/Models/Setting.php @@ -24,11 +24,9 @@ class Setting extends Model /** * List of attributes that have default values. * - * @var array + * @var string[] */ - protected $attributes = [ - 'value' => '', - ]; + protected $attributes = ['value' => '']; /** * Returns a setting from the database.