301 redirect from GET @cart (824471)

GET https://ilaveu.gebanalysis.cloud/en/shop/cart/

Query Metrics

85 Database Queries
17 Different statements
30.02 ms Query time
12 Invalid entities
0 Cache hits
8 Cache misses
31 Cache puts

Grouped Statements

Show all queries

Time Count Info
6.70 ms
(22.31%)
18
SELECT t0.id AS id_1, t0.is_monday AS is_monday_2, t0.is_tuesday AS is_tuesday_3, t0.is_wednesday AS is_wednesday_4, t0.is_thursday AS is_thursday_5, t0.is_friday AS is_friday_6, t0.is_saturday AS is_saturday_7, t0.is_sunday AS is_sunday_8, t0.start_work_at AS start_work_at_9, t0.end_work_at AS end_work_at_10, t0.exclude_days AS exclude_days_11, t0.exclude_dates AS exclude_dates_12, t0.exclude_hours AS exclude_hours_13, t0.logo AS logo_14, t0.logo_base64 AS logo_base64_15, t0.favicon AS favicon_16, t0.email AS email_17, t0.address AS address_18, t0.currency AS currency_19, t0.default_lang AS default_lang_20, t0.project_name AS project_name_21, t0.code AS code_22, t0.asset_folder_name AS asset_folder_name_23, t0.mail_order_created_body AS mail_order_created_body_24, t0.mail_order_created_title AS mail_order_created_title_25, t0.prefix_order AS prefix_order_26, t0.root_url AS root_url_27, t0.description AS description_28, t0.is_mercure_enabled AS is_mercure_enabled_29, t0.vat_included_in_orders AS vat_included_in_orders_30, t0.vat_displayed_in_orders AS vat_displayed_in_orders_31, t0.side_bar_minimized AS side_bar_minimized_32, t0.mobile_app_scheme AS mobile_app_scheme_33, t0.mobile_app_scheme_dev AS mobile_app_scheme_dev_34, t0.developpement_env AS developpement_env_35, t0.mobile_app_scheme_ios AS mobile_app_scheme_ios_36, t0.mobile_app_scheme_android AS mobile_app_scheme_android_37, t0.title AS title_38, t0.order_prefix AS order_prefix_39, t0.invoice_prefix AS invoice_prefix_40, t0.is_geo_localisation_api_enabled AS is_geo_localisation_api_enabled_41, t0.is_web_socket_notification_enabled AS is_web_socket_notification_enabled_42, t0.absolute_url AS absolute_url_43, t0.front_theme_id AS front_theme_id_44, t0.default_value_added_tax_id AS default_value_added_tax_id_45, t0.website_theme_id AS website_theme_id_46 FROM settings t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
  "main"
]
4.26 ms
(14.18%)
20
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "1"
  "en"
  "App\Entity\Settings"
]
3.67 ms
(12.23%)
18
SELECT t0.id AS id_1, t0.title AS title_2, t0.css_classes AS css_classes_3, t0.type AS type_4, t0.route_name AS route_name_5, t0.route_param AS route_param_6, t0.route_param_value AS route_param_value_7, t0.url AS url_8, t0.role AS role_9, t0.anchor AS anchor_10, t0.position AS position_11, t0.attributes AS attributes_12, t0.link_css_classes AS link_css_classes_13, t0.hide_if_role AS hide_if_role_14, t0.deleted_at AS deleted_at_15, t0.menu_id AS menu_id_16, t0.parent_menu_item_id AS parent_menu_item_id_17, t0.link_id AS link_id_18, t0.link_type_id AS link_type_id_19 FROM menu_item t0 WHERE t0.parent_menu_item_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
  43
]
2.85 ms
(9.50%)
2
SELECT TABLE_NAME
FROM information_schema.TABLES
WHERE TABLE_SCHEMA = ?
  AND TABLE_TYPE = 'BASE TABLE'
ORDER BY TABLE_NAME
Parameters:
[
  "gebcloud_ilaveu"
]
2.05 ms
(6.83%)
4
SELECT t0.id AS id_1, t0.title AS title_2, t0.css_classes AS css_classes_3, t0.type AS type_4, t0.route_name AS route_name_5, t0.route_param AS route_param_6, t0.route_param_value AS route_param_value_7, t0.url AS url_8, t0.role AS role_9, t0.anchor AS anchor_10, t0.position AS position_11, t0.attributes AS attributes_12, t0.link_css_classes AS link_css_classes_13, t0.hide_if_role AS hide_if_role_14, t0.deleted_at AS deleted_at_15, t0.menu_id AS menu_id_16, t0.parent_menu_item_id AS parent_menu_item_id_17, t0.link_id AS link_id_18, t0.link_type_id AS link_type_id_19 FROM menu_item t0 WHERE (t0.parent_menu_item_id IS NULL AND t0.menu_id = ?) AND ((t0.deleted_at IS NULL)) ORDER BY t0.position ASC
Parameters:
[
  1
]
1.56 ms
(5.20%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_default AS is_default_4, t0.is_active AS is_active_5, t0.color AS color_6, t0.type AS type_7, t0.zip_code AS zip_code_8, t0.region_code AS region_code_9, t0.lng AS lng_10, t0.lat AS lat_11, AsBinary(t0.geo_json) AS geo_json_12, t0.meta_data AS meta_data_13, t0.city_id AS city_id_14, t0.vendor_id AS vendor_id_15 FROM city_region t0
Parameters:
[]
1.37 ms
(4.58%)
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 = 'gebcloud_ilaveu' */ ORDER BY k.ORDINAL_POSITION
Parameters:
[
  "gebcloud_ilaveu"
  "doctrine_migration_versions"
]
1.25 ms
(4.18%)
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:
[
  "gebcloud_ilaveu"
  "gebcloud_ilaveu"
  "doctrine_migration_versions"
]
1.17 ms
(3.91%)
4
SELECT t0.id AS id_1, t0.title AS title_2, t0.absolute_url AS absolute_url_3, t0.origin_entity AS origin_entity_4, t0.link_type_id AS link_type_id_5 FROM link t0 WHERE t0.id = ?
Parameters:
[
  33
]
0.98 ms
(3.26%)
6
SELECT DATABASE()
Parameters:
[]
0.88 ms
(2.94%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.css_classes AS css_classes_3, t0.created_at AS created_at_4, t0.is_main_menu AS is_main_menu_5 FROM menu t0 WHERE t0.is_main_menu = ? LIMIT 1
Parameters:
[
  1
]
0.82 ms
(2.72%)
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:
[
  "gebcloud_ilaveu"
  "doctrine_migration_versions"
]
0.64 ms
(2.14%)
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:
[
  "gebcloud_ilaveu"
  "doctrine_migration_versions"
]
0.59 ms
(1.97%)
2
SELECT t0.id AS id_1, t0.name AS name_2, t0.min AS min_3, t0.max AS max_4, t0.priority AS priority_5, t0.type_calculation AS type_calculation_6, t0.value_calculation AS value_calculation_7, t0.factor_type AS factor_type_8, t0.adjustment_type AS adjustment_type_9, t0.shipping_method_id AS shipping_method_id_10 FROM shipping_rule t0 WHERE t0.shipping_method_id = ?
Parameters:
[
  1
]
0.52 ms
(1.73%)
3
SELECT t0.id AS id_1, t0.name AS name_2, t0.css_classes AS css_classes_3, t0.created_at AS created_at_4, t0.is_main_menu AS is_main_menu_5 FROM menu t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "Liens utiles"
]
0.44 ms
(1.46%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.code AS code_4, t0.is_enabled AS is_enabled_5, t0.created_at AS created_at_6, t0.processing_duration AS processing_duration_7, t0.preparation_duration AS preparation_duration_8, t0.shipping_duration AS shipping_duration_9, t0.price AS price_10, t0.is_separately_calculated AS is_separately_calculated_11, t0.calculation_method AS calculation_method_12, t0.declared_value_tax AS declared_value_tax_13, t0.papers_fees AS papers_fees_14, t0.cod_cash_fees AS cod_cash_fees_15, t0.cod_check_or_bill_fees AS cod_check_or_bill_fees_16, t0.is_taxes_included_in_price AS is_taxes_included_in_price_17, t0.deleted_at AS deleted_at_18, t0.shipping_vehicle_type_id AS shipping_vehicle_type_id_19, t0.customer_group_id AS customer_group_id_20, t0.tax_vat_id AS tax_vat_id_21, t0.shipping_tax_id AS shipping_tax_id_22 FROM shipping_method t0 WHERE ((t0.deleted_at IS NULL))
Parameters:
[]
0.26 ms
(0.87%)
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

0 Hits
8 Misses
31 Puts

Number of cache misses

Region Misses
append_depend 8

Number of cache puts

Region Puts
append_depend 31

Entities Mapping

Class Mapping errors
App\Entity\Settings No errors.
App\Entity\FrontTheme No errors.
App\Flexy\ShopBundle\Entity\Taxes\ValueAddedTax No errors.
App\Entity\WebsiteTheme No errors.
Gedmo\Translatable\Entity\MappedSuperclass\AbstractTranslation No errors.
Gedmo\Translatable\Entity\Translation No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShippingMethod No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\ShippingVehicleType No errors.
App\Flexy\ShopBundle\Entity\Customer\CustomerGroup No errors.
App\Flexy\ShopBundle\Entity\Taxes\ShippingTax No errors.
App\Flexy\ShopBundle\Entity\Shipping\Shipment No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShippingRule No errors.
App\Flexy\ShopBundle\Entity\Order\Order
  • The mappings App\Flexy\ShopBundle\Entity\Order\Order#cityRegionShipping and App\Flexy\ShopBundle\Entity\Shipping\CityRegion#orders are inconsistent with each other.
App\Flexy\ShopBundle\Entity\Shipping\CityRegion
  • The association App\Flexy\ShopBundle\Entity\Shipping\CityRegion#orders refers to the owning side field App\Flexy\ShopBundle\Entity\Order\Order#cityRegion which does not exist.
  • The association App\Flexy\ShopBundle\Entity\Shipping\CityRegion#stores refers to the owning side field App\Flexy\ShopBundle\Entity\Store\Store#�cityRegion which does not exist.
App\Flexy\ShopBundle\Entity\Shipping\ShippingCalculationMethod No errors.
App\Flexy\ShopBundle\Entity\Product\Product
  • The mappings App\Flexy\ShopBundle\Entity\Product\Product#childrenProductsPack and App\Flexy\ShopBundle\Entity\Product\ProductPack#parentProduct are inconsistent with each other.
App\Flexy\ShopBundle\Entity\Shipping\Country No errors.
App\Flexy\ShopBundle\Entity\Shipping\City No errors.
App\Flexy\ShopBundle\Entity\Vendor\Vendor No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShipmentItem No errors.
App\Flexy\ShopBundle\Entity\Store\Store
  • The mappings App\Flexy\ShopBundle\Entity\Store\Store#cityRegion and App\Flexy\ShopBundle\Entity\Shipping\CityRegion#stores are inconsistent with each other.
App\Flexy\FrontBundle\Entity\Menu No errors.
App\Flexy\FrontBundle\Entity\MenuItem No errors.
App\Entity\Link No errors.
App\Entity\LinkType No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\ShippingVehicle No errors.
App\Flexy\ShopBundle\Entity\Customer\Customer No errors.
App\Flexy\ShopBundle\Entity\Shipping\TrackingStep No errors.
App\Flexy\ShopBundle\Entity\Shipping\CashOnDelivery No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShipmentPaper No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShipmentCollectMoney No errors.
App\Flexy\ShopBundle\Entity\Order\OrderItem No errors.
App\Flexy\ShopBundle\Entity\Order\Adjustment No errors.
App\Flexy\ShopBundle\Entity\Order\DemandeFund No errors.
App\Flexy\ShopBundle\Entity\Resource\Agent No errors.
App\Flexy\ShopBundle\Entity\Payment\PaymentMethod No errors.
App\Flexy\ShopBundle\Entity\Customer\CustomerWalletPoint
  • The mappings App\Flexy\ShopBundle\Entity\Customer\CustomerWalletPoint#originInvoice and App\Flexy\ShopBundle\Entity\Accounting\Invoice#customerWalletPoints are inconsistent with each other.
App\Flexy\ShopBundle\Entity\Promotion\Coupon No errors.
App\Flexy\ShopBundle\Entity\Accounting\Invoice
  • The association App\Flexy\ShopBundle\Entity\Accounting\Invoice#customerWalletPoints refers to the owning side field App\Flexy\ShopBundle\Entity\Customer\CustomerWalletPoint#invoice which does not exist.
App\Flexy\ShopBundle\Entity\Product\ProductSubscription No errors.
App\Flexy\ShopBundle\Entity\Product\CategoryProduct No errors.
App\Flexy\ShopBundle\Entity\Product\AttributValue No errors.
App\Flexy\ShopBundle\Entity\Product\ImageProduct No errors.
App\Flexy\ShopBundle\Entity\Product\ProductVariant No errors.
App\Flexy\ShopBundle\Entity\Promotion\Promotion No errors.
App\Flexy\ShopBundle\Entity\Brand No errors.
App\Flexy\ShopBundle\Entity\Product\Comment No errors.
App\Flexy\ShopBundle\Entity\Product\ProductPack
  • The association App\Flexy\ShopBundle\Entity\Product\ProductPack#parentProduct refers to the inverse side field App\Flexy\ShopBundle\Entity\Product\Product#childrenPackProducts which does not exist.
App\Flexy\ShopBundle\Entity\Shipping\Departement No errors.
App\Flexy\ShopBundle\Entity\Customer\CustomerAddress No errors.
App\Flexy\ShopBundle\Entity\Shipping\StepType No errors.
App\Entity\User No errors.
App\Flexy\ShopBundle\Entity\Product\ImportExcel No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShipmentItemChild No errors.
App\Flexy\ShopBundle\Entity\Shipping\ShipmentItemType No errors.
App\Flexy\ShopBundle\Entity\Shipping\CashBox No errors.
App\Entity\LogHistory No errors.
App\Entity\CurrencyExchangeRate No errors.
App\Entity\AiRequest No errors.
App\Entity\Role No errors.
App\Entity\Notification No errors.
App\Entity\ThreadAiRequest No errors.
App\Entity\ExportExcel No errors.
App\Entity\Application No errors.
App\Entity\Image No errors.
App\Entity\ResetPasswordRequest No errors.
Gedmo\Translatable\Entity\MappedSuperclass\AbstractPersonalTranslation No errors.
App\Flexy\Apps\POSBundle\Entity\Caisse No errors.
App\Flexy\Apps\POSBundle\Entity\Table No errors.
App\Flexy\Apps\StockBundle\Entity\Stock No errors.
App\Flexy\Apps\StockBundle\Entity\Document
  • The mappings App\Flexy\Apps\StockBundle\Entity\Document#cityRegionShipping and App\Flexy\ShopBundle\Entity\Shipping\CityRegion#orders are inconsistent with each other.
App\Flexy\Apps\StockBundle\Entity\Article
  • The mappings App\Flexy\Apps\StockBundle\Entity\Article#childrenProductsPack and App\Flexy\ShopBundle\Entity\Product\ProductPack#parentProduct are inconsistent with each other.
App\Flexy\FrontBundle\Entity\Slide No errors.
App\Flexy\FrontBundle\Entity\Form
  • The mappings App\Flexy\FrontBundle\Entity\Form#formDatas and App\Flexy\FrontBundle\Entity\FormField#form are inconsistent with each other.
App\Flexy\FrontBundle\Entity\CategoryPage No errors.
App\Flexy\FrontBundle\Entity\MasterSlider No errors.
App\Flexy\FrontBundle\Entity\Section No errors.
App\Flexy\FrontBundle\Entity\Slider No errors.
App\Flexy\FrontBundle\Entity\FormData No errors.
App\Flexy\FrontBundle\Entity\Bloc No errors.
App\Flexy\FrontBundle\Entity\FormField No errors.
App\Flexy\FrontBundle\Entity\PubBanner No errors.
App\Flexy\FrontBundle\Entity\Page No errors.
App\Flexy\ShopBundle\Entity\Promotion\PromotionAction No errors.
App\Flexy\ShopBundle\Entity\Promotion\PromotionRule No errors.
App\Flexy\ShopBundle\Entity\Order\OrderItemNote No errors.
App\Flexy\ShopBundle\Entity\Product\ProductShop
  • The mappings App\Flexy\ShopBundle\Entity\Product\ProductShop#childrenProductsPack and App\Flexy\ShopBundle\Entity\Product\ProductPack#parentProduct are inconsistent with each other.
App\Flexy\ShopBundle\Entity\Product\Attribut No errors.
App\Flexy\ShopBundle\Entity\Payment\Transaction No errors.
App\Flexy\ShopBundle\Entity\Payment\BankBookItem No errors.
App\Flexy\ShopBundle\Entity\Payment\BankBook No errors.
App\Flexy\ShopBundle\Entity\Payment\Payment
  • The association App\Flexy\ShopBundle\Entity\Payment\Payment#vehicleRent refers to the inverse side field App\Flexy\ShopBundle\Entity\Shipping\Vehicle\VehicleRent#payments which does not exist.
App\Flexy\ShopBundle\Entity\Payment\Bank No errors.
App\Flexy\ShopBundle\Entity\Payment\TransactionList No errors.
App\Flexy\ShopBundle\Entity\Customer\PackEngagement No errors.
App\Flexy\ShopBundle\Entity\Customer\Complaint No errors.
App\Flexy\ShopBundle\Entity\Customer\ComplaintSubject No errors.
App\Flexy\ShopBundle\Entity\Customer\Pack No errors.
App\Flexy\ShopBundle\Entity\ImportExcel\ImportExcel No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\BrakingControl No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\VehicleRepair No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\StatusTrackingVehicle No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\BodyCondition No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\EquipmentVehicle No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\VehicleIncident No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\TireControl No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\OilMaintenance No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\VehicleConsumption No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\VehicleRentType No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\VehicleRent No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\PowerControl No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\OtherControl No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\TechnicalControl No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\DisplayControl No errors.
App\Flexy\ShopBundle\Entity\Shipping\Vehicle\FuelType No errors.
App\Flexy\ShopBundle\Entity\Resource\AgentType No errors.
App\Flexy\ShopBundle\Entity\Supplier\Supplier No errors.
App\Flexy\ShopBundle\Entity\Accounting\FinancialPeriod No errors.
App\Flexy\ShopBundle\Entity\Accounting\Account No errors.
App\Flexy\ShopBundle\Entity\Accounting\AccountClass No errors.
App\Flexy\ShopBundle\Entity\Accounting\PayableInvoice No errors.
App\Flexy\ShopBundle\Entity\Accounting\FinancialYear No errors.
App\Flexy\ShopBundle\Entity\Accounting\JournalEntryItem No errors.
App\Flexy\ShopBundle\Entity\Accounting\JournalEntry No errors.
App\Flexy\Apps\BookingBundle\Entity\Reservation No errors.
App\Flexy\Apps\BookingBundle\Entity\Offer No errors.
App\Flexy\Apps\BookingBundle\Entity\CategoryOffer No errors.
App\Flexy\Apps\TransportBundle\Entity\RequestMission No errors.
App\Flexy\Apps\TransportBundle\Entity\Mission No errors.
App\Flexy\Apps\TransportBundle\Entity\MissionExtraFeesType No errors.
App\Flexy\Apps\TransportBundle\Entity\MissionExtraFees No errors.
App\Flexy\Apps\TransportBundle\Entity\Vehicle No errors.
App\Flexy\Apps\CJDropShippingBundle\Entity\CjProduct No errors.
App\Flexy\Apps\CueClubBundle\Entity\CueClubProduct No errors.
App\Flexy\Apps\ListingBundle\Entity\ListingOption No errors.
App\Flexy\Apps\ListingBundle\Entity\Listing No errors.
App\Flexy\Apps\NewsletterBundle\Entity\NewsletterMailLog No errors.
App\Flexy\Apps\NewsletterBundle\Entity\NewsletterCompaign No errors.
App\Flexy\Apps\NewsletterBundle\Entity\NewsletterCompaignLaunch No errors.
Vich\UploaderBundle\Entity\File No errors.