We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2686b commit 149065bCopy full SHA for 149065b
src/services/IconSources.php
@@ -12,7 +12,7 @@ class IconSources extends Component
12
// Constants
13
// =========================================================================
14
15
- const EVENT_REGISTER_ICON_SOURCE = 'registerIconSource';
+ public const EVENT_REGISTER_ICON_SOURCE = 'registerIconSource';
16
17
private ?array $_remoteSources = null;
18
0 commit comments