after implementing author interface on my user entity that extends from another user entity
i have this erroor shown :
Fatal error: Can't inherit abstract function Cunningsoft\ChatBundle\Entity\AuthorInterface::getUsername() (previously declared abstract in Symfony\Component\Security\Core\User\UserInterface)
do you have any solution to resolve that !
after implementing author interface on my user entity that extends from another user entity i have this erroor shown : Fatal error: Can't inherit abstract function Cunningsoft\ChatBundle\Entity\AuthorInterface::getUsername() (previously declared abstract in Symfony\Component\Security\Core\User\UserInterface) do you have any solution to resolve that !