From faea0126ea4a3f67fa3d1b60101192d1feed5280 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Sun, 12 Dec 2021 17:59:27 +0800 Subject: [PATCH] apply php-cs-fixer fixes --- app/Services/OptionForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/OptionForm.php b/app/Services/OptionForm.php index 76dac5b0..0e4484d1 100644 --- a/app/Services/OptionForm.php +++ b/app/Services/OptionForm.php @@ -21,7 +21,7 @@ class OptionForm * Pass this value to tell generator to * load text from language files automatically. */ - public const AUTO_DETECT = 0x97ab1; + public const AUTO_DETECT = 0x97AB1; protected $id; protected $title;