mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 20:18:52 +02:00
Add visibility to class constants (PHP >= 7.1)
This commit is contained in:
@@ -38,10 +38,10 @@ use MetaModel;
|
||||
class ActivityPanel extends UIBlock
|
||||
{
|
||||
// Overloaded constants
|
||||
const BLOCK_CODE = 'ibo-activity-panel';
|
||||
const HTML_TEMPLATE_REL_PATH = 'layouts/activity-panel/layout';
|
||||
const JS_TEMPLATE_REL_PATH = 'layouts/activity-panel/layout';
|
||||
const JS_FILES_REL_PATH = [
|
||||
public const BLOCK_CODE = 'ibo-activity-panel';
|
||||
public const HTML_TEMPLATE_REL_PATH = 'layouts/activity-panel/layout';
|
||||
public const JS_TEMPLATE_REL_PATH = 'layouts/activity-panel/layout';
|
||||
public const JS_FILES_REL_PATH = [
|
||||
'js/layouts/activity-panel.js',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user