|string> */ public function rules(): array { return [ 'id' => 'numeric|required', 'slug' => 'string|required', ]; } }