From c8150920a3b5390298b2594cdf2772f21fe0a383 Mon Sep 17 00:00:00 2001 From: ryoma_kawase <137789417+RyoK513@users.noreply.github.com> Date: Tue, 4 Mar 2025 06:16:17 +0900 Subject: [PATCH] =?UTF-8?q?fix=20#4133,=20fix=20#4134,=20fix=20#4135=20?= =?UTF-8?q?=E3=82=A4=E3=83=B3=E3=82=B9=E3=83=88=E3=83=BC=E3=83=AB=E6=99=82?= =?UTF-8?q?=E3=81=8B=E3=82=89=E5=85=A5=E3=81=A3=E3=81=A6=E3=81=84=E3=82=8B?= =?UTF-8?q?=E3=81=8A=E5=95=8F=E3=81=84=E5=90=88=E3=82=8F=E3=81=9B=E3=81=AE?= =?UTF-8?q?=E3=83=A1=E3=83=BC=E3=83=AB=E3=83=95=E3=82=A3=E3=83=BC=E3=83=AB?= =?UTF-8?q?=E3=83=89=E3=80=8C=E3=83=9E=E3=83=AB=E3=83=81=E3=83=81=E3=82=A7?= =?UTF-8?q?=E3=83=83=E3=82=AF=E3=83=9C=E3=83=83=E3=82=AF=E3=82=B9=E3=80=8D?= =?UTF-8?q?=E3=80=8C=E3=82=BB=E3=83=AC=E3=82=AF=E3=83=88=E3=83=9C=E3=83=83?= =?UTF-8?q?=E3=82=AF=E3=82=B9=E3=80=8D=E3=80=8C=E3=83=A9=E3=82=B8=E3=82=AA?= =?UTF-8?q?=E3=83=9C=E3=82=BF=E3=83=B3=E3=80=8D=E3=81=AE=E9=A0=85=E7=9B=AE?= =?UTF-8?q?=E3=82=92=E7=B7=A8=E9=9B=86=E3=81=99=E3=82=8B=E3=81=A8=E3=82=A8?= =?UTF-8?q?=E3=83=A9=E3=83=BC=E3=81=AB=E3=81=AA=E3=82=8B=E5=95=8F=E9=A1=8C?= =?UTF-8?q?=E3=82=92=E8=A7=A3=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/bc-mail/config/Seeds/MailFieldsSeed.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/bc-mail/config/Seeds/MailFieldsSeed.php b/plugins/bc-mail/config/Seeds/MailFieldsSeed.php index 2d206a0e71..c116259013 100644 --- a/plugins/bc-mail/config/Seeds/MailFieldsSeed.php +++ b/plugins/bc-mail/config/Seeds/MailFieldsSeed.php @@ -97,7 +97,7 @@ public function run(): void 'source' => '男性|女性', 'size' => 0, 'text_rows' => 0, - 'maxlength' => 0, + 'maxlength' => NULL, 'options' => '', 'class' => '', 'default_value' => '', @@ -346,7 +346,7 @@ public function run(): void 'source' => '資料請求|問い合わせ|その他', 'size' => 0, 'text_rows' => 0, - 'maxlength' => 0, + 'maxlength' => NULL, 'options' => '', 'class' => '', 'default_value' => '', @@ -408,7 +408,7 @@ public function run(): void 'source' => '検索エンジン|web広告|紙面広告|求人案内|その他', 'size' => 0, 'text_rows' => 0, - 'maxlength' => 0, + 'maxlength' => NULL, 'options' => '', 'class' => '', 'default_value' => '',