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
Perhaps in the SymfonyLevelSetList::UP_TO_SYMFONY_62 ?
// src/Controller/MyController.php
- use Symfony\Component\Security\Core\Security;+ use Symfony\Bundle\SecurityBundle\Security;
class MyController extends AbstractController
{
public function index(Security $security)
{
// ...
}
}
I do not know if rector-symfony is relevant for this, but I think so that is why I propose
Feel free to close, thanks !
The text was updated successfully, but these errors were encountered:
94noni
changed the title
[6.2] use Symfony\Bundle\SecurityBundle\Security; instead of e Symfony\Component\Security\Core\Security;
[6.2] use Symfony\Bundle\SecurityBundle\Security; instead of Symfony\Component\Security\Core\Security;
Nov 22, 2022
Hi, I would like to contribute for such Symfony v6.2 deprecation
Perhaps in the
SymfonyLevelSetList::UP_TO_SYMFONY_62
?I do not know if rector-symfony is relevant for this, but I think so that is why I propose
Feel free to close, thanks !
The text was updated successfully, but these errors were encountered: