Right now the AnnotationDriver checks if the class name contains the Proxies\ string. This not the most elegant solution as this may not be the configured namespace (it is by default). This should be refactored to use a service that checks based on the db_driver configured as the Proxy base class is dependent on this.
Right now the
AnnotationDriver
checks if the class name contains theProxies\
string. This not the most elegant solution as this may not be the configured namespace (it is by default). This should be refactored to use a service that checks based on thedb_driver
configured as the Proxy base class is dependent on this.