*/ protected $guarded = []; public function role(): HasOne { return $this->hasOne(RoleModel::class, 'id', 'role_id'); } }