This commit is contained in:
Your Name
2026-06-29 09:25:29 +08:00
parent c1be0aa3e5
commit b6cdd20c56
4 changed files with 14 additions and 14 deletions
@@ -91,6 +91,6 @@ class PrescriptionOrderValidate extends BaseValidate
{
return $this->only(['id', 'amount'])
->append('id', 'require|integer|gt:0')
->append('amount', 'require|float|gt:0');
->append('amount', 'require|float|egt:0');
}
}