'array', // converts JSON to array automatically ]; // Relationship: request belongs to a user public function user() { return $this->belongsTo(User::class); } }