Skip to content

Commit

Permalink
[Improvement] unify the naming convention in event names
Browse files Browse the repository at this point in the history
  • Loading branch information
samyemad committed Sep 29, 2023
1 parent 24fbb0a commit 05966ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Event/ElementTree/IconEvents.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ final class IconEvents
/**
* @var string
*/
public const ADD_ELEMENT_TREE_ICON = 'pimcore.perspective.editor.add.elementTreeIcon';
public const ADD_ELEMENT_TREE_ICON = 'pimcore.perspectiveEditor.elementTreeIcon.add';
}

0 comments on commit 05966ab

Please sign in to comment.