I've read your bootstrap.php over and over, and couldn't pinpoint where it is importing DoctrineAnnotations.php. When I try to instantiate MappedSuperclass, it'll look for MappedSuperclass.php file only, and since it doesn't exist it throws an error.
I've read your
bootstrap.php
over and over, and couldn't pinpoint where it is importingDoctrineAnnotations.php
. When I try to instantiateMappedSuperclass
, it'll look forMappedSuperclass.php
file only, and since it doesn't exist it throws an error.