Dynèsh Hassanaly
Dynèsh Hassanaly
Indeed, TheMovieDB has TV Shows too. Example : https://www.themoviedb.org/search/tv?query=Game%20of%20Thrones&language=en-US
@ihmels I'm not sure how this is related to my PR.
Apparently the `IS_AUTHENTICATED_FULLY` attribute is only used there: https://github.com/symfony/demo/blob/ecf3f8526c59ebe6cb68b2b79fac5251c9430607/src/Controller/BlogController.php#L100 I suggest replacing this attribute with `IS_AUTHENTICATED` and keeping the condition in the login controller to prevent the user from accessing...
@PhilETaylor regarding your issue, in my application I'm always rendering the email template before sending the email. That way, once the message is dispatched, the worker will be able to...
I confirm that this bug is still alive. My current version is Symfony 4.4 and I met this too with an entity called `Token` that has a propery named `token`....
> This is very easy to miss after cloning the repo, and might end up with uncommitted composer.lock in actual downstream projects I'm trying Sylius for the first time and...
One test failed but I don't think it's related to the changes brought by this PR.
No problem, thank you all for reviewing and merging.