Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 405 Bytes

v1-to-v2.md

File metadata and controls

14 lines (9 loc) · 405 Bytes

Migrating from v1 to v2

Add your user class into your config.

hackzilla_ticket:
    user_class: App\Entity\User

Hackzilla\Bundle\TicketBundle\User\UserInterface has been replaced with Hackzilla\Bundle\TicketBundle\Manager\UserManagerInterface

Your user class needs to implement Hackzilla\Bundle\TicketBundle\Model\UserInterface

Roles are now checked against the User