♻️ Refactor BODY_DATA_GUI_TYPE constants to public visibility (N°9101)

This commit is contained in:
lenaick.moreira
2026-04-08 09:38:40 +02:00
parent f66ce1c956
commit 4eadff7f3b
3 changed files with 3 additions and 3 deletions

View File

@@ -152,7 +152,7 @@ class WebPage implements Page
*/
public const DEFAULT_PAGE_TEMPLATE_REL_PATH = 'pages/backoffice/webpage/layout';
protected const BODY_DATA_GUI_TYPE = 'backoffice';
public const BODY_DATA_GUI_TYPE = 'backoffice';
protected $s_title;
protected $s_content;