Skip to content

Commit 77d337b

Browse files
fix: replace deprecated namespace (#1764)
1 parent df883f3 commit 77d337b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ use ApiPlatform\Doctrine\Orm\Util\QueryNameGeneratorInterface;
6363
use ApiPlatform\Metadata\Operation;
6464
use App\Entity\Offer;
6565
use Doctrine\ORM\QueryBuilder;
66-
use Symfony\Component\Security\Core\Security;
66+
use Symfony\Bundle\SecurityBundle\Security;
6767

6868
final class CurrentUserExtension implements QueryCollectionExtensionInterface, QueryItemExtensionInterface
6969
{

0 commit comments

Comments
 (0)