Sascha Heilmeier
Sascha Heilmeier
@pschoenmakers I set the missing config to parameters.yml ```yml # This file is auto-generated during the composer install parameters: ..... deployment_type: ~ ``` But its gone every time when I...
@orocla I agreeed the Contributor License Agreement
What's next?
@mbessolov I Import Users and want to sendConfirmationEmail but the action works only with an HTTP Request. My Workaround is to create an empty requestStack request. `$this->requestStack->push(Request::create(''));`
Thanks, that solved my flickering problem. Why is it still not merged?
In my opinion, this solution has the least impact on the project.
@vienthuong my aim is to have a context that can renew the token independently. I am aware that a DTO should not contain any logic, but the question for me...