symfony-docker
symfony-docker copied to clipboard
DDD Violation: AuthUserInterface.php - Using Symfony Security component inside domain
File Name: src/Shared/Domain/Security/AuthUserInterface.php
Violation Description:
Current implementation in the file violates the principles of Domain-Driven Design by extending UserInterface and PasswordAuthenticated and UserInterface from symfony.
File Name: src/Shared/Domain/Security/AuthUserInterface.php
Violation Description:
Current implementation in the file violates the principles of Domain-Driven Design by extending UserInterface and PasswordAuthenticated and UserInterface from symfony.
Thanks for the comment. What solution can you suggest to solve this violation?