Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arodu committed Mar 5, 2024
1 parent f283fe1 commit 0077bdd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/CakeLtePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 0077bdd

Please sign in to comment.