GET https://emiliotur.dfranquias.com/_profiler

Query Metrics

0 Database Queries
0 Different statements
0.00 ms Query time
1 Invalid entities
0 Managed entities

Queries

No executed queries.

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects

Entities Mapping

Class Mapping errors
DFranquias\CompanyBundle\Domain\Entity\Company
  • The field DFranquias\CompanyBundle\Domain\Entity\Company#archives is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity DFranquias\CoreBundle\Domain\Entity\Archive#company does not contain the required 'inversedBy: "archives"' attribute.
  • The field DFranquias\CompanyBundle\Domain\Entity\Company#roles is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity DFranquias\UserBundle\Domain\Entity\Role#company does not contain the required 'inversedBy: "roles"' attribute.
  • The field DFranquias\CompanyBundle\Domain\Entity\Company#DFPayAuthorization is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity DFranquias\IntegrationBundle\Domain\Entity\Authorization#company does not contain the required 'mappedBy: "DFPayAuthorization"' attribute.
  • The field DFranquias\CompanyBundle\Domain\Entity\Company#companyTags is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity DFranquias\CompanyBundle\Domain\Entity\CompanyTag#companyOwner does not contain the required 'inversedBy: "companyTags"' attribute.