You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BREAKING: Added iterateTokens method to the Crm\ApplicationModule\Models\User\UserDataStorageInterface interface.
If you extend this interface, add empty or default implementation of iterateTokens. Method should iterate through all stored tokens in user data storage and call $callback for each record with token and its user data.
Added application:change_config_value command for scheduled changes of configs. remp/crm#3357