belongsTo(User::class); } public function role() { return $this->belongsTo(Role::class); } }