'array', ]; /** * Get the user that owns the setting. */ public function user() { return $this->belongsTo(\App\User::class); } }