Query Metrics
20
Database Queries
14
Different statements
13.65 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
2.76 ms (20.18%) |
2 |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"touristra"
]
|
2.22 ms (16.25%) |
6 |
SELECT DATABASE()
Parameters:
[] |
2.16 ms (15.80%) |
1 |
SELECT c.COLUMN_NAME AS field, c.COLUMN_TYPE AS type, c.IS_NULLABLE AS `null`, c.COLUMN_KEY AS `key`, c.COLUMN_DEFAULT AS `default`, c.EXTRA, c.COLUMN_COMMENT AS comment, c.CHARACTER_SET_NAME AS characterset, c.COLLATION_NAME AS collation FROM information_schema.COLUMNS c INNER JOIN information_schema.TABLES t ON t.TABLE_NAME = c.TABLE_NAME WHERE c.TABLE_SCHEMA = ? AND t.TABLE_SCHEMA = ? AND t.TABLE_TYPE = 'BASE TABLE' AND t.TABLE_NAME = ? ORDER BY ORDINAL_POSITION
Parameters:
[ "touristra" "touristra" "doctrine_migration_versions" ] |
1.73 ms (12.68%) |
1 |
SELECT DISTINCT k.CONSTRAINT_NAME, k.COLUMN_NAME, k.REFERENCED_TABLE_NAME, k.REFERENCED_COLUMN_NAME, k.ORDINAL_POSITION /*!50116, c.UPDATE_RULE, c.DELETE_RULE */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.CONSTRAINT_NAME = k.CONSTRAINT_NAME AND c.TABLE_NAME = k.TABLE_NAME */ WHERE k.TABLE_SCHEMA = ? AND k.TABLE_NAME = ? AND k.REFERENCED_COLUMN_NAME IS NOT NULL /*!50116 AND c.CONSTRAINT_SCHEMA = 'touristra' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[ "touristra" "doctrine_migration_versions" ] |
0.90 ms (6.56%) |
1 |
SELECT t.TABLE_NAME, t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.COLLATION_CHARACTER_SET_APPLICABILITY ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE t.TABLE_SCHEMA = ? AND t.TABLE_NAME = ? AND t.TABLE_TYPE = 'BASE TABLE'
Parameters:
[ "touristra" "doctrine_migration_versions" ] |
0.50 ms (3.67%) |
1 |
SELECT t0_.id AS id_0, t0_.position AS position_1, t0_.created AS created_2, t0_.updated AS updated_3, t0_.domain_name AS domain_name_4, t0_.domain_is_default AS domain_is_default_5, t1_.id AS id_6, t1_.position AS position_7, t1_.created AS created_8, t1_.updated AS updated_9, t1_.site_name AS site_name_10, t1_.site_code AS site_code_11, t1_.site_is_default AS site_is_default_12, t0_.site_id AS site_id_13, t1_.layout_id AS layout_id_14, t1_.analytic_id AS analytic_id_15 FROM tv_domain t0_ INNER JOIN tv_sites t1_ ON t0_.site_id = t1_.id WHERE t0_.domain_name = ?
Parameters:
[
"touristra.octelio.net"
]
|
0.49 ms (3.61%) |
1 |
SELECT t0_.id AS id_0, t0_.position AS position_1, t0_.created AS created_2, t0_.updated AS updated_3, t0_.site_name AS site_name_4, t0_.site_code AS site_code_5, t0_.site_is_default AS site_is_default_6, t1_.id AS id_7, t1_.position AS position_8, t1_.created AS created_9, t1_.updated AS updated_10, t1_.google_analytic AS google_analytic_11, t1_.webmaster_tool AS webmaster_tool_12, t1_.analytic_meta AS analytic_meta_13, t1_.analytic_script AS analytic_script_14, t2_.id AS id_15, t2_.media_index AS media_index_16, t2_.media_description AS media_description_17, t2_.media_zoom AS media_zoom_18, t2_.position AS position_19, t0_.layout_id AS layout_id_20, t0_.analytic_id AS analytic_id_21, t1_.site_id AS site_id_22, t2_.block_id AS block_id_23, t2_.page_id AS page_id_24, t2_.seo_id AS seo_id_25, t2_.analytic_id AS analytic_id_26, t2_.banner_id AS banner_id_27, t2_.article_id AS article_id_28, t2_.slide_id AS slide_id_29, t2_.carouselItem_id AS carouselItem_id_30, t2_.textandimage_id AS textandimage_id_31, t2_.icone_id AS icone_id_32, t2_.link_id AS link_id_33, t2_.media_id AS media_id_34, t2_.categorydescription_id AS categorydescription_id_35, t2_.etabdescription_id AS etabdescription_id_36, t2_.etab_gallery_id AS etab_gallery_id_37, t2_.liste_id AS liste_id_38, t2_.pension_id AS pension_id_39, t2_.promo_id AS promo_id_40, t2_.roomfeature_id AS roomfeature_id_41, t2_.roomfeaturevalue_id AS roomfeaturevalue_id_42, t2_.postecategory_id AS postecategory_id_43, t2_.articlecategory_id AS articlecategory_id_44, t2_.thematicfilecategory_id AS thematicfilecategory_id_45, t2_.roomtype_id AS roomtype_id_46, t2_.tab_id AS tab_id_47 FROM tv_sites t0_ LEFT JOIN tv_seo_analytics t1_ ON t0_.analytic_id = t1_.id LEFT JOIN tv_medias_relations t2_ ON t1_.id = t2_.analytic_id WHERE t0_.site_is_default = ?
Parameters:
[
1
]
|
0.47 ms (3.47%) |
1 |
SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ? ORDER BY SEQ_IN_INDEX
Parameters:
[ "touristra" "doctrine_migration_versions" ] |
0.47 ms (3.41%) |
1 |
SELECT t0_.id AS id_0, t0_.position AS position_1, t0_.created AS created_2, t0_.updated AS updated_3, t0_.page_name AS page_name_4, t0_.page_name_back AS page_name_back_5, t0_.page_code AS page_code_6, t0_.page_is_default AS page_is_default_7, t0_.page_level AS page_level_8, t0_.online AS online_9, t0_.page_plan AS page_plan_10, t0_.page_arbo AS page_arbo_11, t0_.subsite AS subsite_12, t1_.id AS id_13, t1_.position AS position_14, t1_.created AS created_15, t1_.updated AS updated_16, t1_.layout_name AS layout_name_17, t1_.layout_code AS layout_code_18, t2_.id AS id_19, t2_.position AS position_20, t2_.created AS created_21, t2_.updated AS updated_22, t2_.template_name AS template_name_23, t2_.template_code AS template_code_24, t2_.template_width AS template_width_25, t2_.template_padding AS template_padding_26, t2_.template_is_active AS template_is_active_27, t3_.id AS id_28, t3_.media_index AS media_index_29, t3_.media_description AS media_description_30, t3_.media_zoom AS media_zoom_31, t3_.position AS position_32, t4_.id AS id_33, t4_.position AS position_34, t4_.created AS created_35, t4_.updated AS updated_36, t4_.meta_title AS meta_title_37, t4_.meta_description AS meta_description_38, t4_.meta_canonical AS meta_canonical_39, t4_.meta_index AS meta_index_40, t4_.meta_follow AS meta_follow_41, t4_.meta_og_title AS meta_og_title_42, t4_.meta_og_description AS meta_og_description_43, t5_.id AS id_44, t5_.media_index AS media_index_45, t5_.media_description AS media_description_46, t5_.media_zoom AS media_zoom_47, t5_.position AS position_48, t0_.layout_id AS layout_id_49, t0_.site_id AS site_id_50, t0_.template_id AS template_id_51, t0_.parent_id AS parent_id_52, t0_.article_categorie_id AS article_categorie_id_53, t0_.thematic_categorie_id AS thematic_categorie_id_54, t3_.block_id AS block_id_55, t3_.page_id AS page_id_56, t3_.seo_id AS seo_id_57, t3_.analytic_id AS analytic_id_58, t3_.banner_id AS banner_id_59, t3_.article_id AS article_id_60, t3_.slide_id AS slide_id_61, t3_.carouselItem_id AS carouselItem_id_62, t3_.textandimage_id AS textandimage_id_63, t3_.icone_id AS icone_id_64, t3_.link_id AS link_id_65, t3_.media_id AS media_id_66, t3_.categorydescription_id AS categorydescription_id_67, t3_.etabdescription_id AS etabdescription_id_68, t3_.etab_gallery_id AS etab_gallery_id_69, t3_.liste_id AS liste_id_70, t3_.pension_id AS pension_id_71, t3_.promo_id AS promo_id_72, t3_.roomfeature_id AS roomfeature_id_73, t3_.roomfeaturevalue_id AS roomfeaturevalue_id_74, t3_.postecategory_id AS postecategory_id_75, t3_.articlecategory_id AS articlecategory_id_76, t3_.thematicfilecategory_id AS thematicfilecategory_id_77, t3_.roomtype_id AS roomtype_id_78, t3_.tab_id AS tab_id_79, t4_.page_id AS page_id_80, t5_.block_id AS block_id_81, t5_.page_id AS page_id_82, t5_.seo_id AS seo_id_83, t5_.analytic_id AS analytic_id_84, t5_.banner_id AS banner_id_85, t5_.article_id AS article_id_86, t5_.slide_id AS slide_id_87, t5_.carouselItem_id AS carouselItem_id_88, t5_.textandimage_id AS textandimage_id_89, t5_.icone_id AS icone_id_90, t5_.link_id AS link_id_91, t5_.media_id AS media_id_92, t5_.categorydescription_id AS categorydescription_id_93, t5_.etabdescription_id AS etabdescription_id_94, t5_.etab_gallery_id AS etab_gallery_id_95, t5_.liste_id AS liste_id_96, t5_.pension_id AS pension_id_97, t5_.promo_id AS promo_id_98, t5_.roomfeature_id AS roomfeature_id_99, t5_.roomfeaturevalue_id AS roomfeaturevalue_id_100, t5_.postecategory_id AS postecategory_id_101, t5_.articlecategory_id AS articlecategory_id_102, t5_.thematicfilecategory_id AS thematicfilecategory_id_103, t5_.roomtype_id AS roomtype_id_104, t5_.tab_id AS tab_id_105 FROM tv_pages t0_ LEFT JOIN tv_layouts t1_ ON t0_.layout_id = t1_.id INNER JOIN tv_templates t2_ ON t0_.template_id = t2_.id LEFT JOIN tv_medias_relations t3_ ON t0_.id = t3_.page_id LEFT JOIN tv_seo t4_ ON t0_.id = t4_.page_id LEFT JOIN tv_medias_relations t5_ ON t4_.id = t5_.seo_id WHERE t0_.page_is_default = ? AND t0_.site_id = ? AND t0_.subsite IS NULL
Parameters:
[ 1 1 ] |
0.46 ms (3.41%) |
1 |
SELECT t0_.id AS id_0, t0_.position AS position_1, t0_.created AS created_2, t0_.updated AS updated_3, t0_.page_name AS page_name_4, t0_.page_name_back AS page_name_back_5, t0_.page_code AS page_code_6, t0_.page_is_default AS page_is_default_7, t0_.page_level AS page_level_8, t0_.online AS online_9, t0_.page_plan AS page_plan_10, t0_.page_arbo AS page_arbo_11, t0_.subsite AS subsite_12, t1_.id AS id_13, t1_.position AS position_14, t1_.created AS created_15, t1_.updated AS updated_16, t1_.layout_name AS layout_name_17, t1_.layout_code AS layout_code_18, t2_.id AS id_19, t2_.position AS position_20, t2_.created AS created_21, t2_.updated AS updated_22, t2_.template_name AS template_name_23, t2_.template_code AS template_code_24, t2_.template_width AS template_width_25, t2_.template_padding AS template_padding_26, t2_.template_is_active AS template_is_active_27, t3_.id AS id_28, t3_.media_index AS media_index_29, t3_.media_description AS media_description_30, t3_.media_zoom AS media_zoom_31, t3_.position AS position_32, t4_.id AS id_33, t4_.position AS position_34, t4_.created AS created_35, t4_.updated AS updated_36, t4_.meta_title AS meta_title_37, t4_.meta_description AS meta_description_38, t4_.meta_canonical AS meta_canonical_39, t4_.meta_index AS meta_index_40, t4_.meta_follow AS meta_follow_41, t4_.meta_og_title AS meta_og_title_42, t4_.meta_og_description AS meta_og_description_43, t5_.id AS id_44, t5_.media_index AS media_index_45, t5_.media_description AS media_description_46, t5_.media_zoom AS media_zoom_47, t5_.position AS position_48, t0_.layout_id AS layout_id_49, t0_.site_id AS site_id_50, t0_.template_id AS template_id_51, t0_.parent_id AS parent_id_52, t0_.article_categorie_id AS article_categorie_id_53, t0_.thematic_categorie_id AS thematic_categorie_id_54, t3_.block_id AS block_id_55, t3_.page_id AS page_id_56, t3_.seo_id AS seo_id_57, t3_.analytic_id AS analytic_id_58, t3_.banner_id AS banner_id_59, t3_.article_id AS article_id_60, t3_.slide_id AS slide_id_61, t3_.carouselItem_id AS carouselItem_id_62, t3_.textandimage_id AS textandimage_id_63, t3_.icone_id AS icone_id_64, t3_.link_id AS link_id_65, t3_.media_id AS media_id_66, t3_.categorydescription_id AS categorydescription_id_67, t3_.etabdescription_id AS etabdescription_id_68, t3_.etab_gallery_id AS etab_gallery_id_69, t3_.liste_id AS liste_id_70, t3_.pension_id AS pension_id_71, t3_.promo_id AS promo_id_72, t3_.roomfeature_id AS roomfeature_id_73, t3_.roomfeaturevalue_id AS roomfeaturevalue_id_74, t3_.postecategory_id AS postecategory_id_75, t3_.articlecategory_id AS articlecategory_id_76, t3_.thematicfilecategory_id AS thematicfilecategory_id_77, t3_.roomtype_id AS roomtype_id_78, t3_.tab_id AS tab_id_79, t4_.page_id AS page_id_80, t5_.block_id AS block_id_81, t5_.page_id AS page_id_82, t5_.seo_id AS seo_id_83, t5_.analytic_id AS analytic_id_84, t5_.banner_id AS banner_id_85, t5_.article_id AS article_id_86, t5_.slide_id AS slide_id_87, t5_.carouselItem_id AS carouselItem_id_88, t5_.textandimage_id AS textandimage_id_89, t5_.icone_id AS icone_id_90, t5_.link_id AS link_id_91, t5_.media_id AS media_id_92, t5_.categorydescription_id AS categorydescription_id_93, t5_.etabdescription_id AS etabdescription_id_94, t5_.etab_gallery_id AS etab_gallery_id_95, t5_.liste_id AS liste_id_96, t5_.pension_id AS pension_id_97, t5_.promo_id AS promo_id_98, t5_.roomfeature_id AS roomfeature_id_99, t5_.roomfeaturevalue_id AS roomfeaturevalue_id_100, t5_.postecategory_id AS postecategory_id_101, t5_.articlecategory_id AS articlecategory_id_102, t5_.thematicfilecategory_id AS thematicfilecategory_id_103, t5_.roomtype_id AS roomtype_id_104, t5_.tab_id AS tab_id_105 FROM tv_pages t0_ LEFT JOIN tv_layouts t1_ ON t0_.layout_id = t1_.id INNER JOIN tv_templates t2_ ON t0_.template_id = t2_.id LEFT JOIN tv_medias_relations t3_ ON t0_.id = t3_.page_id LEFT JOIN tv_seo t4_ ON t0_.id = t4_.page_id LEFT JOIN tv_medias_relations t5_ ON t4_.id = t5_.seo_id WHERE t0_.page_code = ? AND t0_.site_id = ?
Parameters:
[ "robots.txt" 1 ] |
0.45 ms (3.31%) |
1 |
SELECT t0_.id AS id_0, t0_.position AS position_1, t0_.created AS created_2, t0_.updated AS updated_3, t0_.site_name AS site_name_4, t0_.site_code AS site_code_5, t0_.site_is_default AS site_is_default_6, t1_.id AS id_7, t1_.position AS position_8, t1_.created AS created_9, t1_.updated AS updated_10, t1_.google_analytic AS google_analytic_11, t1_.webmaster_tool AS webmaster_tool_12, t1_.analytic_meta AS analytic_meta_13, t1_.analytic_script AS analytic_script_14, t2_.id AS id_15, t2_.media_index AS media_index_16, t2_.media_description AS media_description_17, t2_.media_zoom AS media_zoom_18, t2_.position AS position_19, t0_.layout_id AS layout_id_20, t0_.analytic_id AS analytic_id_21, t1_.site_id AS site_id_22, t2_.block_id AS block_id_23, t2_.page_id AS page_id_24, t2_.seo_id AS seo_id_25, t2_.analytic_id AS analytic_id_26, t2_.banner_id AS banner_id_27, t2_.article_id AS article_id_28, t2_.slide_id AS slide_id_29, t2_.carouselItem_id AS carouselItem_id_30, t2_.textandimage_id AS textandimage_id_31, t2_.icone_id AS icone_id_32, t2_.link_id AS link_id_33, t2_.media_id AS media_id_34, t2_.categorydescription_id AS categorydescription_id_35, t2_.etabdescription_id AS etabdescription_id_36, t2_.etab_gallery_id AS etab_gallery_id_37, t2_.liste_id AS liste_id_38, t2_.pension_id AS pension_id_39, t2_.promo_id AS promo_id_40, t2_.roomfeature_id AS roomfeature_id_41, t2_.roomfeaturevalue_id AS roomfeaturevalue_id_42, t2_.postecategory_id AS postecategory_id_43, t2_.articlecategory_id AS articlecategory_id_44, t2_.thematicfilecategory_id AS thematicfilecategory_id_45, t2_.roomtype_id AS roomtype_id_46, t2_.tab_id AS tab_id_47 FROM tv_sites t0_ LEFT JOIN tv_seo_analytics t1_ ON t0_.analytic_id = t1_.id LEFT JOIN tv_medias_relations t2_ ON t1_.id = t2_.analytic_id WHERE t0_.id = ?
Parameters:
[
1
]
|
0.36 ms (2.61%) |
1 |
SELECT t0_.id AS id_0, t0_.position AS position_1, t0_.created AS created_2, t0_.updated AS updated_3, t0_.menu_name AS menu_name_4, t0_.menu_code AS menu_code_5, t0_.menu_template AS menu_template_6, t0_.menu_is_default AS menu_is_default_7, t0_.menu_sub_template AS menu_sub_template_8, t0_.menu_label AS menu_label_9, t0_.site_id AS site_id_10 FROM tv_menus t0_ LEFT JOIN tv_subsite_menu t2_ ON t0_.id = t2_.menu_id LEFT JOIN tv_subsite t1_ ON t1_.id = t2_.subsite_id WHERE t1_.id = ? AND t0_.site_id = ? AND t0_.menu_template = ? ORDER BY t0_.position ASC
Parameters:
[ 1 1 "megamenu" ] |
0.35 ms (2.59%) |
1 |
SELECT t0.id AS id_1, t0.position AS position_2, t0.created AS created_3, t0.updated AS updated_4, t0.subsite_name AS subsite_name_5, t0.subsite_code AS subsite_code_6 FROM tv_subsite t0 WHERE t0.subsite_code = ? LIMIT 1
Parameters:
[
"touristra"
]
|
0.33 ms (2.45%) |
1 |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
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\Entity | No errors. |
App\Entity\Cms\Site | No errors. |
App\Entity\Cms\Domain | No errors. |
App\Entity\Cms\Layout | No errors. |
App\Entity\Cms\Analytic | No errors. |
App\Entity\Cms\MediaRelation | No errors. |
App\Entity\Cms\Block | No errors. |
App\Entity\Cms\Page | No errors. |
App\Entity\Cms\SEO | No errors. |
App\Entity\Cms\Banner | No errors. |
App\Entity\Cms\Article | No errors. |
App\Entity\Cms\Slide | No errors. |
App\Entity\Cms\CarouselItem | No errors. |
App\Entity\Cms\Textandimage | No errors. |
App\Entity\Cms\Icone | No errors. |
App\Entity\Cms\Link | No errors. |
App\Entity\Cms\Media | No errors. |
App\Entity\Resalys\Categorydescription | No errors. |
App\Entity\Resalys\Etabdescription | No errors. |
App\Entity\Resalys\Etabgallery | No errors. |
App\Entity\Resalys\Liste | No errors. |
App\Entity\Resalys\Pension | No errors. |
App\Entity\Resalys\Promo | No errors. |
App\Entity\Resalys\Roomfeature | No errors. |
App\Entity\Resalys\Roomfeaturevalue | No errors. |
App\Entity\Cms\Postecategory | No errors. |
App\Entity\Cms\ArticleCategory | No errors. |
App\Entity\Cms\ThematicFileCategory | No errors. |
App\Entity\Resalys\Roomtype | No errors. |
App\Entity\Resalys\Tabdescription | No errors. |
App\Entity\Cms\Postes | No errors. |
App\Entity\Cms\Template | No errors. |
App\Entity\Cms\Menu | No errors. |
App\Entity\Cms\Slider | No errors. |
App\Entity\Cms\Carousel | No errors. |
App\Entity\Cms\Contact | No errors. |
App\Entity\Cms\ContactRecrutement | No errors. |
App\Entity\Cms\Group | No errors. |
App\Entity\Cms\Redirection | No errors. |
App\Entity\Cms\Iconeblock | No errors. |
App\Entity\Cms\Text | No errors. |
App\Entity\Cms\Receiver | No errors. |
App\Entity\Resalys\Etab | No errors. |
App\Entity\Resalys\Etabroomfeature | No errors. |
App\Entity\Resalys\Etaboffrecgos | No errors. |
App\Entity\Resalys\Config | No errors. |
App\Entity\Cms\Subsite | No errors. |
App\Entity\Cms\Zone | No errors. |
App\Entity\Cms\Col | No errors. |
App\Entity\Cms\BlockType | No errors. |
App\Entity\Cms\Action | No errors. |
App\Entity\Cms\BlockPage | No errors. |
App\Entity\Cms\Folder | No errors. |
App\Entity\Cms\Language | No errors. |
App\Entity\Resalys\Tab | No errors. |
App\Entity\Resalys\Listeroomfeature | No errors. |
App\Entity\Resalys\Listedescription | No errors. |
App\Entity\Resalys\Promodescription | No errors. |
App\Entity\Resalys\Categoryroomtype | No errors. |
App\Entity\Resalys\Roomtyperoomfeature | No errors. |
App\Entity\Resalys\Roomtypecriteria | No errors. |
App\Entity\Resalys\Roomtypedescription | No errors. |
App\Entity\Cms\User | No errors. |
App\Entity\Cms\Authorization | No errors. |
App\Entity\Cms\Role | No errors. |
App\Entity\Resalys\BestPrice | No errors. |
App\Entity\Resalys\Etabaddress | No errors. |
App\Entity\Resalys\Etabcriteria | No errors. |
App\Entity\Resalys\Categoryoffer | No errors. |
App\Entity\Resalys\Offrecgosdescription | No errors. |
App\Entity\Resalys\Criteria | No errors. |
App\Entity\Resalys\Customlistdescription | No errors. |
App\Entity\Resalys\Yieldrule | No errors. |
App\Entity\Resalys\PimSynchronization | No errors. |
App\Entity\Resalys\Partenaire | No errors. |
App\Entity\Resalys\Participant | No errors. |
App\Entity\Resalys\Customer | No errors. |
App\Entity\Resalys\Preregistration | No errors. |
App\Entity\Resalys\Circuit | No errors. |
App\Entity\Resalys\Customlist | No errors. |
App\Entity\Cms\Email | No errors. |
App\Entity\Cms\Listing | No errors. |
Vich\UploaderBundle\Entity\File | No errors. |