Skip to content

Commit 149065b

Browse files
committed
Constant types
1 parent 9e2686b commit 149065b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/IconSources.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class IconSources extends Component
1212
// Constants
1313
// =========================================================================
1414

15-
const EVENT_REGISTER_ICON_SOURCE = 'registerIconSource';
15+
public const EVENT_REGISTER_ICON_SOURCE = 'registerIconSource';
1616

1717
private ?array $_remoteSources = null;
1818

0 commit comments

Comments
 (0)