Skip to content
Snippets Groups Projects
Commit 27e4adc9 authored by Tobias Gross-Vogt's avatar Tobias Gross-Vogt
Browse files

NAMESPACE now pulic

parent 4efaeaaf
No related branches found
No related tags found
No related merge requests found
Pipeline #202468 passed
...@@ -10,7 +10,7 @@ use Exception; ...@@ -10,7 +10,7 @@ use Exception;
class ProxyDataEventSubscriber extends AbstractProxyDataEventSubscriber class ProxyDataEventSubscriber extends AbstractProxyDataEventSubscriber
{ {
protected const NAMESPACE = 'core'; public const NAMESPACE = 'core';
public const GET_AVAILABLE_ATTRIBUTES_FUNCTION_NAME = 'getAvailableAttributes'; public const GET_AVAILABLE_ATTRIBUTES_FUNCTION_NAME = 'getAvailableAttributes';
public const GET_USER_ATTRIBUTES_FUNCTION_NAME = 'getUserAttributes'; public const GET_USER_ATTRIBUTES_FUNCTION_NAME = 'getUserAttributes';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment