'array', 'date_of_joining' => 'date', ]; // Each profile belongs to one user public function user() { return $this->belongsTo(User::class); } }