From 0077bdd47e848122d665f55fa391cad067e8b454 Mon Sep 17 00:00:00 2001 From: Alberto Rodriguez Date: Tue, 5 Mar 2024 07:41:23 -0400 Subject: [PATCH] cs fix --- src/CakeLtePlugin.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/CakeLtePlugin.php b/src/CakeLtePlugin.php index 4698ba0..a2175c4 100644 --- a/src/CakeLtePlugin.php +++ b/src/CakeLtePlugin.php @@ -14,10 +14,9 @@ */ class CakeLtePlugin extends BasePlugin { - - const LAYOUT_DEFAULT = 'CakeLte.default'; - const LAYOUT_LOGIN = 'CakeLte.login'; - const LAYOUT_TOP_NAV = 'CakeLte.top-nav'; + public const LAYOUT_DEFAULT = 'CakeLte.default'; + public const LAYOUT_LOGIN = 'CakeLte.login'; + public const LAYOUT_TOP_NAV = 'CakeLte.top-nav'; /** * Load all the plugin configuration and bootstrap logic.