diff --git a/hesabixCore/src/Entity/SMSPays.php b/hesabixCore/src/Entity/SMSPays.php index f1204b5..80954f6 100644 --- a/hesabixCore/src/Entity/SMSPays.php +++ b/hesabixCore/src/Entity/SMSPays.php @@ -42,7 +42,7 @@ class SMSPays #[ORM\Column(length: 255, nullable: true)] private ?string $verifyCode = null; - #[ORM\Column(length: 255)] + #[ORM\Column(length: 255, nullable: true)] private ?string $gatePay = null; public function getId(): ?int