php bin/console make:migration
doctrine:
orm:
mappings:
UserEntities:
type: annotation
dir: "%kernel.root_dir%/../src/Models/User/Entity"
is_bundle: false
prefix: <YOUR_NAMESPACE>\Models\User\Entity