Skip to content

Commit

Permalink
TASK: make constant private
Browse files Browse the repository at this point in the history
  • Loading branch information
ger4003 committed Jun 15, 2020
1 parent 81a2ad9 commit cbed872
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Package.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*/
class Package extends BasePackage
{
const NODE_TYPE_IDENTIFIER_MIXIN = 'Neos.Form.Builder:IdentifierMixin';
private const NODE_TYPE_IDENTIFIER_MIXIN = 'Neos.Form.Builder:IdentifierMixin';

/**
* @param Bootstrap $bootstrap The current bootstrap
Expand Down

0 comments on commit cbed872

Please sign in to comment.