Roman Naumenko
Roman Naumenko
I try to convert exceptions with ExceptionConverterInterface like this: ```php class DomainExceptionConverter implements ExceptionConverterInterface { public function convertException(Throwable $exception): Throwable { if ($exception instanceof NotEnabledTransitionException) { $message = ""; foreach...
**Bug description:** From documentation: > The ***injectedJavaScript*** prop -This is a script that runs immediately after the web page loads for the first time. It only runs once, even if...
According to OS docs the API enpoint used by this package is deprecated and will be disabled soon: https://documentation.onesignal.com/docs/keys-and-ids#organization-api-key:~:text=On%20the%2014th,Keys%20%26%20IDs%20page > Legacy user API keys will be deprecated on the 1st...