This commit is contained in:
Graham Campbell
2015-01-06 20:16:31 +00:00
parent d7486ef98a
commit 0d326de0b2

View File

@@ -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.