'integer', ]; public function requests(): HasMany { return $this->hasMany(ServiceRequest::class, 'priority_id'); } }