Query Metrics

0 Database Queries
0 Different statements
0.00 ms Query time
6 Invalid entities

Queries

Group similar statements

No database queries were performed.

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.

Entities Mapping

Class Mapping errors
App\Entity\Entreprise No errors.
App\Entity\Menu
  • The field App\Entity\Menu#entreprises is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Entreprise#menus does not contain the required 'inversedBy="entreprises"' attribute.
App\Entity\Admin
  • The field App\Entity\Admin#entreprises is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Entreprise#admins does not contain the required 'inversedBy="entreprises"' attribute.
App\Entity\Utilisateur
  • The field App\Entity\Utilisateur#fournisseurs is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Fournisseurs#utilisateurs does not contain the required 'inversedBy="fournisseurs"' attribute.
  • The field App\Entity\Utilisateur#plannings is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Planning#utilisateurs does not contain the required 'inversedBy="plannings"' attribute.
App\Entity\Chantier
  • The field App\Entity\Chantier#clients is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Client#chantiers does not contain the required 'inversedBy="clients"' attribute.
  • The field App\Entity\Chantier#logements is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Logement#chantier does not contain the required 'inversedBy="logements"' attribute.
App\Entity\Category No errors.
App\Entity\Galerie No errors.
App\Entity\Achat No errors.
App\Entity\Vente No errors.
App\Entity\Paie No errors.
App\Entity\Fournisseurs
  • The association App\Entity\Fournisseurs#lCRs refers to the owning side field App\Entity\LCR#fournisseurs which does not exist.
  • The association App\Entity\Fournisseurs#fournisseurConfig refers to the inverse side field App\Entity\FournisseurConfig#fournisseurs which does not exist.
App\Entity\Outillage
  • The field App\Entity\Outillage#outillagesAuth is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\OutillageAutorization#outillage does not contain the required 'inversedBy="outillagesAuth"' attribute.
App\Entity\Reglement No errors.
App\Entity\RossumConfig No errors.