checkstyle fix
CI / testsuite (mysql, 8.2, ) (push) Successful in 3m19s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 3m20s
CI / testsuite (pgsql, 8.4, ) (push) Successful in 2m38s
CI / testsuite (mysql, 8.4, ) (push) Successful in 9m16s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Successful in 3m21s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 4m46s
CI / Coding Standard & Static Analysis (push) Successful in 3m18s
CI / testsuite (sqlite, 8.4, ) (push) Successful in 6m28s

This commit is contained in:
bs
2026-08-21 20:28:39 -07:00
parent 4780762ef4
commit fda04931e0
+1
View File
@@ -29,6 +29,7 @@ class CakeContactUsPlugin extends BasePlugin {
* @var string * @var string
*/ */
public const CAKE_CONTACT_US_MYSQL_DATETIME = 'Y-m-d H:i:s'; public const CAKE_CONTACT_US_MYSQL_DATETIME = 'Y-m-d H:i:s';
/** /**
* Load all the plugin configuration and bootstrap logic. * Load all the plugin configuration and bootstrap logic.
* *