From fda04931e076a6d8b6ce5f71f67f997f7a83cd02 Mon Sep 17 00:00:00 2001 From: Brandon Shipley Date: Fri, 21 Aug 2026 20:28:39 -0700 Subject: [PATCH] checkstyle fix --- src/CakeContactUsPlugin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/CakeContactUsPlugin.php b/src/CakeContactUsPlugin.php index 07e6b41..6d93b31 100644 --- a/src/CakeContactUsPlugin.php +++ b/src/CakeContactUsPlugin.php @@ -29,6 +29,7 @@ class CakeContactUsPlugin extends BasePlugin { * @var string */ public const CAKE_CONTACT_US_MYSQL_DATETIME = 'Y-m-d H:i:s'; + /** * Load all the plugin configuration and bootstrap logic. *