Log Messages

Info. & Errors 1

Informational and error log messages generated during the execution of the application.

Level Channel Message
CRITICAL request Uncaught PHP Exception Twig\Error\RuntimeError: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT te.id AS id, te.description AS description, te.display_order AS display_order, te.image AS image, te.category AS category, te.filename AS filename, te.mime AS mime, te.weight AS weight, te.height AS height, te.width AS width, te.folder AS folder, te.creation_date AS creation_date, te.last_updated AS last_updated, te.user_id AS user_id FROM image te JOIN image_product t ON t.image_id = te.id WHERE t.product_id = ? ORDER BY display_order ASC' with params [1500]: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away")." at /var/www/html/Markego/templates/frontend/product.html.twig line 153
[
  "exception" => Twig\Error\RuntimeError {#15637
    -lineno: 153
    -name: "frontend/product.html.twig"
    -rawMessage: """
      An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT te.id AS id, te.description AS description, te.display_order AS display_order, te.image AS image, te.category AS category, te.filename AS filename, te.mime AS mime, te.weight AS weight, te.height AS height, te.width AS width, te.folder AS folder, te.creation_date AS creation_date, te.last_updated AS last_updated, te.user_id AS user_id FROM image te JOIN image_product t ON t.image_id = te.id WHERE t.product_id = ? ORDER BY display_order ASC' with params [1500]:\n
      \n
      SQLSTATE[HY000]: General error: 2006 MySQL server has gone away").
      """
    -sourcePath: "/var/www/html/Markego/templates/frontend/product.html.twig"
    -sourceCode: """
      {% extends 'frontend/base.html.twig' %}\r\n
      {% block JS %}\r\n
      <script src="https://use.fontawesome.com/874ad7ad81.js"></script>\r\n
      <!-- Menu principale(mobile)-->\r\n
      <!-- Optional JavaScript -->\r\n
      <!-- jQuery first, then Popper.js, then Bootstrap JS -->\r\n
      <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script>\r\n
      <script type="text/javascript" src="/assets/frontend/js/jquery.photoswipe-global.js"></script>\r\n
      <script type="text/javascript" src="/assets/frontend/js/photoswipe.min.js"></script>\r\n
      <script type="text/javascript" src="/assets/frontend/js/photoswipe-ui-default.js"></script>\r\n
      <script type="text/javascript" src="/assets/frontend/js/jquery.photoswipe-global.js"></script>\r\n
      <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"\r\n
              integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ"\r\n
              crossorigin="anonymous"></script>\r\n
      <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"\r\n
              integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm"\r\n
              crossorigin="anonymous"></script>\r\n
      <script type="text/javascript" src="/assets/frontend/js/owl.carousel.min.js"></script>\r\n
      <script type="text/javascript" src="https://cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.min.js"></script>\r\n
      <script type="text/javascript" src="/assets/frontend/js/jquery.mmenu.js"></script>\r\n
      <script src="https://unpkg.com/infinite-scroll@3/dist/infinite-scroll.pkgd.min.js"></script>\r\n
      <script type="text/javascript">\r\n
          $(function() {\r\n
              $('#menu').mmenu();\r\n
      \r\n
              $('.endless_container').infiniteScroll({\r\n
                  path: '.page-next',\r\n
                  append: '.endless_page',\r\n
                  history: false,\r\n
              });\r\n
      \r\n
              $('.endless_container').on( 'request.infiniteScroll', function( event, path, fetchPromise ) {\r\n
                      console.log(`Loading page: ${path}`);\r\n
                      $('#product-loader').show();\r\n
                      });\r\n
                       \r\n
                      $('.endless_container').on( 'append.infiniteScroll', function( event, body, path, items, response ) {\r\n
                      console.log(`Appended ${items.length} items on ${path}`);\r\n
                      $('#product-loader').hide();\r\n
                      });\r\n
          });\r\n
      </script>\r\n
      {#\r\n
      {% if global.displayStarterKits %}\r\n
      <script src="/assets/shared/plugins/slick-modal-css3-powered-popups/src/demos/js/carousel_slider.js"></script>\r\n
      <script src="/assets/shared/plugins/slick-modal-css3-powered-popups/src/plugin/js/jquery.slickmodal.min.js"></script>\r\n
      <script type="text/javascript">\r\n
          $(function() {\r\n
              $('.carouselSlider').SlickModals({\r\n
                  restrict_cookieDays: '1',\r\n
                  restrict_showAfterVisits: 1,\r\n
                  restrict_showAfterVisitsResetWhenShown: false,\r\n
                  popup_type: 'exit',\r\n
                  popup_animation: 'zoomIn',\r\n
                  popup_css: {\r\n
                      'width': '480px',\r\n
                      'height': {% if global.starterKits | length > 2 %}'480px'{% else %}'400px'{% endif %},\r\n
                      'background': '#fff',\r\n
                      'padding': '40px',\r\n
                      'margin': '0'\r\n
                  },\r\n
                  overlay_css: {\r\n
                      'background': 'rgba(0,0,0,0.3)'\r\n
                  },\r\n
                  mobile_breakpoint: '480px',\r\n
                  mobile_position: 'center',\r\n
                  mobile_css: {\r\n
                      'width': '100%',\r\n
                      'height': {% if global.starterKits | length > 2 %}'480px'{% else %}'400px'{% endif %},\r\n
                      'background': '#fff',\r\n
                      'padding': '30px',\r\n
                      'margin': '0'\r\n
                  },\r\n
                  callback_afterVisible: function () {\r\n
                      sm_carouselSlider('.carouselSlider');\r\n
                  }\r\n
              });\r\n
          });\r\n
      </script>\r\n
      {% endif %}\r\n
      #}\r\n
      <script type="text/javascript" src="/assets/frontend/js/main.js"></script>\r\n
      <script type="text/javascript" src="/assets/frontend/js/registration.js"></script>\r\n
      <script type="text/javascript" src="/assets/frontend/js/region-currency-lang-select.js"></script>\r\n
      <script type="text/javascript" src="/assets/frontend/js/custom-select.js"></script>\r\n
      <script src="{{ asset('build/frontend/category.js') }}"></script>\r\n
      {% endblock %}\r\n
      {% block title %}{{product.name}}, {{product.brandName}} | {{product.company.name}}{% endblock %}\r\n
      {% block metaDescription %}{{product.description | striptags | slice(0, 160) |raw }}{% endblock %}\r\n
      {% block CSS %}\r\n
          {{ block('CSS', 'frontend/category.html.twig') }}\r\n
          <link href="/assets/frontend/css/jquery.mmenu.css" rel="stylesheet" type="text/css" media="all">\r\n
          <!-- Bootstrap CSS -->\r\n
          <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css"\r\n
                                 integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">\r\n
          <link rel="stylesheet" href="/assets/frontend/css/owl.carousel.min.css">\r\n
          <link href="/assets/frontend/css/styles.css?ver={{global.cssVersion}}" rel="stylesheet" type="text/css" media="all">\r\n
      \r\n
          <!-- Add the slick-theme.css if you want default styling -->\r\n
          <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css"/>\r\n
          <!-- Add the slick-theme.css if you want default styling -->\r\n
          <link rel="stylesheet" type="text/css"\r\n
                                 href="https://cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css"/>\r\n
      \r\n
          <!-- Add photoswipe -->\r\n
          <link rel="stylesheet" type="text/css" href="/assets/frontend/css/photoswipe.css"/>\r\n
          <link rel="stylesheet" type="text/css" href="/assets/frontend/css/default-skin.css"/>\r\n
      \r\n
          <style>\r\n
          .product-btn-like {\r\n
              right: 25px!important;\r\n
          }\r\n
          </style>\r\n
      {% endblock %}\r\n
      \r\n
      {% block content %}\r\n
      <div class="product" id="product">\r\n
          <div class="product-info" style="padding-bottom: 20px;">\r\n
              <div class="row">\r\n
                  <div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 {% if product.mainImage is empty %}d-none{% endif %} d-xl-block  d-lg-block d-md-block">\r\n
                      <div class="">\r\n
                          <div class="row">\r\n
                              <div id="product-thumbnail1" class="col-sm-12" style="padding-bottom: 10px;text-align: center;overflow:hidden;">\r\n
                                  <img src="{{path('getImageAsThumb', {'id': product.mainImage.Id, 'height': '600', 'width': '600'})}}" alt="product name">\r\n
                              </div>\r\n
                          </div>\r\n
                          <div class="row">\r\n
      \r\n
                              {#\r\n
                              <ul class="gallery-thumb">\r\n
                                  {% for img in product.images %}\r\n
                                  <li>\r\n
                                      <a href="#product-thumbnail-{{img.id}}">\r\n
                                          <img src="{{path('getImageAsCroppedThumb', {'id': img.id, 'height': '100', 'width': '100'})}} " alt="product name">\r\n
                                      </a>\r\n
                                  </li>\r\n
                                  {% endfor %}\r\n
                              </ul>\r\n
                              #}\r\n
                              <div class="col-md-12" {% if product.images | length <= 1 %}style="display:none;"{% endif %}>\r\n
                                  <div class="slider-wrap">\r\n
                                      <div class="slider-naw-container">\r\n
                                          <!--<div class="slider-nav">-->\r\n
                                          <!--<div class="prev-slider-products-categories"><i class="fa fa-angle-left" aria-hidden="true"></i></div>-->\r\n
                                          <!--<div class="next-slider-products-categories"><i class="fa fa-angle-right" aria-hidden="true"></i></div>-->\r\n
                                          <!--</div>-->\r\n
                                      </div>\r\n
      \r\n
                                      <div class="photoswipe-gallery" data-pswp-uid="1">\r\n
                                          <div id="categories-gallery" class="categories-slider owl-carousel product-gallery">\r\n
                                              <!--<div id="categories-gallery" class="categories-slider owl-carousel">-->\r\n
      \r\n
                                              {% for image in product.images %}\r\n
                                              <a class="categories-slider__item item"\r\n
                                                 href="{{path('getImage', {'id': image.Id})}}" data-size="{{image.Width}}x{{image.Height}}"\r\n
                                                                                               data-med="{{path('getImage', {'id': image.Id})}}"\r\n
                                                                                               data-med-size="{{image.Width}}x{{image.Height}}" data-author="">\r\n
                                                  <img src="{{path('getImageAsCroppedThumb', {'id': image.Id, 'height': '100', 'width': '100' })}}" alt="">\r\n
                                                  <figure style="display:none;">{{image.description}}</figure>\r\n
      \r\n
                                              </a>\r\n
                                              {% endfor %}\r\n
                                              </div>\r\n
      \r\n
                                              <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">\r\n
      \r\n
                                                  <!-- Background of PhotoSwipe.\r\n
                                                      It's a separate element, as animating opacity is faster than rgba(). -->\r\n
                                                      <div class="pswp__bg"></div>\r\n
      \r\n
                                                      <!-- Slides wrapper with overflow:hidden. -->\r\n
                                                      <div class="pswp__scroll-wrap">\r\n
      \r\n
                                                          <!-- Container that holds slides. PhotoSwipe keeps only 3 slides in DOM to save memory. -->\r\n
                                                          <!-- don't modify these 3 pswp__item elements, data is added later on. -->\r\n
                                                          <div class="pswp__container">\r\n
                                                              <div class="pswp__item"></div>\r\n
                                                              <div class="pswp__item"></div>\r\n
                                                              <div class="pswp__item"></div>\r\n
                                                          </div>\r\n
      \r\n
                                                          <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. -->\r\n
                                                          <div class="pswp__ui pswp__ui--hidden">\r\n
      \r\n
                                                              <div class="pswp__top-bar">\r\n
      \r\n
                                                                  <!--  Controls are self-explanatory. Order can be changed. -->\r\n
      \r\n
                                                                  <div class="pswp__counter"></div>\r\n
      \r\n
                                                                  <button class="pswp__button pswp__button--close" title="Close (Esc)"></button>\r\n
      \r\n
                                                                  <button class="pswp__button pswp__button--share" title="Share"></button>\r\n
      \r\n
                                                                  <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>\r\n
      \r\n
                                                                  <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>\r\n
      \r\n
                                                                  <!-- Preloader demo https://codepen.io/dimsemenov/pen/yyBWoR -->\r\n
                                                                  <!-- element will get class pswp__preloader--active when preloader is running -->\r\n
                                                                  <div class="pswp__preloader">\r\n
                                                                      <div class="pswp__preloader__icn">\r\n
                                                                          <div class="pswp__preloader__cut">\r\n
                                                                              <div class="pswp__preloader__donut"></div>\r\n
                                                                          </div>\r\n
                                                                      </div>\r\n
                                                                  </div>\r\n
                                                              </div>\r\n
      \r\n
                                                              <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">\r\n
                                                                  <div class="pswp__share-tooltip"></div>\r\n
                                                              </div>\r\n
      \r\n
                                                              <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)">\r\n
                                                              </button>\r\n
      \r\n
                                                              <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)">\r\n
                                                              </button>\r\n
      \r\n
                                                              <div class="pswp__caption">\r\n
                                                                  <div class="pswp__caption__center"></div>\r\n
                                                              </div>\r\n
      \r\n
                                                          </div>\r\n
                                                      </div>\r\n
                                              </div>\r\n
                                          </div>\r\n
                                      </div>\r\n
                                  </div>\r\n
                              </div>\r\n
                          </div>\r\n
                      </div>\r\n
                      <div class="col-xl-6 col-lg-6 col-md-6 col-sm-12 col-12">\r\n
                          <div class="product-board">\r\n
                              <p class="product-subtitle-brand">\r\n
                              <ul class="breadcrumb breadcrump-product">\r\n
                                  {% for b in product.breadCrumpTrail | reverse %}\r\n
                                      <li><a href="/categorie{{b.fullUrlPath}}">{{b.name}}</a></li>\r\n
                                  {% endfor %}\r\n
                              </ul>\r\n
                              </p>\r\n
                              <p class="section-title section-title-left product-big-title" {% if product.isDisplayedInAssociationOnly and global.associationUserIsBrowsing == false %}  style="color: red !important;" {% endif %}>\r\n
                                  {{product.name}}\r\n
                                  {% if product.alimentsDuQuebec %}\r\n
                                      {% if product.alimentsDuQuebecCertification == "0" %}\r\n
                                          <img src="/assets/frontend/images/alimentsDuQuebec/basic.png" style="margin-left: 20px;float: right; max-height: 100px;">\r\n
                                      {% elseif product.alimentsDuQuebecCertification == "1" %}\r\n
                                          <img src="/assets/frontend/images/alimentsDuQuebec/prepared.png" style="margin-left: 20px;float: right; max-height: 100px;">\r\n
                                      {% elseif product.alimentsDuQuebecCertification == "2" %}\r\n
                                          <img src="/assets/frontend/images/alimentsDuQuebec/bio_basic.png" style="margin-left: 20px;float: right; max-height: 100px;">\r\n
                                      {% elseif product.alimentsDuQuebecCertification == "3" %}\r\n
                                          <img src="/assets/frontend/images/alimentsDuQuebec/bio_prepared.png" style="margin-left: 20px;float: right; max-height: 100px;">\r\n
                                      {% else %}\r\n
                                          <img src="/assets/frontend/images/alimentsDuQuebec/basic.png" style="margin-left: 20px;float: right; max-height: 100px;">\r\n
                                      {% endif %}\r\n
                                  {% endif %}\r\n
                                  {% if product.isPrixLaureat %}\r\n
                                      <img src="/assets/frontend/images/LOGO-PI-2020-Laureat-FR.jpg" style="margin-left: 20px;float: right; max-height: 100px;">\r\n
                                  {% endif %}\r\n
                              </p>\r\n
      \r\n
                              <div class="product-show-details">\r\n
                                  {% if product.brandName %}\r\n
                                      <p class="product-subtitle-brand">\r\n
                                          {{product.brandName}}\r\n
                                      </p>\r\n
                                  {% endif %}\r\n
                                  <p class="product-subtitle">\r\n
                                      <a href="{{path('companyStore', {'urlname': product.company.urlname, 'id':product.company.id })}}">\r\n
                                          {{product.company.name}}\r\n
                                      </a>\r\n
                                  </p>\r\n
                                  {% if product.certifications | length > 0 %}\r\n
                                      {% for certification in product.certifications %}\r\n
                                          <p class="product-subtitle-certification">{{certification.name}}</p>\r\n
                                      {% endfor %}\r\n
                                  {% endif %}\r\n
                                  <div class="product-price">\r\n
                                      {% if product.hasDiscount %}\r\n
                                          <strike>{{product.displayPrice}}</strike> {{product.displayPrice(true)}}\r\n
                                      {% else %}\r\n
                                          {# {{product.displayPrice}} #}\r\n
                                           {{ product.getPriceUnitStandard }}\r\n
                                           <br>\r\n
                                         <span style="font-size: 12px;color: gray;">\r\n
                                              {% if product.getUnitAmount and product.isBoxOfProducts == false and product.getPricePer100gramme %}\r\n
                                                  {{product.getPricePer100gramme}}\r\n
                                              {% endif %}\r\n
                                          </span>\r\n
                                      {% endif %}\r\n
      \r\n
                                      {% if product.frontpageVariations %}\r\n
                                      <br/>\r\n
                                      <h5 class="font-weight-bold" style="color:darkgray;">\r\n
                                          Autre(s) format(s)\r\n
                                      </h5>\r\n
                                      <ul style="color: darkgray; font-size: small;">\r\n
                                          {% for variation in product.frontpageVariations %}\r\n
                                              <li><a href="{{variation.fullUrl}}">{{variation.nameWithDetails}}</a></li>\r\n
                                          {% endfor %}\r\n
                                      </ul>\r\n
                                      {% endif %}\r\n
                                  </div>\r\n
      \r\n
                                  <p class="product-values">{{ product.isShippedByMaturin  ? '' : '' }}</p>\r\n
      \r\n
                                  {% if product.isShippedByMaturin %}\r\n
                                      {% if product.qtyReadyToShip > 0 and product.isSalable %}\r\n
                                          <p class="product-values">{#{{product.qtyReadyToShip}}#} Disponible</p>\r\n
                                      {% else %}\r\n
                                          <p class="product-values">Inventaire épuisé</p>\r\n
                                      {% endif %}\r\n
                                  {% else %}\r\n
                                      {% if global.getAssociationUserIsBrowsing %}\r\n
                                          <p class="product-values">*** Cueillette au marché ***</p>\r\n
                                      {% else %}\r\n
                                          {% if independentDelivery %}<p class="product-values">***Livraison indépendante***</p>{% endif %}\r\n
                                      {% endif %}\r\n
                                  {% endif %}\r\n
      \r\n
                                  {% if product.isShippedByMaturin %}\r\n
                                      <img src="/images/maturinshipping.png" alt="Livraison par Maturin" title="Livraison par Maturin">\r\n
                                      Préparation par Maturin<br>\r\n
      \r\n
                                      {% if product.qtyReadyToShip > 0 %}\r\n
      \r\n
                                          {% set route = global.estimationShippingRoute(product)  %}\r\n
      \r\n
                                          {% if route['route'] is not null and not route['route'].isPuro %}\r\n
                                              <span class="product-values">\r\n
                                                  Recevez-le {{route['date'] | localizeddate('medium', 'none', null, '-7', 'EEEE d MMMM')}}  entre 12h et 21h\r\n
                                              </span>\r\n
                                          {% else %}\r\n
                                              <span class="product-values">\r\n
                                                  Recevez-le entre {{route['date'] | localizeddate('medium', 'none', null, '-7', 'EEEE d MMMM')}}\r\n
                                                  et {{global.add48hToDate(route['date']) | localizeddate('medium', 'none', null, '-7', 'EEEE d MMMM')}}  entre 12h et 21h\r\n
                                              </span>\r\n
                                          {% endif %}\r\n
      \r\n
                                          {% if product.isJustInTime %}\r\n
                                              <br>\r\n
                                              Ceci est un produit frais cueillie/préparé spécialement pour vous. Pour être livré la semaine suivante, vous devez <strong>passer votre commande avant le dimanche à minuit</strong>, les produits étant cueillies/préparés les lundis et livrés du Mardi au vendredi.\r\n
                                              <br>\r\n
                                          {% endif %}\r\n
                                      {% endif %}\r\n
                                      <br>\r\n
                                      <br>\r\n
                                  {% else %}\r\n
                                      <ul>\r\n
                                          {% for delivery in product.deliveryMethods %}\r\n
                                              <li style="list-style-type: none;">{{delivery.displayPrice}}</li>\r\n
                                          {% endfor %}\r\n
                                      </ul>\r\n
                                  {% endif %}\r\n
                              </div>\r\n
                              <div class="product-quantity">\r\n
                                  {% if product.isSalable %}\r\n
                                      <p class="product-quantity-title">Quantité</p>\r\n
                                      <div class="product-quantity-value">\r\n
                                          {% if product.isSubscribable %}\r\n
                                              {% if product.isOnlySubscribableToType is not empty %}\r\n
                                                  <input class="form-control modal-product-btn-amount" id="qty-for-product-{{product.id}}" type="number" name="points" step="1" value="1" min="1">\r\n
                                                  <button class="button button-200 button-orange add-to-cart" data-type="product" data-id="{{product.id}}" data-quantity="qty-for-product-{{product.id}}" data-subscribe="{{product.isOnlySubscribable}}">AJOUTER AU PANIER</button>\r\n
                                              {% else %}\r\n
                                                  <input class="form-control modal-product-btn-amount" id="qty-for-product-{{product.id}}" type="number" name="points" step="1" value="1" min="1">\r\n
                                                  <button style="background-color: #f0632f;color: white;" class="button dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">AJOUTER AU PANIER\r\n
                                                  </button>\r\n
                                                  <div class="dropdown-menu" style="width: 300px;text-transform: uppercase;">\r\n
                                                      {% if not product.isOnlySubscribable %}\r\n
                                                          <a class="dropdown-item add-to-cart" href="#" data-type="product" data-id="{{product.id}}" data-quantity="qty-for-product-{{product.id}}">Sans abonnement</a>\r\n
                                                      {% endif %}\r\n
                                                      {% if not product.isOnlySubscribableToType or product.isOnlySubscribableToType == 2 %}\r\n
                                                          <a class="dropdown-item add-to-cart" href="#" data-type="product" data-id="{{product.id}}" data-quantity="qty-for-product-{{product.id}}" data-subscribe="2">Abonnement hebdomadaire</a>\r\n
                                                      {% endif %}\r\n
                                                      {% if not product.isOnlySubscribableToType or product.isOnlySubscribableToType == 3 %}\r\n
                                                          <a class="dropdown-item add-to-cart" href="#" data-type="product" data-id="{{product.id}}" data-quantity="qty-for-product-{{product.id}}" data-subscribe="3">Abonnement bi-mensuel</a>\r\n
                                                      {% endif %}\r\n
                                                      {% if not product.isOnlySubscribableToType or product.isOnlySubscribableToType == 4 %}\r\n
                                                          <a class="dropdown-item add-to-cart" href="#" data-type="product" data-id="{{product.id}}" data-quantity="qty-for-product-{{product.id}}" data-subscribe="4">Abonnement mensuel</a>\r\n
                                                      {% endif %}\r\n
                                                  </div>\r\n
                                              {% endif %}\r\n
                                          {% else %}\r\n
                                              <input class="form-control modal-product-btn-amount" id="qty-for-product-{{product.id}}" type="number" name="points" step="1" value="1" min="1">\r\n
                                              <button class="button button-200 button-orange add-to-cart" data-type="product" data-id="{{product.id}}" data-quantity="qty-for-product-{{product.id}}">AJOUTER AU PANIER</button>\r\n
                                          {% endif %}\r\n
                                      </div>\r\n
                                  {% endif %}\r\n
                                  <br>\r\n
                              </div>\r\n
                              <button class="button button-200 button-black m-b-20 product-like no-modification" style="white-space: nowrap; margin-top: -20px; width: 300px;" data-id="{{product.id}}">AJOUTER AUX FAVORIS</button>\r\n
                              {% if global.isAllowedToModify(product) %}\r\n
                              <a href="{{path('adminEditProduct', {'id': product.id})}}" class="button button-200 button-white m-b-20 no-modification" style="white-space: nowrap; margin-top: -10px; width: 300px;display: block;">EDITER CE PRODUIT</a>\r\n
                              {% endif %}\r\n
                              {% if product.description %}\r\n
                                  <p>\r\n
                                      {{product.description | raw}}\r\n
                                      {% if product.nutritionFactImage is not empty %}\r\n
                                          <br>\r\n
                                          <a href="{{path('getImage', {'id': product.nutritionFactImage.id})}}" target="_blank" >Voir la fiche nutritionnelle </a>\r\n
                                      {% else %}\r\n
                                          {% if product.nutritionFact is not empty %}\r\n
                                              <br>\r\n
                                              <a href="{{path('getNutritionFactImage', {'id': product.id})}}" target="_blank" >Voir la fiche nutritionnelle </a>\r\n
                                          {% endif %}\r\n
                                      {% endif %}\r\n
      \r\n
                                  </p>\r\n
                              {% endif %}\r\n
                          </div>\r\n
                          <hr>\r\n
                          {% if product.listOfIngredients is not empty %}\r\n
                              <h5 style="margin-bottom: 0px;"><strong>Ingrédients</strong></h5>\r\n
                              {{product.listOfIngredients |raw }} {#| striptags('<b><i><ul><li><a><ol><strong><em>') | raw }} #}\r\n
                          {% endif %}\r\n
      \r\n
                          <h5 style="margin-bottom: 0px;"><strong>Conservation</strong></h5>\r\n
                          <p>{% if product.conservation %}{{product.conservation.name}}{% endif %}</p>\r\n
      \r\n
                          {% if product.region is not empty %}\r\n
                              <h5 style="margin-bottom: 0px;"><strong>Région</strong></h5><p>{{product.region.name}}</p>\r\n
                          {% else %}\r\n
                              <h5 style="margin-bottom: 0px;"><strong>Région</strong></h5><p>{{product.company.origin}}</p>\r\n
                          {% endif %}\r\n
      \r\n
                          {% if product.recipes %}\r\n
                              <h5 style="margin-bottom: 0px;"><strong>Recettes</strong></h5>\r\n
                              <p>{{product.recipes | raw}}</p>\r\n
                          {% endif %}\r\n
      \r\n
                          {% if product.advices %}\r\n
                              <h5 style="margin-bottom: 0px;"><strong>Conseils</strong></h5>\r\n
                              <p>{{product.advices | raw}}</p>\r\n
                          {% endif %}\r\n
                          <hr>\r\n
                          <div class="modal-product-complete-list" style="padding-top: 0px;">\r\n
                              <a href="{{path('companyStore', {'urlname': product.company.UrlName, 'id': product.company.id})}}">VOIR LES PRODUITS DU PRODUCTEUR</a>\r\n
                              <span class="modal-product-complete-list-arrow"></span>\r\n
                          </div>\r\n
                      </div>\r\n
                  </div>\r\n
              </div>\r\n
          </div>\r\n
      </div>\r\n
      </div>\r\n
      \r\n
      {% if productsUserMayLike | length > 0 %}\r\n
      <section class="section-4 no-background" style="margin-top: 0px;">\r\n
          <div class="row" style="margin-left: 0px;margin-right: 0px;">\r\n
              <div class="col-sm-12 col-12">\r\n
                  <div class="section-title section-title-line">Produits suggérés</div>\r\n
                  <div class="products-wrap" style="margin-right: auto; margin-left: auto;text-align: left;">\r\n
                      {% set masonryProducts = productsUserMayLike | slice(0, 4) %}\r\n
                      {{block('masonryProducts', 'frontend/productMasonry.html.twig')}}\r\n
                  </div>\r\n
              </div>\r\n
          </div>\r\n
      </section>\r\n
      {% endif %}\r\n
      \r\n
      <div class="section-title section-title-line m-t-10">Continuer à magasiner dans {{categoryToUse.name}}</div>\r\n
      {% set forcedProductThumbnail = '300' %}\r\n
      {{ block('section_category_stats', 'frontend/category.html.twig') }}\r\n
      {{ block('section_masonry_products', 'frontend/category.html.twig') }}\r\n
      <!--Main content-->\r\n
      <div class="divider m-r-l-10"></div>\r\n
      \r\n
      <!--Sign in/ Registration modal-->\r\n
      <div class="modal fade" id="registrModal" tabindex="-1" role="dialog">\r\n
          <div class="modal-dialog" role="document">\r\n
              <div class="modal-content">\r\n
                  <ul class="nav nav-pills" id="pills-tab" role="tablist">\r\n
                      <li class="nav-item">\r\n
                          <a class="nav-link active" id="pills-register-tab" data-toggle="pill"\r\n
                                                                             href="#pills-register"\r\n
                                                                             role="tab" aria-controls="pills-register"\r\n
                                                                                        aria-selected="true">S'inscrire</a>\r\n
                      </li>\r\n
                      <li class="nav-item">\r\n
                          <a class="nav-link" id="pills-login-tab" data-toggle="pill" href="#pills-login"\r\n
                                                                                      role="tab" aria-controls="pills-login" aria-selected="false">Se connecter</a>\r\n
                      </li>\r\n
                  </ul>\r\n
                  <div class="tab-content" id="pills-tabContent">\r\n
                      <div class="tab-pane fade show active" id="pills-register" role="tabpanel"\r\n
                                                                                 aria-labelledby="pills-register-tab">\r\n
                          <div class="container">\r\n
                              <button type="button" class="btn-registr-modal-colose">\r\n
                              </button>\r\n
                              <div class="col-xl-10 col-lg-10 col-md-10 col-sm-12 col-12 m-0-auto">\r\n
                                  <div class="row">\r\n
                                      <p class="registr-top-text m--30">Pour enregistrer des articles ou recevoir\r\n
                                      des\r\n
                                      bulletins d'information,\r\n
                                      des\r\n
                                      alertes ou\r\n
                                      des recommandations - tout est gratuit.</p>\r\n
                                  </div>\r\n
                                  <div class="row">\r\n
                                      <button class="button button-300 button-fb">\r\n
                                          <span class="button-icon fb-icon"><i class="fa fa-facebook"\r\n
                                                                               aria-hidden="true"></i></span>\r\n
                                          Se connecter avec Facebook\r\n
                                      </button>\r\n
                                      <button class="button button-300 button-g">\r\n
                                          <span class="button-icon g-icon"><img\r\n
                                                src="/assets/frontend/images/icons/google-icon.png"\r\n
                                                alt=""></span>\r\n
                                          Se connecter avec Google\r\n
                                      </button>\r\n
                                  </div>\r\n
                                  <form id="registrForm">\r\n
                                      <div class="row">\r\n
                                          <h5 class="section-title-line">OU</h5>\r\n
                                          <input type="text" placeholder="Prénom"\r\n
                                                             class="form-control registr-form-control">\r\n
                                          <input type="email" placeholder="Courriel"\r\n
                                                              class="form-control registr-form-control">\r\n
                                          <span class="email-incorrect">E-mail incorrect</span>\r\n
                                          <input type="password" placeholder="Mot de passe"\r\n
                                                                 class="form-control registr-form-control">\r\n
                                          <input type="password" placeholder="Confirmer le mot de passe"\r\n
                                                                 class="form-control registr-form-control">\r\n
                                      </div>\r\n
                                      <div class="row">\r\n
                                          <button class="button button-full-width button-orange">S'INSCRIRE\r\n
                                          </button>\r\n
                                      </div>\r\n
                                  </form>\r\n
                                  <div class="row">\r\n
                                      <p class="registr-bottom-text">\r\n
                                      En cliquant sur S'inscrire, vous acceptez de respecter les <span><a\r\n
                                                                                                           href="#">Conditions\r\n
                                                                                                           d'utilisation</a></span> et le <span><a\r\n
                                                                                                                                                    href="#">Les Règlements</a></span>\r\n
                                                                                                   concernant la confidentialité\r\n
                                                                                                   de Maturin.\r\n
                                      </p>\r\n
                                  </div>\r\n
                              </div>\r\n
                          </div>\r\n
                      </div>\r\n
                      <div class="tab-pane fade" id="pills-login" role="tabpanel"\r\n
                                                                  aria-labelledby="pills-login-tab">\r\n
                          <div class="container">\r\n
                              <button type="button" class="btn-registr-modal-close">\r\n
                              </button>\r\n
                              <div class="col-xl-10 col-lg-10 col-md-10 col-sm-12 col-12 m-0-auto">\r\n
                                  <div class="row">\r\n
                                      <p class="registr-top-text m-0-auto">Se connecter pour démarrer votre\r\n
                                      boutique</p>\r\n
                                  </div>\r\n
                                  <div class="row">\r\n
                                      <button class="button button-300 button-fb">\r\n
                                          <span class="button-icon fb-icon"><i class="fa fa-facebook"\r\n
                                                                               aria-hidden="true"></i></span>\r\n
                                          Se connecter avec Facebook\r\n
                                      </button>\r\n
                                      <button class="button button-300 button-g">\r\n
                                          <span class="button-icon g-icon"><img\r\n
                                                src="/assets/frontend/images/icons/google-icon.png"\r\n
                                                alt=""></span>\r\n
                                          Se connecter avec Google\r\n
                                      </button>\r\n
                                  </div>\r\n
                                  <form id="loginForm">\r\n
                                      <div class="row">\r\n
                                          <h5 class="section-title-line">OU</h5>\r\n
                                          <input id="login-email" type="email" placeholder="Courriel"\r\n
                                                                               class="form-control registr-form-control">\r\n
                                          <span class="email-incorrect">E-mail incorrect</span>\r\n
                                          <input id="login-password" type="password" placeholder="Mot de passe"\r\n
                                                                                     class="form-control registr-form-control">\r\n
                                      </div>\r\n
                                      <div class="row rester-connecté">\r\n
                                          <div class="col-xl-6 col-lg-6 col-md-6 ol-sm-6 col-6">\r\n
                                              <div class="form-group form-check">\r\n
                                                  <input type="checkbox" class="form-check-input"\r\n
                                                                         id="exampleCheck1">\r\n
                                                  <label class="form-check-label" for="exampleCheck1">Rester\r\n
                                                      connecté</label>\r\n
                                              </div>\r\n
                                          </div>\r\n
                                          <div class="col-xl-6 col-lg-6 col-md-6 ol-sm-6 col-6 text-right no-padding-left">\r\n
                                              <a href="#" class="orange-link">Mot de passe oublié?</a>\r\n
                                          </div>\r\n
                                      </div>\r\n
                                      <div class="row">\r\n
                                          <button class="button button-full-width button-orange"\r\n
                                                  id="btn-se-connecter">SE CONNECTER\r\n
                                          </button>\r\n
                                      </div>\r\n
                                  </form>\r\n
                                  <div class="row no-padding">\r\n
                                      <p class="registr-bottom-text">\r\n
                                      Vous n’avez pas de compte? <span><a\r\n
                                                                             href="#">Inscrivez-vous maintenant.</a></span>\r\n
                                      </p>\r\n
                                  </div>\r\n
                              </div>\r\n
                          </div>\r\n
                      </div>\r\n
                  </div>\r\n
              </div>\r\n
          </div>\r\n
      </div>\r\n
      <!--Sign in/ Registration modal-->\r\n
      \r\n
      <!-- Product Modal -->\r\n
      <div class="modal fade" id="previewModal" tabindex="-1" role="dialog"\r\n
                                                              aria-labelledby="previewModalTitle" aria-hidden="true">\r\n
          <div class="modal-dialog modal-dialog-centered modal-lg" role="document">\r\n
              <div class="modal-content">\r\n
                  <div class="modal-body">\r\n
                      <div class="row">\r\n
                          <div class="col-6">\r\n
                              <img class="modal-product-image" src="images/product_8_preview.png">\r\n
                          </div>\r\n
                          <div class="col-6">\r\n
      \r\n
                              <div class="modal-product-title">NOM DU PRODUIT</div>\r\n
                              <div class="modal-product-subtitle">Nom de la compagnie</div>\r\n
                              <div class="modal-product-rating">\r\n
                                  <ul class="rating" data-rating="4">\r\n
                                      <li class="Arad5fQEnoZlv9E59d"><a title="Super boring"\r\n
                                                                        class="rate starOn"\r\n
                                                                        id="1"><i\r\n
                                                                        class="fa fa-star" aria-hidden="true"></i></a>\r\n
                                      </li>\r\n
                                      <li class="Arad5fQEnoZlv9E59d"><a title="Boring"\r\n
                                                                        class="rate starOn"\r\n
                                                                        id="2"><i\r\n
                                                                        class="fa fa-star" aria-hidden="true"></i></a>\r\n
                                      </li>\r\n
                                      <li class="Arad5fQEnoZlv9E59d"><a title="Nice"\r\n
                                                                        class="rate starOn"\r\n
                                                                        id="3"><i\r\n
                                                                        class="fa fa-star" aria-hidden="true"></i></a>\r\n
                                      </li>\r\n
                                      <li class="Arad5fQEnoZlv9E59d"><a title="Cool"\r\n
                                                                        class="rate starOn"\r\n
                                                                        id="4"><i\r\n
                                                                        class="fa fa-star" aria-hidden="true"></i></a>\r\n
                                      </li>\r\n
                                      <li class="Arad5fQEnoZlv9E59d"><a title="Super cool!"\r\n
                                                                        class="rate star"\r\n
                                                                        id="5"><i\r\n
                                                                        class="fa fa-star" aria-hidden="true"></i></a>\r\n
                                      </li>\r\n
                                  </ul>\r\n
                                  <span>(12)</span>\r\n
                              </div>\r\n
                              <div class="modal-product-price">9,95 CA$</div>\r\n
                              <div class="modal-product-in-stock">7 en inventaire</div>\r\n
      \r\n
      \r\n
                              <div class="modal-product-amount">\r\n
                                  <div class="modal-product-amount-title">Quantité</div>\r\n
                                  <div class="row">\r\n
                                      <div class="col-3 no-padding-right">\r\n
                                          <input class="form-control modal-product-btn-amount" type="number"\r\n
                                                                                               name="points" step="1" value="1"\r\n
                                                                                                                      min="1">\r\n
                                      </div>\r\n
                                      <div class="col-6 no-padding-left">\r\n
                                          <button class="modal-product-btn-add-to-cart button button-200 button-orange">\r\n
                                              AJOUTER AU PANIER\r\n
                                          </button>\r\n
                                      </div>\r\n
                                  </div>\r\n
                                  {#\r\n
                                  <button class="modal-product-btn-product-list button button-200 button-black">\r\n
                                      LISTE DE SOUHAIT\r\n
                                  </button>\r\n
                                  #}\r\n
                              </div>\r\n
      \r\n
                              {#\r\n
                              <div class="modal-product-social-icons">\r\n
                                  <span class="modal-product-social-icons-title">Partagez:</span>\r\n
                                  <i class="fa fa-facebook" aria-hidden="true"></i>\r\n
                                  <i class="fa fa-twitter" aria-hidden="true"></i>\r\n
                                  <i class="fa fa-pinterest-p" aria-hidden="true"></i>\r\n
                                  <i class="fa fa-google-plus" aria-hidden="true"></i>\r\n
                                  <p class="modal-product-social-icon-email"></p>\r\n
                              </div>\r\n
                              #}\r\n
                              <div class="modal-product-complete-list">\r\n
                                  <a href="#">VOIR LA FICHE DU PRODUIT\r\n
                                      <span class="modal-product-complete-list-arrow"> </span>\r\n
                                  </a>\r\n
                              </div>\r\n
      \r\n
                          </div>\r\n
                      </div>\r\n
                  </div>\r\n
              </div>\r\n
          </div>\r\n
      </div>\r\n
      <!-- Product Modal -->\r\n
      \r\n
      <!--Modifiez vos paramètres-->\r\n
      <div class="modal fade" id="modifiezVosParamètres" tabindex="-1" role="dialog">\r\n
          <div class="modal-dialog" role="document">\r\n
              <div class="modal-content">\r\n
                  <div class="modal-body">\r\n
                      <div class="container">\r\n
                          <div class="row">\r\n
                              <div class="col-xl-12 col-lg-12 col-md-12 col-sm-12 col-12">\r\n
                                  <div class="modifiezVosParamètres">\r\n
                                      <div class="modifiezVosParamètres-title">Modifiez vos paramètres</div>\r\n
                                      <div class="modifiezVosParamètres-description">Paramètrez votre région, la\r\n
                                          devise et votre langue\r\n
                                          que vous utilisez.\r\n
                                      </div>\r\n
                                      <div class="modifiezVosParamètres-select-wrapper">\r\n
                                          <form>\r\n
                                              <div class="form-group">\r\n
                                                  <label for="regionSelect">Région</label>\r\n
                                                  <div class="select-wrapper">\r\n
                                                      <select name="region" class="form-control form-control-lg"\r\n
                                                                            id="regionSelect">\r\n
                                                          <option value="Lidsa">Lorem ipsum dolor sit amet\r\n
                                                          (Lidsa)\r\n
                                                          </option>\r\n
                                                          <option value="Ca">Consectetur adipiscing elit (Ca)\r\n
                                                          </option>\r\n
                                                          <option value="Vsl">Vivamus sagittis lacus (Vsl)\r\n
                                                          </option>\r\n
                                                          <option value="Qc" selected>Québec (Qc)</option>\r\n
                                                          <option value="Pavm">Placerat ac vitae metus (Pavm)\r\n
                                                          </option>\r\n
                                                          <option value="Pf">Praesent faucibus magna sit amet\r\n
                                                          (Pf)\r\n
                                                          </option>\r\n
                                                          <option value="Sd">Sollicitudin dignissim (Sd)</option>\r\n
                                                          <option value="Pd">Pellentesque dictum leo non ex (Pd)\r\n
                                                          </option>\r\n
                                                          <option value="Fn">Fringillaullamcorper nisi varius.\r\n
                                                          (Fn)\r\n
                                                          </option>\r\n
                                                          <option value="Ve">Vestibulum euismod diam in (Ve)\r\n
                                                          </option>\r\n
                                                          <option value="Lf">Lorem feugiat, (Lf)</option>\r\n
                                                          <option value="Sl">Sed laoreet (Sl)</option>\r\n
                                                          <option value="Fv">Felis volutpat. (Fv)</option>\r\n
                                                          <option value="Li">Lorem ipsum dolor sit amet (li)\r\n
                                                          </option>\r\n
                                                          <option value="Cae">Consectetur adipiscing elit (Cae)\r\n
                                                          </option>\r\n
                                                      </select>\r\n
                                                  </div>\r\n
                                              </div>\r\n
                                              <div class="form-group">\r\n
                                                  <label for="currencySelect">Devise</label>\r\n
                                                  <div class="select-wrapper">\r\n
                                                      <select name="currency" class="form-control form-control-lg"\r\n
                                                                              id="currencySelect"\r\n
                                                                              size="1">\r\n
                                                          <option value="$(CAD)" selected>$ Dollar canadien\r\n
                                                          (CAD)\r\n
                                                          </option>\r\n
                                                          <option value="$(USD)">$ United States Dollar (USD)\r\n
                                                          </option>\r\n
                                                          <option value="€(EUR)">€ Euro (EUR)</option>\r\n
                                                      </select>\r\n
                                                  </div>\r\n
                                              </div>\r\n
                                              <div class="form-group">\r\n
                                                  <label for="langSelect">Langue</label>\r\n
                                                  <div class="select-wrapper">\r\n
                                                      <select name="lang" class="form-control form-control-lg"\r\n
                                                                          id="langSelect">\r\n
                                                          <option value="Français" selected>Français</option>\r\n
                                                          <option value="English">English</option>\r\n
                                                      </select>\r\n
                                                  </div>\r\n
                                              </div>\r\n
                                              <button type="button" data-dismiss="modal" aria-label="Close"\r\n
                                                                                         class="btn button-black modifiezVosParamètres-btn-close">\r\n
                                                  CANCEL\r\n
                                              </button>\r\n
                                              <button type="submit"\r\n
                                                      class="btn button-orange modifiezVosParamètres-btn-save">\r\n
                                                  SAVE\r\n
                                              </button>\r\n
                                          </form>\r\n
                                      </div>\r\n
                                  </div>\r\n
                              </div>\r\n
                          </div>\r\n
                      </div>\r\n
                  </div>\r\n
              </div>\r\n
          </div>\r\n
      </div>\r\n
      <!--Modifiez vos paramètres-->\r\n
      </div>\r\n
      </div>\r\n
      </div>\r\n
      \r\n
      {% endblock %}\r\n
      """
    #message: """
      An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT te.id AS id, te.description AS description, te.display_order AS display_order, te.image AS image, te.category AS category, te.filename AS filename, te.mime AS mime, te.weight AS weight, te.height AS height, te.width AS width, te.folder AS folder, te.creation_date AS creation_date, te.last_updated AS last_updated, te.user_id AS user_id FROM image te JOIN image_product t ON t.image_id = te.id WHERE t.product_id = ? ORDER BY display_order ASC' with params [1500]:\n
      \n
      SQLSTATE[HY000]: General error: 2006 MySQL server has gone away").
      """
    #code: 0
    #file: "/var/www/html/Markego/templates/frontend/product.html.twig"
    #line: 153
    -previous: Doctrine\DBAL\Exception\DriverException {#17168 …}
    trace: {
      /var/www/html/Markego/templates/frontend/product.html.twig:153 {
        Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
        › \r{% for image in product.images %}\r<a class="categories-slider__item item"\r
      }
      /var/www/html/Markego/var/cache/dev/twig/e8/e845a109a6a5f487084e28b120d3dd9efb0cee1ad10b8e85714190fde320e238.php:151 {
        __TwigTemplate_942873e53296c84f39fb0bc7892dfe9010b6d54bf117d2b8639dda8106097480->block_body($context, array $blocks = []) …
        › echo "            ";$this->displayBlock('content', $context, $blocks);// line 22
      }
      /var/www/html/Markego/vendor/twig/twig/src/Template.php:184 {
        Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
        › try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/Markego/templates/base.html.twig:73 {
        __TwigTemplate_99f991a6f44cd182e0566f2dd81b31590b0e25d27f5a406d5180d6bfb7db7414->doDisplay(array $context, array $blocks = []) …
        › 
        › {% block body %}{% endblock %}}
      /var/www/html/Markego/vendor/twig/twig/src/Template.php:407 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/Markego/vendor/twig/twig/src/Template.php:380 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /var/www/html/Markego/var/cache/dev/twig/e8/e845a109a6a5f487084e28b120d3dd9efb0cee1ad10b8e85714190fde320e238.php:54 {
        __TwigTemplate_942873e53296c84f39fb0bc7892dfe9010b6d54bf117d2b8639dda8106097480->doDisplay(array $context, array $blocks = []) …
        › $this->parent = $this->loadTemplate("base.html.twig", "frontend/base.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /var/www/html/Markego/vendor/twig/twig/src/Template.php:407 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/Markego/vendor/twig/twig/src/Template.php:380 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /var/www/html/Markego/var/cache/dev/twig/c6/c6287ab40fd0b8b57067bd5b826b23c49fc8c7e3071722aae9cd743fc591f001.php:52 {
        __TwigTemplate_e6002284858a685924ba3e7f3b1ff648eaf12745797cd31b6abcfaa645e6cf73->doDisplay(array $context, array $blocks = []) …
        › $this->parent = $this->loadTemplate("frontend/base.html.twig", "frontend/product.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /var/www/html/Markego/vendor/twig/twig/src/Template.php:407 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/Markego/vendor/twig/twig/src/Template.php:380 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /var/www/html/Markego/vendor/twig/twig/src/Template.php:392 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /var/www/html/Markego/vendor/twig/twig/src/TemplateWrapper.php:45 {
        Twig\TemplateWrapper->render(array $context = []): string …
        ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /var/www/html/Markego/vendor/twig/twig/src/Environment.php:318 {
        Twig\Environment->render($name, array $context = []) …
        › {    return $this->load($name)->render($context);}
      }
      /var/www/html/Markego/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php:103 {
        Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener->onKernelView(KernelEvent $event) …
        › } else {    $event->setResponse(new Response($this->twig->render($template->getTemplate(), $parameters)));}
      }
      /var/www/html/Markego/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
        Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
        › 
        › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
      /var/www/html/Markego/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
        Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
        ›     }    $listener($event, $eventName, $this);}
      }
      /var/www/html/Markego/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
        Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
        › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
      /var/www/html/Markego/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
        Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
        › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
      }
      /var/www/html/Markego/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
        Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
        › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
      }
      /var/www/html/Markego/vendor/symfony/http-kernel/HttpKernel.php:151 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
        › $event = new ViewEvent($this, $request, $type, $response);$this->dispatcher->dispatch($event, KernelEvents::VIEW);}
      /var/www/html/Markego/vendor/symfony/http-kernel/HttpKernel.php:68 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /var/www/html/Markego/vendor/symfony/http-kernel/Kernel.php:201 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /var/www/html/Markego/public/index.php:35 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
      }
    }
  }
]
{
  /var/www/html/Markego/templates/frontend/product.html.twig:153 {
    Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
    › \r{% for image in product.images %}\r<a class="categories-slider__item item"\r
  }
  /var/www/html/Markego/var/cache/dev/twig/e8/e845a109a6a5f487084e28b120d3dd9efb0cee1ad10b8e85714190fde320e238.php:151 {
    __TwigTemplate_942873e53296c84f39fb0bc7892dfe9010b6d54bf117d2b8639dda8106097480->block_body($context, array $blocks = []) …
    › echo "            ";$this->displayBlock('content', $context, $blocks);// line 22
  }
  /var/www/html/Markego/vendor/twig/twig/src/Template.php:184 {
    Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
    › try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/Markego/templates/base.html.twig:73 {
    __TwigTemplate_99f991a6f44cd182e0566f2dd81b31590b0e25d27f5a406d5180d6bfb7db7414->doDisplay(array $context, array $blocks = []) …
    › 
    › {% block body %}{% endblock %}}
  /var/www/html/Markego/vendor/twig/twig/src/Template.php:407 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/Markego/vendor/twig/twig/src/Template.php:380 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /var/www/html/Markego/var/cache/dev/twig/e8/e845a109a6a5f487084e28b120d3dd9efb0cee1ad10b8e85714190fde320e238.php:54 {
    __TwigTemplate_942873e53296c84f39fb0bc7892dfe9010b6d54bf117d2b8639dda8106097480->doDisplay(array $context, array $blocks = []) …
    › $this->parent = $this->loadTemplate("base.html.twig", "frontend/base.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /var/www/html/Markego/vendor/twig/twig/src/Template.php:407 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/Markego/vendor/twig/twig/src/Template.php:380 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /var/www/html/Markego/var/cache/dev/twig/c6/c6287ab40fd0b8b57067bd5b826b23c49fc8c7e3071722aae9cd743fc591f001.php:52 {
    __TwigTemplate_e6002284858a685924ba3e7f3b1ff648eaf12745797cd31b6abcfaa645e6cf73->doDisplay(array $context, array $blocks = []) …
    › $this->parent = $this->loadTemplate("frontend/base.html.twig", "frontend/product.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /var/www/html/Markego/vendor/twig/twig/src/Template.php:407 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/Markego/vendor/twig/twig/src/Template.php:380 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /var/www/html/Markego/vendor/twig/twig/src/Template.php:392 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /var/www/html/Markego/vendor/twig/twig/src/TemplateWrapper.php:45 {
    Twig\TemplateWrapper->render(array $context = []): string …
    ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /var/www/html/Markego/vendor/twig/twig/src/Environment.php:318 {
    Twig\Environment->render($name, array $context = []) …
    › {    return $this->load($name)->render($context);}
  }
  /var/www/html/Markego/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php:103 {
    Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener->onKernelView(KernelEvent $event) …
    › } else {    $event->setResponse(new Response($this->twig->render($template->getTemplate(), $parameters)));}
  }
  /var/www/html/Markego/vendor/symfony/event-dispatcher/Debug/WrappedListener.php:126 {
    Symfony\Component\EventDispatcher\Debug\WrappedListener->__invoke(Event $event, $eventName, EventDispatcherInterface $dispatcher) …
    › 
    › ($this->optimizedListener ?? $this->listener)($event, $eventName, $dispatcher);}
  /var/www/html/Markego/vendor/symfony/event-dispatcher/EventDispatcher.php:264 {
    Symfony\Component\EventDispatcher\EventDispatcher->doDispatch($listeners, $eventName, Event $event) …
    ›     }    $listener($event, $eventName, $this);}
  }
  /var/www/html/Markego/vendor/symfony/event-dispatcher/EventDispatcher.php:239 {
    Symfony\Component\EventDispatcher\EventDispatcher->callListeners(iterable $listeners, string $eventName, $event) …
    › if ($event instanceof Event) {    $this->doDispatch($listeners, $eventName, $event);}
  /var/www/html/Markego/vendor/symfony/event-dispatcher/EventDispatcher.php:73 {
    Symfony\Component\EventDispatcher\EventDispatcher->dispatch($event) …
    › if ($listeners) {    $this->callListeners($listeners, $eventName, $event);}
  }
  /var/www/html/Markego/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php:168 {
    Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher->dispatch($event) …
    › try {    $this->dispatcher->dispatch($event, $eventName);} finally {
  }
  /var/www/html/Markego/vendor/symfony/http-kernel/HttpKernel.php:151 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MASTER_REQUEST): Response …
    › $event = new ViewEvent($this, $request, $type, $response);$this->dispatcher->dispatch($event, KernelEvents::VIEW);}
  /var/www/html/Markego/vendor/symfony/http-kernel/HttpKernel.php:68 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /var/www/html/Markego/vendor/symfony/http-kernel/Kernel.php:201 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, $type = HttpKernelInterface::MASTER_REQUEST, $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /var/www/html/Markego/public/index.php:35 {$request = Request::createFromGlobals();$response = $kernel->handle($request);$response->send();
  }
}

Deprecations 121

Log messages generated by using features marked as deprecated.

Time Channel Message
n/a The "Symfony\Bundle\FrameworkBundle\Controller\ControllerTrait" trait is considered internal. It may change without further notice. You should not use it from "Sonata\AdminBundle\Controller\CRUDController".
n/a The "FOS\UserBundle\Controller\RegistrationController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
n/a (2 times) The "framework.templating" configuration is deprecated since Symfony 4.3. Configure the "twig" section provided by the Twig Bundle instead.
n/a Enabling the Templating component is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a (2 times) The "twig.exception_controller" configuration key has been deprecated in Symfony 4.4, set it to "null" and use "framework.error_controller" configuration key instead.
n/a Enabling the "sensio_framework_extra.router.annotations" configuration is deprecated since version 5.2. Set it to false and use the "Symfony\Component\Routing\Annotation\Route" annotation from Symfony itself.
n/a (6 times) A tree builder without a root node is deprecated since Symfony 4.2 and will not be supported anymore in 5.0.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "fos_user" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (2 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "hwi_oauth" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a (4 times) The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "cache" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "bazinga_js_translation" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a Not registering bundle "Sonata\Doctrine\Bridge\Symfony\Bundle\SonataDoctrineBundle" is deprecated since 3.12.0, registering it will be mandatory in 4.0
n/a Using short factory syntax for service "SpecShaper\EncryptBundle\Encryptors\EncryptorService" is deprecated since Symfony 4.4, use "['@SpecShaper\EncryptBundle\Encryptors\EncryptorFactory', 'createService']" instead.
n/a The "Symfony\Component\Config\Definition\Builder\TreeBuilder::root()" method called for the "gregwar_image" configuration is deprecated since Symfony 4.3, pass the root name to the constructor instead.
n/a The "FOS\UserBundle\Model\UserInterface" interface extends "Symfony\Component\Security\Core\User\AdvancedUserInterface" that is deprecated since Symfony 4.1.
n/a (3 times) The "templating.helper" tag is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a The Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheCacheWarmer class is deprecated since version 4.4 and will be removed in 5.0; use Twig instead.
n/a The "Symfony\Component\HttpKernel\EventListener\ExceptionListener" class is deprecated since Symfony 4.4, use "ErrorListener" instead.
n/a The Symfony\Bundle\FrameworkBundle\Templating\Helper\TranslatorHelper class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
n/a The "templating.cache_warmer.template_paths" service is deprecated since Symfony 4.3 and will be removed in 5.0.
n/a The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplatePathsCacheWarmer class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#19956
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/symfony/framework-bundle/CacheWarmer/TemplatePathsCacheWarmer.php:14 {
        include …
        › 
        › @trigger_error('The '.TemplatePathsCacheWarmer::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);}
      /var/www/html/Markego/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/html/Markego/vendor/sonata-project/core-bundle/src/CoreBundle/Model/Adapter/DoctrineORMAdapter.php"
        }
      }
    }
  }
]
n/a The "templating.finder" service is deprecated since Symfony 4.3 and will be removed in 5.0.
n/a The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinder class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#19958
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/symfony/framework-bundle/CacheWarmer/TemplateFinder.php:14 {
        include …
        › 
        › @trigger_error('The '.TemplateFinder::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);}
      /var/www/html/Markego/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/html/Markego/vendor/sonata-project/core-bundle/src/CoreBundle/Model/Adapter/DoctrineORMAdapter.php"
        }
      }
    }
  }
]
n/a The Symfony\Bundle\FrameworkBundle\CacheWarmer\TemplateFinderInterface interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#19959
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/symfony/framework-bundle/CacheWarmer/TemplateFinderInterface.php:14 {
        include …
        › 
        › @trigger_error('The '.TemplateFinderInterface::class.' interface is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);}
      /var/www/html/Markego/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/html/Markego/vendor/sonata-project/core-bundle/src/CoreBundle/Model/Adapter/DoctrineORMAdapter.php"
        }
      }
    }
  }
]
n/a The "templating.locator" service is deprecated since Symfony 4.3 and will be removed in 5.0.
n/a The Symfony\Bundle\FrameworkBundle\Templating\Loader\TemplateLocator class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#19961
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/symfony/framework-bundle/Templating/Loader/TemplateLocator.php:14 {
        include …
        › 
        › @trigger_error('The '.TemplateLocator::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);}
      /var/www/html/Markego/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/html/Markego/vendor/sonata-project/core-bundle/src/CoreBundle/Model/Adapter/DoctrineORMAdapter.php"
        }
      }
    }
  }
]
n/a The "twig.cache_warmer" service is deprecated since Symfony 4.4 and will be removed in 5.0.
n/a Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#19963
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
        Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
        ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
      }
      /var/www/html/Markego/var/cache/dev/ContainerK0b3T84/srcApp_KernelDevDebugContainer.php:1055 {$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
      }
    }
  }
]
{
  /var/www/html/Markego/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php:66 {
    Doctrine\ORM\Mapping\UnderscoreNamingStrategy->__construct($case = CASE_LOWER, bool $numberAware = false) …
    ›     'Creating ' . self::class . ' without making it number aware is deprecated and will be removed in Doctrine ORM 3.0.',    E_USER_DEPRECATED);
  }
  /var/www/html/Markego/var/cache/dev/ContainerK0b3T84/srcApp_KernelDevDebugContainer.php:1055 {$a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');$a->setNamingStrategy(new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy());$a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  }
}
n/a The Symfony\Bundle\FrameworkBundle\Templating\TemplateReference class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#24741
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/symfony/framework-bundle/Templating/TemplateReference.php:14 {
        include …
        › 
        › @trigger_error('The '.TemplateReference::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);}
      /var/www/html/Markego/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/html/Markego/vendor/sonata-project/core-bundle/src/CoreBundle/Model/Adapter/DoctrineORMAdapter.php"
        }
      }
    }
  }
]
n/a The "sensio_framework_extra.routing.loader.annot_class" service is deprecated since version 5.2
n/a The "Sensio\Bundle\FrameworkExtraBundle\Routing\AnnotatedRouteControllerLoader" class is deprecated since version 5.2. Use "Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader" instead.
n/a The "sensio_framework_extra.routing.loader.annot_dir" service is deprecated since version 5.2
n/a The "sensio_framework_extra.routing.loader.annot_file" service is deprecated since version 5.2
n/a The "Sensio\Bundle\FrameworkExtraBundle\Configuration\Route" annotation is deprecated since version 5.2. Use "Symfony\Component\Routing\Annotation\Route" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#24746
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/sensio/framework-extra-bundle/src/Configuration/Route.php:16 {
        include …
        › 
        › @trigger_error(sprintf('The "%s" annotation is deprecated since version 5.2. Use "%s" instead.', Route::class, BaseRoute::class), E_USER_DEPRECATED);}
      /var/www/html/Markego/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/html/Markego/vendor/sonata-project/core-bundle/src/CoreBundle/Model/Adapter/DoctrineORMAdapter.php"
        }
      }
    }
  }
]
n/a The "HWI\Bundle\OAuthBundle\Controller\ConnectController" class extends "Symfony\Bundle\FrameworkBundle\Controller\Controller" that is deprecated since Symfony 4.2, use "Symfony\Bundle\FrameworkBundle\Controller\AbstractController" instead.
n/a Referencing controllers with HWIOAuthBundle:Connect:connect is deprecated since Symfony 4.1, use "HWI\Bundle\OAuthBundle\Controller\ConnectController::connectAction" instead.
n/a Referencing controllers with HWIOAuthBundle:Connect:connectService is deprecated since Symfony 4.1, use "HWI\Bundle\OAuthBundle\Controller\ConnectController::connectServiceAction" instead.
n/a Referencing controllers with HWIOAuthBundle:Connect:registration is deprecated since Symfony 4.1, use "HWI\Bundle\OAuthBundle\Controller\ConnectController::registrationAction" instead.
n/a Referencing controllers with HWIOAuthBundle:Connect:redirectToService is deprecated since Symfony 4.1, use "HWI\Bundle\OAuthBundle\Controller\ConnectController::redirectToServiceAction" instead.
n/a The "templating.name_parser" service is deprecated since Symfony 4.3 and will be removed in 5.0.
n/a The Symfony\Bundle\FrameworkBundle\Templating\TemplateNameParser class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#24753
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/symfony/framework-bundle/Templating/TemplateNameParser.php:14 {
        include …
        › 
        › @trigger_error('The '.TemplateNameParser::class.' class is deprecated since version 4.3 and will be removed in 5.0; use Twig instead.', E_USER_DEPRECATED);}
      /var/www/html/Markego/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/html/Markego/vendor/sonata-project/core-bundle/src/CoreBundle/Model/Adapter/DoctrineORMAdapter.php"
        }
      }
    }
  }
]
n/a The "sonata.core.model.adapter.chain" service is deprecated in favor of service "sonata.doctrine.model.adapter.chain" since 3.12.0 and will be removed in 4.0.
n/a The Sonata\CoreBundle\Model\Adapter\AdapterChain class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Adapter\AdapterChain instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#24755
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/sonata-project/core-bundle/src/CoreBundle/Model/Adapter/AdapterChain.php:20 {
        include …
        ›     .' Use Sonata\Doctrine\Adapter\AdapterChain instead.',    E_USER_DEPRECATED);
      }
      /var/www/html/Markego/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/html/Markego/vendor/sonata-project/core-bundle/src/CoreBundle/Model/Adapter/DoctrineORMAdapter.php"
        }
      }
    }
  }
]
{
  /var/www/html/Markego/vendor/sonata-project/core-bundle/src/CoreBundle/Model/Adapter/AdapterChain.php:20 {
    include …
    ›     .' Use Sonata\Doctrine\Adapter\AdapterChain instead.',    E_USER_DEPRECATED);
  }
  /var/www/html/Markego/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
    arguments: {
      "/var/www/html/Markego/vendor/sonata-project/core-bundle/src/CoreBundle/Model/Adapter/DoctrineORMAdapter.php"
    }
  }
}
n/a The "sonata.core.model.adapter.doctrine_orm" service is deprecated in favor of service "sonata.doctrine.adapter.doctrine_orm" since 3.12.0 and will be removed in 4.0.
n/a The Sonata\CoreBundle\Model\Adapter\DoctrineORMAdapter class is deprecated since version 3.12.0 and will be removed in 4.0. Use Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#24757
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/sonata-project/core-bundle/src/CoreBundle/Model/Adapter/DoctrineORMAdapter.php:20 {
        include …
        ›     .' Use Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter instead.',    E_USER_DEPRECATED);
      }
      /var/www/html/Markego/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
        arguments: {
          "/var/www/html/Markego/vendor/sonata-project/core-bundle/src/CoreBundle/Model/Adapter/DoctrineORMAdapter.php"
        }
      }
    }
  }
]
{
  /var/www/html/Markego/vendor/sonata-project/core-bundle/src/CoreBundle/Model/Adapter/DoctrineORMAdapter.php:20 {
    include …
    ›     .' Use Sonata\Doctrine\Adapter\ORM\DoctrineORMAdapter instead.',    E_USER_DEPRECATED);
  }
  /var/www/html/Markego/vendor/symfony/debug/DebugClassLoader.php:163 {    return;} elseif (false === include $file) {    return;
    arguments: {
      "/var/www/html/Markego/vendor/sonata-project/core-bundle/src/CoreBundle/Model/Adapter/DoctrineORMAdapter.php"
    }
  }
}
n/a The "SonataDatagridBundle:Search:results.html.twig" template is deprecated. Use "none" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#24758
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/sonata-project/core-bundle/src/Twig/Node/DeprecatedTemplateNode.php:36 {
        Sonata\Twig\Node\DeprecatedTemplateNode->compile(Compiler $compiler) …
        ›         $this->getNode('newTemplate')->getAttribute('value')    ), E_USER_DEPRECATED);}
      }
      /var/www/html/Markego/vendor/twig/twig/src/Node/Node.php:83 {foreach ($this->nodes as $node) {    $node->compile($compiler);}
      }
    }
  }
]
n/a The spaceless tag in "SonataCoreBundle:Form:color.html.twig" at line 12 is deprecated since Twig 2.7, use the spaceless filter instead.
n/a The spaceless tag in "SonataCoreBundle:Form:datepicker.html.twig" at line 24 is deprecated since Twig 2.7, use the spaceless filter instead.
n/a The spaceless tag in "SonataCoreBundle:Form:datepicker.html.twig" at line 55 is deprecated since Twig 2.7, use the spaceless filter instead.
n/a The spaceless tag in "SonataCoreBundle:Form:datepicker.html.twig" at line 72 is deprecated since Twig 2.7, use the spaceless filter instead.
n/a The spaceless tag in "SonataCoreBundle:Form:colorpicker.html.twig" at line 13 is deprecated since Twig 2.7, use the spaceless filter instead.
n/a The "transchoice" tag is deprecated since Symfony 4.2, use the "trans" one instead with a "%count%" parameter in SonataAdminBundle:CRUD:batch_confirmation.html.twig line 38.
n/a Nesting a block definition under a non-capturing node in "SonataAdminBundle:CRUD:list_boolean.html.twig" at line 18 is deprecated since Twig 2.5.0 and will become a syntax error in 3.0.
n/a Nesting a block definition under a non-capturing node in "SonataAdminBundle:CRUD:list_choice.html.twig" at line 22 is deprecated since Twig 2.5.0 and will become a syntax error in 3.0.
n/a Twig Filter "transchoice" is deprecated since version 4.2. Use "trans" with parameter "%count%" instead in /var/www/html/Markego/vendor/sonata-project/admin-bundle/src/Resources/views/Block/block_stats.html.twig at line 23.
n/a The "transchoice" tag is deprecated since Symfony 4.2, use the "trans" one instead with a "%count%" parameter in SonataAdminBundle:Pager:simple_pager_results.html.twig line 18.
n/a The "transchoice" tag is deprecated since Symfony 4.2, use the "trans" one instead with a "%count%" parameter in SonataAdminBundle:Pager:base_results.html.twig line 18.
n/a The "SonataDoctrineORMAdminBundle:CRUD:edit_orm_many_to_many.html.twig" template is deprecated. Use "@SonataAdmin/CRUD/Association/edit_many_to_many.html.twig" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#24770
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/sonata-project/core-bundle/src/Twig/Node/DeprecatedTemplateNode.php:36 {
        Sonata\Twig\Node\DeprecatedTemplateNode->compile(Compiler $compiler) …
        ›         $this->getNode('newTemplate')->getAttribute('value')    ), E_USER_DEPRECATED);}
      }
      /var/www/html/Markego/vendor/twig/twig/src/Node/Node.php:83 {foreach ($this->nodes as $node) {    $node->compile($compiler);}
      }
    }
  }
]
n/a The "SonataDoctrineORMAdminBundle:CRUD:list_orm_many_to_many.html.twig" template is deprecated. Use "@SonataAdmin/CRUD/Association/list_many_to_many.html.twig" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#24771
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/sonata-project/core-bundle/src/Twig/Node/DeprecatedTemplateNode.php:36 {
        Sonata\Twig\Node\DeprecatedTemplateNode->compile(Compiler $compiler) …
        ›         $this->getNode('newTemplate')->getAttribute('value')    ), E_USER_DEPRECATED);}
      }
      /var/www/html/Markego/vendor/twig/twig/src/Node/Node.php:83 {foreach ($this->nodes as $node) {    $node->compile($compiler);}
      }
    }
  }
]
n/a The "SonataDoctrineORMAdminBundle:CRUD:edit_modal.html.twig" template is deprecated. Use "@SonataAdmin/CRUD/Association/edit_modal.html.twig" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#24772
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/sonata-project/core-bundle/src/Twig/Node/DeprecatedTemplateNode.php:36 {
        Sonata\Twig\Node\DeprecatedTemplateNode->compile(Compiler $compiler) …
        ›         $this->getNode('newTemplate')->getAttribute('value')    ), E_USER_DEPRECATED);}
      }
      /var/www/html/Markego/vendor/twig/twig/src/Node/Node.php:83 {foreach ($this->nodes as $node) {    $node->compile($compiler);}
      }
    }
  }
]
n/a The "SonataDoctrineORMAdminBundle:CRUD:edit_orm_one_to_many_sortable_script_table.html.twig" template is deprecated. Use "@SonataAdmin/CRUD/Association/edit_one_to_many_sortable_script_table.html.twig" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#24773
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/sonata-project/core-bundle/src/Twig/Node/DeprecatedTemplateNode.php:36 {
        Sonata\Twig\Node\DeprecatedTemplateNode->compile(Compiler $compiler) …
        ›         $this->getNode('newTemplate')->getAttribute('value')    ), E_USER_DEPRECATED);}
      }
      /var/www/html/Markego/vendor/twig/twig/src/Node/Node.php:83 {foreach ($this->nodes as $node) {    $node->compile($compiler);}
      }
    }
  }
]
n/a The "SonataDoctrineORMAdminBundle:CRUD:show_orm_many_to_many.html.twig" template is deprecated. Use "@SonataAdmin/CRUD/Association/show_many_to_one.html.twig" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#24774
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/sonata-project/core-bundle/src/Twig/Node/DeprecatedTemplateNode.php:36 {
        Sonata\Twig\Node\DeprecatedTemplateNode->compile(Compiler $compiler) …
        ›         $this->getNode('newTemplate')->getAttribute('value')    ), E_USER_DEPRECATED);}
      }
      /var/www/html/Markego/vendor/twig/twig/src/Node/Node.php:83 {foreach ($this->nodes as $node) {    $node->compile($compiler);}
      }
    }
  }
]
n/a The "SonataDoctrineORMAdminBundle:CRUD:edit_orm_many_to_one.html.twig" template is deprecated. Use "@SonataAdmin/CRUD/Association/edit_many_to_one.html.twig" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#24775
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/sonata-project/core-bundle/src/Twig/Node/DeprecatedTemplateNode.php:36 {
        Sonata\Twig\Node\DeprecatedTemplateNode->compile(Compiler $compiler) …
        ›         $this->getNode('newTemplate')->getAttribute('value')    ), E_USER_DEPRECATED);}
      }
      /var/www/html/Markego/vendor/twig/twig/src/Node/Node.php:83 {foreach ($this->nodes as $node) {    $node->compile($compiler);}
      }
    }
  }
]
n/a The "SonataDoctrineORMAdminBundle:CRUD:edit_orm_one_to_many_inline_table.html.twig" template is deprecated. Use "@SonataAdmin/CRUD/Association/edit_one_to_many_inline_table.html.twig" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#24776
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/sonata-project/core-bundle/src/Twig/Node/DeprecatedTemplateNode.php:36 {
        Sonata\Twig\Node\DeprecatedTemplateNode->compile(Compiler $compiler) …
        ›         $this->getNode('newTemplate')->getAttribute('value')    ), E_USER_DEPRECATED);}
      }
      /var/www/html/Markego/vendor/twig/twig/src/Node/Node.php:83 {foreach ($this->nodes as $node) {    $node->compile($compiler);}
      }
    }
  }
]
n/a The "SonataDoctrineORMAdminBundle:CRUD:edit_orm_one_to_one.html.twig" template is deprecated. Use "@SonataAdmin/CRUD/Association/edit_one_to_one.html.twig" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#24777
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/sonata-project/core-bundle/src/Twig/Node/DeprecatedTemplateNode.php:36 {
        Sonata\Twig\Node\DeprecatedTemplateNode->compile(Compiler $compiler) …
        ›         $this->getNode('newTemplate')->getAttribute('value')    ), E_USER_DEPRECATED);}
      }
      /var/www/html/Markego/vendor/twig/twig/src/Node/Node.php:83 {foreach ($this->nodes as $node) {    $node->compile($compiler);}
      }
    }
  }
]
n/a The "SonataDoctrineORMAdminBundle:CRUD:show_orm_one_to_one.html.twig" template is deprecated. Use "@SonataAdmin/CRUD/Association/show_one_to_one.html.twig" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#24778
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/sonata-project/core-bundle/src/Twig/Node/DeprecatedTemplateNode.php:36 {
        Sonata\Twig\Node\DeprecatedTemplateNode->compile(Compiler $compiler) …
        ›         $this->getNode('newTemplate')->getAttribute('value')    ), E_USER_DEPRECATED);}
      }
      /var/www/html/Markego/vendor/twig/twig/src/Node/Node.php:83 {foreach ($this->nodes as $node) {    $node->compile($compiler);}
      }
    }
  }
]
n/a The "SonataDoctrineORMAdminBundle:CRUD:show_orm_many_to_one.html.twig" template is deprecated. Use "@SonataAdmin/CRUD/Association/show_many_to_one.html.twig" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#24779
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/sonata-project/core-bundle/src/Twig/Node/DeprecatedTemplateNode.php:36 {
        Sonata\Twig\Node\DeprecatedTemplateNode->compile(Compiler $compiler) …
        ›         $this->getNode('newTemplate')->getAttribute('value')    ), E_USER_DEPRECATED);}
      }
      /var/www/html/Markego/vendor/twig/twig/src/Node/Node.php:83 {foreach ($this->nodes as $node) {    $node->compile($compiler);}
      }
    }
  }
]
n/a The "SonataDoctrineORMAdminBundle:CRUD:edit_orm_one_to_many.html.twig" template is deprecated. Use "@SonataAdmin/CRUD/Association/edit_one_to_many.html.twig" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#24780
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/sonata-project/core-bundle/src/Twig/Node/DeprecatedTemplateNode.php:36 {
        Sonata\Twig\Node\DeprecatedTemplateNode->compile(Compiler $compiler) …
        ›         $this->getNode('newTemplate')->getAttribute('value')    ), E_USER_DEPRECATED);}
      }
      /var/www/html/Markego/vendor/twig/twig/src/Node/Node.php:83 {foreach ($this->nodes as $node) {    $node->compile($compiler);}
      }
    }
  }
]
n/a The "SonataDoctrineORMAdminBundle:CRUD:edit_orm_one_to_many_sortable_script_tabs.html.twig" template is deprecated. Use "@SonataAdmin/CRUD/Association/edit_one_to_many_sortable_script_tabs.html.twig" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#24781
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/sonata-project/core-bundle/src/Twig/Node/DeprecatedTemplateNode.php:36 {
        Sonata\Twig\Node\DeprecatedTemplateNode->compile(Compiler $compiler) …
        ›         $this->getNode('newTemplate')->getAttribute('value')    ), E_USER_DEPRECATED);}
      }
      /var/www/html/Markego/vendor/twig/twig/src/Node/Node.php:83 {foreach ($this->nodes as $node) {    $node->compile($compiler);}
      }
    }
  }
]
n/a The "SonataDoctrineORMAdminBundle:CRUD:edit_orm_one_association_script.html.twig" template is deprecated. Use "@SonataAdmin/CRUD/Association/edit_one_script.html.twig" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#24782
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/sonata-project/core-bundle/src/Twig/Node/DeprecatedTemplateNode.php:36 {
        Sonata\Twig\Node\DeprecatedTemplateNode->compile(Compiler $compiler) …
        ›         $this->getNode('newTemplate')->getAttribute('value')    ), E_USER_DEPRECATED);}
      }
      /var/www/html/Markego/vendor/twig/twig/src/Node/Node.php:83 {foreach ($this->nodes as $node) {    $node->compile($compiler);}
      }
    }
  }
]
n/a The "SonataDoctrineORMAdminBundle:CRUD:list_orm_one_to_many.html.twig" template is deprecated. Use "@SonataAdmin/CRUD/Association/list_one_to_many.html.twig" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#24783
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/sonata-project/core-bundle/src/Twig/Node/DeprecatedTemplateNode.php:36 {
        Sonata\Twig\Node\DeprecatedTemplateNode->compile(Compiler $compiler) …
        ›         $this->getNode('newTemplate')->getAttribute('value')    ), E_USER_DEPRECATED);}
      }
      /var/www/html/Markego/vendor/twig/twig/src/Node/Node.php:83 {foreach ($this->nodes as $node) {    $node->compile($compiler);}
      }
    }
  }
]
n/a The "SonataDoctrineORMAdminBundle:CRUD:list_orm_many_to_one.html.twig" template is deprecated. Use "@SonataAdmin/CRUD/Association/list_many_to_one.html.twig" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#24784
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/sonata-project/core-bundle/src/Twig/Node/DeprecatedTemplateNode.php:36 {
        Sonata\Twig\Node\DeprecatedTemplateNode->compile(Compiler $compiler) …
        ›         $this->getNode('newTemplate')->getAttribute('value')    ), E_USER_DEPRECATED);}
      }
      /var/www/html/Markego/vendor/twig/twig/src/Node/Node.php:83 {foreach ($this->nodes as $node) {    $node->compile($compiler);}
      }
    }
  }
]
n/a Using an "if" condition on "for" tag in "SonataDoctrineORMAdminBundle:CRUD:edit_orm_one_to_many_inline_tabs.html.twig" at line 40 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a The "SonataDoctrineORMAdminBundle:CRUD:edit_orm_one_to_many_inline_tabs.html.twig" template is deprecated. Use "@SonataAdmin/CRUD/Association/edit_one_to_many_inline_tabs.html.twig" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#24786
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/sonata-project/core-bundle/src/Twig/Node/DeprecatedTemplateNode.php:36 {
        Sonata\Twig\Node\DeprecatedTemplateNode->compile(Compiler $compiler) …
        ›         $this->getNode('newTemplate')->getAttribute('value')    ), E_USER_DEPRECATED);}
      }
      /var/www/html/Markego/vendor/twig/twig/src/Node/Node.php:83 {foreach ($this->nodes as $node) {    $node->compile($compiler);}
      }
    }
  }
]
n/a The "SonataDoctrineORMAdminBundle:CRUD:edit_orm_many_association_script.html.twig" template is deprecated. Use "@SonataAdmin/CRUD/Association/edit_many_script.html.twig" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#24787
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/sonata-project/core-bundle/src/Twig/Node/DeprecatedTemplateNode.php:36 {
        Sonata\Twig\Node\DeprecatedTemplateNode->compile(Compiler $compiler) …
        ›         $this->getNode('newTemplate')->getAttribute('value')    ), E_USER_DEPRECATED);}
      }
      /var/www/html/Markego/vendor/twig/twig/src/Node/Node.php:83 {foreach ($this->nodes as $node) {    $node->compile($compiler);}
      }
    }
  }
]
n/a The "SonataDoctrineORMAdminBundle:CRUD:show_orm_one_to_many.html.twig" template is deprecated. Use "@SonataAdmin/CRUD/Association/show_one_to_many.html.twig" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#24788
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/sonata-project/core-bundle/src/Twig/Node/DeprecatedTemplateNode.php:36 {
        Sonata\Twig\Node\DeprecatedTemplateNode->compile(Compiler $compiler) …
        ›         $this->getNode('newTemplate')->getAttribute('value')    ), E_USER_DEPRECATED);}
      }
      /var/www/html/Markego/vendor/twig/twig/src/Node/Node.php:83 {foreach ($this->nodes as $node) {    $node->compile($compiler);}
      }
    }
  }
]
n/a The "SonataDoctrineORMAdminBundle:CRUD:list_orm_one_to_one.html.twig" template is deprecated. Use "@SonataAdmin/CRUD/Association/list_one_to_one.html.twig" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#24789
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/sonata-project/core-bundle/src/Twig/Node/DeprecatedTemplateNode.php:36 {
        Sonata\Twig\Node\DeprecatedTemplateNode->compile(Compiler $compiler) …
        ›         $this->getNode('newTemplate')->getAttribute('value')    ), E_USER_DEPRECATED);}
      }
      /var/www/html/Markego/vendor/twig/twig/src/Node/Node.php:83 {foreach ($this->nodes as $node) {    $node->compile($compiler);}
      }
    }
  }
]
n/a The spaceless tag in "Omelo/Form/custom.html.twig" at line 18 is deprecated since Twig 2.7, use the spaceless filter instead.
n/a The spaceless tag in "Omelo/Form/custom.html.twig" at line 44 is deprecated since Twig 2.7, use the spaceless filter instead.
n/a The spaceless tag in "Omelo/widgets/show_choice.html.twig" at line 14 is deprecated since Twig 2.7, use the spaceless filter instead.
n/a The spaceless tag in "Omelo/widgets/display_datetime.html.twig" at line 12 is deprecated since Twig 2.7, use the spaceless filter instead.
n/a Using an "if" condition on "for" tag in "Omelo/widgets/base_acl_macro.html.twig" at line 32 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a The spaceless tag in "Omelo/widgets/display_time.html.twig" at line 12 is deprecated since Twig 2.7, use the spaceless filter instead.
n/a The spaceless tag in "Omelo/widgets/action_buttons.html.twig" at line 11 is deprecated since Twig 2.7, use the spaceless filter instead.
n/a The spaceless tag in "Omelo/widgets/base_list.html.twig" at line 86 is deprecated since Twig 2.7, use the spaceless filter instead.
n/a Using an "if" condition on "for" tag in "Omelo/widgets/base_list.html.twig" at line 255 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a The spaceless tag in "Omelo/widgets/display_boolean.html.twig" at line 12 is deprecated since Twig 2.7, use the spaceless filter instead.
n/a Using an "if" condition on "for" tag in "Omelo/widgets/base_edit_form_macro.html.twig" at line 4 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a Using an "if" condition on "for" tag in "Omelo/widgets/base_edit_form_macro.html.twig" at line 20 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a The spaceless tag in "Omelo/widgets/display_date.html.twig" at line 12 is deprecated since Twig 2.7, use the spaceless filter instead.
n/a The "transchoice" tag is deprecated since Symfony 4.2, use the "trans" one instead with a "%count%" parameter in Omelo/widgets/batch_confirmation.html.twig line 38.
n/a The spaceless tag in "Omelo/widgets/list_url.html.twig" at line 15 is deprecated since Twig 2.7, use the spaceless filter instead.
n/a The spaceless tag in "Omelo/widgets/list_boolean.html.twig" at line 19 is deprecated since Twig 2.7, use the spaceless filter instead.
n/a Nesting a block definition under a non-capturing node in "Omelo/widgets/list_boolean.html.twig" at line 18 is deprecated since Twig 2.5.0 and will become a syntax error in 3.0.
n/a The spaceless tag in "Omelo/widgets/list_choice.html.twig" at line 23 is deprecated since Twig 2.7, use the spaceless filter instead.
n/a The spaceless tag in "Omelo/widgets/list_choice.html.twig" at line 31 is deprecated since Twig 2.7, use the spaceless filter instead.
n/a Nesting a block definition under a non-capturing node in "Omelo/widgets/list_choice.html.twig" at line 22 is deprecated since Twig 2.5.0 and will become a syntax error in 3.0.
n/a The spaceless tag in "Omelo/widgets/base_list_field.html.twig" at line 23 is deprecated since Twig 2.7, use the spaceless filter instead.
n/a The "Omelo/widgets/list_orm_one_to_many.html.twig" template is deprecated. Use "@SonataAdmin/CRUD/Association/list_one_to_many.html.twig" instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#24811
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/Markego/vendor/sonata-project/core-bundle/src/Twig/Node/DeprecatedTemplateNode.php:36 {
        Sonata\Twig\Node\DeprecatedTemplateNode->compile(Compiler $compiler) …
        ›         $this->getNode('newTemplate')->getAttribute('value')    ), E_USER_DEPRECATED);}
      }
      /var/www/html/Markego/vendor/twig/twig/src/Node/Node.php:83 {foreach ($this->nodes as $node) {    $node->compile($compiler);}
      }
    }
  }
]
n/a Using an "if" condition on "for" tag in "Omelo/widgets/tree.html.twig" at line 21 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a The spaceless tag in "Omelo/widgets/base_show_field.html.twig" at line 15 is deprecated since Twig 2.7, use the spaceless filter instead.
n/a Using an "if" condition on "for" tag in "Omelo/widgets/Association/edit_one_to_many_inline_tabs.html.twig" at line 37 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a The spaceless tag in "Omelo/widgets/show_url.html.twig" at line 15 is deprecated since Twig 2.7, use the spaceless filter instead.
n/a Using an "if" condition on "for" tag in "admin/product/product.html.twig" at line 126 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a Using an "if" condition on "for" tag in "admin/product/product.html.twig" at line 165 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a Using an "if" condition on "for" tag in "frontend/category.html.twig" at line 290 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).
n/a Using an "if" condition on "for" tag in "frontend/category.html.twig" at line 315 is deprecated since Twig 2.10.0, use a "filter" filter or an "if" condition inside the "for" body instead (if your condition depends on a variable updated inside the loop).

Debug 102

Unimportant log messages generated during the execution of the application.

Time Channel Message
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Http\HttplugBundle\Discovery\ConfiguredClientsStrategy::onEvent"
.
[
  "event" => "kernel.request"
  "listener" => "Http\HttplugBundle\Discovery\ConfiguredClientsStrategy::onEvent"
]
event Notified event
"kernel.request"
to listener
"Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent"
.
[
  "event" => "kernel.request"
  "listener" => "Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
event Notified event
"knp_pager.before"
to listener
"Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber::before"
.
[
  "event" => "knp_pager.before"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber::before"
]
event Notified event
"knp_pager.before"
to listener
"Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber::before"
.
[
  "event" => "knp_pager.before"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber::before"
]
event Notified event
"knp_pager.before"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber::before"
.
[
  "event" => "knp_pager.before"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber::before"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM\QueryBuilderSubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM\QueryBuilderSubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\MongoDB\QueryBuilderSubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\MongoDB\QueryBuilderSubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\PHPCR\QueryBuilderSubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\PHPCR\QueryBuilderSubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\DBALQueryBuilderSubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\DBALQueryBuilderSubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"FOS\ElasticaBundle\Subscriber\PaginateElasticaQuerySubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "FOS\ElasticaBundle\Subscriber\PaginateElasticaQuerySubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Sortable\Doctrine\ORM\QuerySubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Sortable\Doctrine\ORM\QuerySubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Sortable\Doctrine\ODM\MongoDB\QuerySubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Sortable\Doctrine\ODM\MongoDB\QuerySubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Sortable\ElasticaQuerySubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Sortable\ElasticaQuerySubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Sortable\PropelQuerySubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Sortable\PropelQuerySubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Sortable\SolariumQuerySubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Sortable\SolariumQuerySubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Sortable\ArraySubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Sortable\ArraySubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Filtration\Doctrine\ORM\QuerySubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Filtration\Doctrine\ORM\QuerySubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Filtration\PropelQuerySubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Filtration\PropelQuerySubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM\QuerySubscriber\UsesPaginator::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM\QuerySubscriber\UsesPaginator::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM\QuerySubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ORM\QuerySubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\MongoDB\QuerySubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\MongoDB\QuerySubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\PHPCR\QuerySubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\ODM\PHPCR\QuerySubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\CollectionSubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\Doctrine\CollectionSubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\PropelQuerySubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\PropelQuerySubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\SolariumQuerySubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\SolariumQuerySubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\ElasticaQuerySubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\ElasticaQuerySubscriber::items"
]
event Notified event
"knp_pager.items"
to listener
"Knp\Component\Pager\Event\Subscriber\Paginate\ArraySubscriber::items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\ArraySubscriber::items"
]
event Listener
"Knp\Component\Pager\Event\Subscriber\Paginate\ArraySubscriber::items"
stopped propagation of the event
"knp_pager.items"
.
[
  "event" => "knp_pager.items"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\ArraySubscriber::items"
]
event Notified event
"knp_pager.pagination"
to listener
"Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::pagination"
.
[
  "event" => "knp_pager.pagination"
  "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::pagination"
]
event Listener
"Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::pagination"
stopped propagation of the event
"knp_pager.pagination"
.
[
  "event" => "knp_pager.pagination"
  "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::pagination"
]
event Listener
"Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber::pagination"
was not called for event
"knp_pager.pagination"
.
[
  "event" => "knp_pager.pagination"
  "listener" => "Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber::pagination"
]
event Notified event
"kernel.view"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelView"
.
[
  "event" => "kernel.view"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelView"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\Security\Http\Firewall\ExceptionListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ExceptionListener::logKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::logKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener::onException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
stopped propagation of the event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ExceptionListener::onKernelException"
]
event Notified event
"kernel.response"
to listener
"Sonata\BlockBundle\Cache\HttpCacheHandler::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sonata\BlockBundle\Cache\HttpCacheHandler::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure"
]
event Notified event
"kernel.request"
to listener
"Http\HttplugBundle\Discovery\ConfiguredClientsStrategy::onEvent"
.
[
  "event" => "kernel.request"
  "listener" => "Http\HttplugBundle\Discovery\ConfiguredClientsStrategy::onEvent"
]
event Notified event
"kernel.request"
to listener
"Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent"
.
[
  "event" => "kernel.request"
  "listener" => "Http\HttplugBundle\Collector\PluginClientFactoryListener::onEvent"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\FrameworkBundle\EventListener\ResolveControllerNameSubscriber::resolveControllerName"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::configureLogoutUrlGenerator"
]
event Notified event
"kernel.request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelRequest"
]
event Notified event
"kernel.request"
to listener
"Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelController"
]
event Notified event
"kernel.controller"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::onKernelController"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener::onKernelControllerArguments"
]
event Notified event
"kernel.controller_arguments"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener::onKernelControllerArguments"
]
event Notified event
"kernel.response"
to listener
"Sonata\BlockBundle\Cache\HttpCacheHandler::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sonata\BlockBundle\Cache\HttpCacheHandler::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\DataCollector\RequestDataCollector::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onKernelResponse"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\StreamedResponseListener::onKernelResponse"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\SessionListener::onFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener::onKernelFinishRequest"
]
event Notified event
"kernel.finish_request"
to listener
"Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
.
[
  "event" => "kernel.finish_request"
  "listener" => "Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest"
]

PHP Notices 0

Log messages generated by PHP notices silenced with the @ operator.

There are no log messages of this level.

Container 2189

Log messages generated during the compilation of the service container.

Class Messages
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Twig\Extensions\ArrayExtension" (parent: .abstract.instanceof.Twig\Extensions\ArrayExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\ArrayExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Twig\Extensions\ArrayExtension).
  • Resolving inheritance for "Twig\Extensions\ArrayExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\ArrayExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Twig\Extensions\DateExtension" (parent: .abstract.instanceof.Twig\Extensions\DateExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\DateExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Twig\Extensions\DateExtension).
  • Resolving inheritance for "Twig\Extensions\DateExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\DateExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Twig\Extensions\IntlExtension" (parent: .abstract.instanceof.Twig\Extensions\IntlExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\IntlExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Twig\Extensions\IntlExtension).
  • Resolving inheritance for "Twig\Extensions\IntlExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\IntlExtension).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.Twig\Extensions\TextExtension" (parent: .abstract.instanceof.Twig\Extensions\TextExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\TextExtension" (parent: .instanceof.Twig_ExtensionInterface.0.Twig\Extensions\TextExtension).
  • Resolving inheritance for "Twig\Extensions\TextExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\TextExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CartProduct\CartProductAvailableDeliveriesCommand" (parent: .abstract.instanceof.App\Command\CartProduct\CartProductAvailableDeliveriesCommand).
  • Resolving inheritance for "App\Command\CartProduct\CartProductAvailableDeliveriesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CartProduct\CartProductAvailableDeliveriesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Company\CheckCompanyCommand" (parent: .abstract.instanceof.App\Command\Company\CheckCompanyCommand).
  • Resolving inheritance for "App\Command\Company\CheckCompanyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Company\CheckCompanyCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Company\FindCompanyAssocitationCommand" (parent: .abstract.instanceof.App\Command\Company\FindCompanyAssocitationCommand).
  • Resolving inheritance for "App\Command\Company\FindCompanyAssocitationCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Company\FindCompanyAssocitationCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EnvTestCommand" (parent: .abstract.instanceof.App\Command\EnvTestCommand).
  • Resolving inheritance for "App\Command\EnvTestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EnvTestCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Invoice\AutomaticPaymentCommand" (parent: .abstract.instanceof.App\Command\Invoice\AutomaticPaymentCommand).
  • Resolving inheritance for "App\Command\Invoice\AutomaticPaymentCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Invoice\AutomaticPaymentCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Invoice\CleanGeneratedInvoicesCommand" (parent: .abstract.instanceof.App\Command\Invoice\CleanGeneratedInvoicesCommand).
  • Resolving inheritance for "App\Command\Invoice\CleanGeneratedInvoicesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Invoice\CleanGeneratedInvoicesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Invoice\StripeFixAllTransfersCommand" (parent: .abstract.instanceof.App\Command\Invoice\StripeFixAllTransfersCommand).
  • Resolving inheritance for "App\Command\Invoice\StripeFixAllTransfersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Invoice\StripeFixAllTransfersCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailConfigTestCommand" (parent: .abstract.instanceof.App\Command\MailConfigTestCommand).
  • Resolving inheritance for "App\Command\MailConfigTestCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailConfigTestCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\CalculateMaturinFeesCommand" (parent: .abstract.instanceof.App\Command\Maintenance\CalculateMaturinFeesCommand).
  • Resolving inheritance for "App\Command\Maintenance\CalculateMaturinFeesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\CalculateMaturinFeesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\CreateReplenishmentMaintenanceCommand" (parent: .abstract.instanceof.App\Command\Maintenance\CreateReplenishmentMaintenanceCommand).
  • Resolving inheritance for "App\Command\Maintenance\CreateReplenishmentMaintenanceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\CreateReplenishmentMaintenanceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\Every5minMaintenanceCommand" (parent: .abstract.instanceof.App\Command\Maintenance\Every5minMaintenanceCommand).
  • Resolving inheritance for "App\Command\Maintenance\Every5minMaintenanceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\Every5minMaintenanceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\EveryHourMaintenanceCommand" (parent: .abstract.instanceof.App\Command\Maintenance\EveryHourMaintenanceCommand).
  • Resolving inheritance for "App\Command\Maintenance\EveryHourMaintenanceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\EveryHourMaintenanceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\ExportGoogleAdsFeeds" (parent: .abstract.instanceof.App\Command\Maintenance\ExportGoogleAdsFeeds).
  • Resolving inheritance for "App\Command\Maintenance\ExportGoogleAdsFeeds" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\ExportGoogleAdsFeeds).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\ExportImagesCommand" (parent: .abstract.instanceof.App\Command\Maintenance\ExportImagesCommand).
  • Resolving inheritance for "App\Command\Maintenance\ExportImagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\ExportImagesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\GenerateInvoicesCommand" (parent: .abstract.instanceof.App\Command\Maintenance\GenerateInvoicesCommand).
  • Resolving inheritance for "App\Command\Maintenance\GenerateInvoicesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\GenerateInvoicesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\ImportOntarioCitiesCommand" (parent: .abstract.instanceof.App\Command\Maintenance\ImportOntarioCitiesCommand).
  • Resolving inheritance for "App\Command\Maintenance\ImportOntarioCitiesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\ImportOntarioCitiesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\ListsClientsCommand" (parent: .abstract.instanceof.App\Command\Maintenance\ListsClientsCommand).
  • Resolving inheritance for "App\Command\Maintenance\ListsClientsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\ListsClientsCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\Preorder7daysMaintenanceCommand" (parent: .abstract.instanceof.App\Command\Maintenance\Preorder7daysMaintenanceCommand).
  • Resolving inheritance for "App\Command\Maintenance\Preorder7daysMaintenanceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\Preorder7daysMaintenanceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\Preorder14daysMaintenanceCommand" (parent: .abstract.instanceof.App\Command\Maintenance\Preorder14daysMaintenanceCommand).
  • Resolving inheritance for "App\Command\Maintenance\Preorder14daysMaintenanceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\Preorder14daysMaintenanceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\ProcessEdiMessagesCommand" (parent: .abstract.instanceof.App\Command\Maintenance\ProcessEdiMessagesCommand).
  • Resolving inheritance for "App\Command\Maintenance\ProcessEdiMessagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\ProcessEdiMessagesCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\ProcessOnHoldOrdersMaintenanceCommand" (parent: .abstract.instanceof.App\Command\Maintenance\ProcessOnHoldOrdersMaintenanceCommand).
  • Resolving inheritance for "App\Command\Maintenance\ProcessOnHoldOrdersMaintenanceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\ProcessOnHoldOrdersMaintenanceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SendCouponToInactifUsers" (parent: .abstract.instanceof.App\Command\Maintenance\SendCouponToInactifUsers).
  • Resolving inheritance for "App\Command\Maintenance\SendCouponToInactifUsers" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SendCouponToInactifUsers).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SendCouponToUsersWithZeroCarts" (parent: .abstract.instanceof.App\Command\Maintenance\SendCouponToUsersWithZeroCarts).
  • Resolving inheritance for "App\Command\Maintenance\SendCouponToUsersWithZeroCarts" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SendCouponToUsersWithZeroCarts).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SendCreditCardExpired" (parent: .abstract.instanceof.App\Command\Maintenance\SendCreditCardExpired).
  • Resolving inheritance for "App\Command\Maintenance\SendCreditCardExpired" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SendCreditCardExpired).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SendEmailToNotEnabledAccount" (parent: .abstract.instanceof.App\Command\Maintenance\SendEmailToNotEnabledAccount).
  • Resolving inheritance for "App\Command\Maintenance\SendEmailToNotEnabledAccount" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SendEmailToNotEnabledAccount).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SendLowInQuantityMaintenanceCommand" (parent: .abstract.instanceof.App\Command\Maintenance\SendLowInQuantityMaintenanceCommand).
  • Resolving inheritance for "App\Command\Maintenance\SendLowInQuantityMaintenanceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SendLowInQuantityMaintenanceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SendReminderOldCartsMaintenanceCommand" (parent: .abstract.instanceof.App\Command\Maintenance\SendReminderOldCartsMaintenanceCommand).
  • Resolving inheritance for "App\Command\Maintenance\SendReminderOldCartsMaintenanceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SendReminderOldCartsMaintenanceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SendSoldEmailMaintenanceCommand" (parent: .abstract.instanceof.App\Command\Maintenance\SendSoldEmailMaintenanceCommand).
  • Resolving inheritance for "App\Command\Maintenance\SendSoldEmailMaintenanceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SendSoldEmailMaintenanceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SendVerificationStripeAccountNeeded" (parent: .abstract.instanceof.App\Command\Maintenance\SendVerificationStripeAccountNeeded).
  • Resolving inheritance for "App\Command\Maintenance\SendVerificationStripeAccountNeeded" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SendVerificationStripeAccountNeeded).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SubscriptionRenewalCommand" (parent: .abstract.instanceof.App\Command\Maintenance\SubscriptionRenewalCommand).
  • Resolving inheritance for "App\Command\Maintenance\SubscriptionRenewalCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SubscriptionRenewalCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SyncBackOrdersMaintenanceCommand" (parent: .abstract.instanceof.App\Command\Maintenance\SyncBackOrdersMaintenanceCommand).
  • Resolving inheritance for "App\Command\Maintenance\SyncBackOrdersMaintenanceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SyncBackOrdersMaintenanceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\UpdateFeeWarehousePackingPerUnitCommand" (parent: .abstract.instanceof.App\Command\Maintenance\UpdateFeeWarehousePackingPerUnitCommand).
  • Resolving inheritance for "App\Command\Maintenance\UpdateFeeWarehousePackingPerUnitCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\UpdateFeeWarehousePackingPerUnitCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\UpdateInventoryOfCompaniesMaintenanceCommand" (parent: .abstract.instanceof.App\Command\Maintenance\UpdateInventoryOfCompaniesMaintenanceCommand).
  • Resolving inheritance for "App\Command\Maintenance\UpdateInventoryOfCompaniesMaintenanceCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\UpdateInventoryOfCompaniesMaintenanceCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\exportClientCapitalCommand" (parent: .abstract.instanceof.App\Command\Maintenance\exportClientCapitalCommand).
  • Resolving inheritance for "App\Command\Maintenance\exportClientCapitalCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\exportClientCapitalCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Order\OrderCheckIsShippedCommand" (parent: .abstract.instanceof.App\Command\Order\OrderCheckIsShippedCommand).
  • Resolving inheritance for "App\Command\Order\OrderCheckIsShippedCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Order\OrderCheckIsShippedCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Order\OrdersNotShippedCountCommand" (parent: .abstract.instanceof.App\Command\Order\OrdersNotShippedCountCommand).
  • Resolving inheritance for "App\Command\Order\OrdersNotShippedCountCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Order\OrdersNotShippedCountCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Order\UnInvoicedMaturinOrderTotalAmountCommand" (parent: .abstract.instanceof.App\Command\Order\UnInvoicedMaturinOrderTotalAmountCommand).
  • Resolving inheritance for "App\Command\Order\UnInvoicedMaturinOrderTotalAmountCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Order\UnInvoicedMaturinOrderTotalAmountCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Order\UpdateIsShippedOfCustomOrdersCommand" (parent: .abstract.instanceof.App\Command\Order\UpdateIsShippedOfCustomOrdersCommand).
  • Resolving inheritance for "App\Command\Order\UpdateIsShippedOfCustomOrdersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Order\UpdateIsShippedOfCustomOrdersCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Product\CheckProductCommand" (parent: .abstract.instanceof.App\Command\Product\CheckProductCommand).
  • Resolving inheritance for "App\Command\Product\CheckProductCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Product\CheckProductCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedEmptyDatabaseCommand" (parent: .abstract.instanceof.App\Command\SeedEmptyDatabaseCommand).
  • Resolving inheritance for "App\Command\SeedEmptyDatabaseCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedEmptyDatabaseCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Solexis\CheckSolexisOrderCommand" (parent: .abstract.instanceof.App\Command\Solexis\CheckSolexisOrderCommand).
  • Resolving inheritance for "App\Command\Solexis\CheckSolexisOrderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Solexis\CheckSolexisOrderCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Solexis\OldSolexisApiCommand" (parent: .abstract.instanceof.App\Command\Solexis\OldSolexisApiCommand).
  • Resolving inheritance for "App\Command\Solexis\OldSolexisApiCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Solexis\OldSolexisApiCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Solexis\OldSolexisFindOrderCommand" (parent: .abstract.instanceof.App\Command\Solexis\OldSolexisFindOrderCommand).
  • Resolving inheritance for "App\Command\Solexis\OldSolexisFindOrderCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Solexis\OldSolexisFindOrderCommand).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WaitDatabaseCommand" (parent: .abstract.instanceof.App\Command\WaitDatabaseCommand).
  • Resolving inheritance for "App\Command\WaitDatabaseCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WaitDatabaseCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\APIController" (parent: .abstract.instanceof.App\Controller\APIController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\APIController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\APIController).
  • Resolving inheritance for "App\Controller\APIController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\APIController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminController" (parent: .abstract.instanceof.App\Controller\AdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminController).
  • Resolving inheritance for "App\Controller\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BadgeController" (parent: .abstract.instanceof.App\Controller\BadgeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BadgeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BadgeController).
  • Resolving inheritance for "App\Controller\BadgeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BadgeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlueCartController" (parent: .abstract.instanceof.App\Controller\BlueCartController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlueCartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlueCartController).
  • Resolving inheritance for "App\Controller\BlueCartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlueCartController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CarrierPostController" (parent: .abstract.instanceof.App\Controller\CarrierPostController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CarrierPostController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CarrierPostController).
  • Resolving inheritance for "App\Controller\CarrierPostController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CarrierPostController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CartController" (parent: .abstract.instanceof.App\Controller\CartController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CartController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CartController).
  • Resolving inheritance for "App\Controller\CartController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CartController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanyAssociationController" (parent: .abstract.instanceof.App\Controller\CompanyAssociationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanyAssociationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanyAssociationController).
  • Resolving inheritance for "App\Controller\CompanyAssociationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanyAssociationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanyController" (parent: .abstract.instanceof.App\Controller\CompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanyController).
  • Resolving inheritance for "App\Controller\CompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactController" (parent: .abstract.instanceof.App\Controller\ContactController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactController).
  • Resolving inheritance for "App\Controller\ContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CorporativeController" (parent: .abstract.instanceof.App\Controller\CorporativeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CorporativeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CorporativeController).
  • Resolving inheritance for "App\Controller\CorporativeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CorporativeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DistributorAPIController" (parent: .abstract.instanceof.App\Controller\DistributorAPIController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DistributorAPIController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DistributorAPIController).
  • Resolving inheritance for "App\Controller\DistributorAPIController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DistributorAPIController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontEndController" (parent: .abstract.instanceof.App\Controller\FrontEndController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontEndController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontEndController).
  • Resolving inheritance for "App\Controller\FrontEndController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontEndController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImageController" (parent: .abstract.instanceof.App\Controller\ImageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImageController).
  • Resolving inheritance for "App\Controller\ImageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoicingController" (parent: .abstract.instanceof.App\Controller\InvoicingController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoicingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoicingController).
  • Resolving inheritance for "App\Controller\InvoicingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoicingController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MaintenanceController" (parent: .abstract.instanceof.App\Controller\MaintenanceController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MaintenanceController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MaintenanceController).
  • Resolving inheritance for "App\Controller\MaintenanceController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MaintenanceController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MessageController" (parent: .abstract.instanceof.App\Controller\MessageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MessageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MessageController).
  • Resolving inheritance for "App\Controller\MessageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MessageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NotificationController" (parent: .abstract.instanceof.App\Controller\NotificationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NotificationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NotificationController).
  • Resolving inheritance for "App\Controller\NotificationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NotificationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OmeloController" (parent: .abstract.instanceof.App\Controller\OmeloController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OmeloController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OmeloController).
  • Resolving inheritance for "App\Controller\OmeloController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OmeloController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductController" (parent: .abstract.instanceof.App\Controller\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductController).
  • Resolving inheritance for "App\Controller\ProductController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductDiscountController" (parent: .abstract.instanceof.App\Controller\ProductDiscountController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductDiscountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductDiscountController).
  • Resolving inheritance for "App\Controller\ProductDiscountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductDiscountController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RapportCompanyController" (parent: .abstract.instanceof.App\Controller\RapportCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RapportCompanyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RapportCompanyController).
  • Resolving inheritance for "App\Controller\RapportCompanyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RapportCompanyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RecipeController" (parent: .abstract.instanceof.App\Controller\RecipeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RecipeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RecipeController).
  • Resolving inheritance for "App\Controller\RecipeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RecipeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RecruiterController" (parent: .abstract.instanceof.App\Controller\RecruiterController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RecruiterController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RecruiterController).
  • Resolving inheritance for "App\Controller\RecruiterController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RecruiterController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RecurringOrderController" (parent: .abstract.instanceof.App\Controller\RecurringOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RecurringOrderController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RecurringOrderController).
  • Resolving inheritance for "App\Controller\RecurringOrderController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RecurringOrderController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\RegistrationController" (parent: .abstract.instanceof.App\Controller\RegistrationController).
  • Resolving inheritance for "App\Controller\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\RegistrationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController" (parent: .abstract.instanceof.App\Controller\SearchController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController).
  • Resolving inheritance for "App\Controller\SearchController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SolidarityStoreController" (parent: .abstract.instanceof.App\Controller\SolidarityStoreController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SolidarityStoreController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SolidarityStoreController).
  • Resolving inheritance for "App\Controller\SolidarityStoreController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SolidarityStoreController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubscriptionController" (parent: .abstract.instanceof.App\Controller\SubscriptionController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubscriptionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubscriptionController).
  • Resolving inheritance for "App\Controller\SubscriptionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubscriptionController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdminController" (parent: .abstract.instanceof.App\Controller\SuperAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdminController).
  • Resolving inheritance for "App\Controller\SuperAdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdminController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController" (parent: .abstract.instanceof.App\Controller\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController).
  • Resolving inheritance for "App\Controller\UserController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserLocaleSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\UserLocaleSubscriber).
  • Resolving inheritance for "App\EventSubscriber\UserLocaleSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserLocaleSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BadgeType" (parent: .abstract.instanceof.App\Form\BadgeType).
  • Resolving inheritance for "App\Form\BadgeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BadgeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CartCheckoutType" (parent: .abstract.instanceof.App\Form\CartCheckoutType).
  • Resolving inheritance for "App\Form\CartCheckoutType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CartCheckoutType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CartProductInvoicingType" (parent: .abstract.instanceof.App\Form\CartProductInvoicingType).
  • Resolving inheritance for "App\Form\CartProductInvoicingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CartProductInvoicingType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CartProductType" (parent: .abstract.instanceof.App\Form\CartProductType).
  • Resolving inheritance for "App\Form\CartProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CartProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CartType" (parent: .abstract.instanceof.App\Form\CartType).
  • Resolving inheritance for "App\Form\CartType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CartType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryType" (parent: .abstract.instanceof.App\Form\CategoryType).
  • Resolving inheritance for "App\Form\CategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyDefaultShippingType" (parent: .abstract.instanceof.App\Form\CompanyDefaultShippingType).
  • Resolving inheritance for "App\Form\CompanyDefaultShippingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyDefaultShippingType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyDepositType" (parent: .abstract.instanceof.App\Form\CompanyDepositType).
  • Resolving inheritance for "App\Form\CompanyDepositType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyDepositType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyLocationType" (parent: .abstract.instanceof.App\Form\CompanyLocationType).
  • Resolving inheritance for "App\Form\CompanyLocationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyLocationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyPaymentType" (parent: .abstract.instanceof.App\Form\CompanyPaymentType).
  • Resolving inheritance for "App\Form\CompanyPaymentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyPaymentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanySubscriptionType" (parent: .abstract.instanceof.App\Form\CompanySubscriptionType).
  • Resolving inheritance for "App\Form\CompanySubscriptionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanySubscriptionType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyType" (parent: .abstract.instanceof.App\Form\CompanyType).
  • Resolving inheritance for "App\Form\CompanyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomOrderType" (parent: .abstract.instanceof.App\Form\CustomOrderType).
  • Resolving inheritance for "App\Form\CustomOrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomOrderType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeliveryMethodType" (parent: .abstract.instanceof.App\Form\DeliveryMethodType).
  • Resolving inheritance for "App\Form\DeliveryMethodType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeliveryMethodType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceServiceItemType" (parent: .abstract.instanceof.App\Form\InvoiceServiceItemType).
  • Resolving inheritance for "App\Form\InvoiceServiceItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceServiceItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceType" (parent: .abstract.instanceof.App\Form\InvoiceType).
  • Resolving inheritance for "App\Form\InvoiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MaturinOrderType" (parent: .abstract.instanceof.App\Form\MaturinOrderType).
  • Resolving inheritance for "App\Form\MaturinOrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MaturinOrderType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MessageType" (parent: .abstract.instanceof.App\Form\MessageType).
  • Resolving inheritance for "App\Form\MessageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MessageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NewsLetterSubscribeType" (parent: .abstract.instanceof.App\Form\NewsLetterSubscribeType).
  • Resolving inheritance for "App\Form\NewsLetterSubscribeType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NewsLetterSubscribeType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PricingDiscountType" (parent: .abstract.instanceof.App\Form\PricingDiscountType).
  • Resolving inheritance for "App\Form\PricingDiscountType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PricingDiscountType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PricingType" (parent: .abstract.instanceof.App\Form\PricingType).
  • Resolving inheritance for "App\Form\PricingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PricingType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductDealType" (parent: .abstract.instanceof.App\Form\ProductDealType).
  • Resolving inheritance for "App\Form\ProductDealType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductDealType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductFormatType" (parent: .abstract.instanceof.App\Form\ProductFormatType).
  • Resolving inheritance for "App\Form\ProductFormatType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductFormatType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductInBoxType" (parent: .abstract.instanceof.App\Form\ProductInBoxType).
  • Resolving inheritance for "App\Form\ProductInBoxType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductInBoxType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductReplenishmentItemType" (parent: .abstract.instanceof.App\Form\ProductReplenishmentItemType).
  • Resolving inheritance for "App\Form\ProductReplenishmentItemType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductReplenishmentItemType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductReplenishmentType" (parent: .abstract.instanceof.App\Form\ProductReplenishmentType).
  • Resolving inheritance for "App\Form\ProductReplenishmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductReplenishmentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType" (parent: .abstract.instanceof.App\Form\ProductType).
  • Resolving inheritance for "App\Form\ProductType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecurringOrderType" (parent: .abstract.instanceof.App\Form\RecurringOrderType).
  • Resolving inheritance for "App\Form\RecurringOrderType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecurringOrderType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationType" (parent: .abstract.instanceof.App\Form\RegistrationType).
  • Resolving inheritance for "App\Form\RegistrationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StorageType" (parent: .abstract.instanceof.App\Form\StorageType).
  • Resolving inheritance for "App\Form\StorageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StorageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\EditorType" (parent: .abstract.instanceof.App\Form\Type\EditorType).
  • Resolving inheritance for "App\Form\Type\EditorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\EditorType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ImageType" (parent: .abstract.instanceof.App\Form\Type\ImageType).
  • Resolving inheritance for "App\Form\Type\ImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ImageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ImagesType" (parent: .abstract.instanceof.App\Form\Type\ImagesType).
  • Resolving inheritance for "App\Form\Type\ImagesType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ImagesType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PhoneType" (parent: .abstract.instanceof.App\Form\Type\PhoneType).
  • Resolving inheritance for "App\Form\Type\PhoneType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PhoneType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserLocationType" (parent: .abstract.instanceof.App\Form\UserLocationType).
  • Resolving inheritance for "App\Form\UserLocationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserLocationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserShippingLocationType" (parent: .abstract.instanceof.App\Form\UserShippingLocationType).
  • Resolving inheritance for "App\Form\UserShippingLocationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserShippingLocationType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserSurveyType" (parent: .abstract.instanceof.App\Form\UserSurveyType).
  • Resolving inheritance for "App\Form\UserSurveyType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserSurveyType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType" (parent: .abstract.instanceof.App\Form\UserType).
  • Resolving inheritance for "App\Form\UserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BadgeRepository" (parent: .abstract.instanceof.App\Repository\BadgeRepository).
  • Resolving inheritance for "App\Repository\BadgeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BadgeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BioCertificationRepository" (parent: .abstract.instanceof.App\Repository\BioCertificationRepository).
  • Resolving inheritance for "App\Repository\BioCertificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BioCertificationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarrierPostRepository" (parent: .abstract.instanceof.App\Repository\CarrierPostRepository).
  • Resolving inheritance for "App\Repository\CarrierPostRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarrierPostRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartAdjustmentsRepository" (parent: .abstract.instanceof.App\Repository\CartAdjustmentsRepository).
  • Resolving inheritance for "App\Repository\CartAdjustmentsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartAdjustmentsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartCouponRepository" (parent: .abstract.instanceof.App\Repository\CartCouponRepository).
  • Resolving inheritance for "App\Repository\CartCouponRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartCouponRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartProductRepository" (parent: .abstract.instanceof.App\Repository\CartProductRepository).
  • Resolving inheritance for "App\Repository\CartProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartProductRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRepository" (parent: .abstract.instanceof.App\Repository\CartRepository).
  • Resolving inheritance for "App\Repository\CartRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository" (parent: .abstract.instanceof.App\Repository\CategoryRepository).
  • Resolving inheritance for "App\Repository\CategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CertificationRepository" (parent: .abstract.instanceof.App\Repository\CertificationRepository).
  • Resolving inheritance for "App\Repository\CertificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CertificationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CityRepository" (parent: .abstract.instanceof.App\Repository\CityRepository).
  • Resolving inheritance for "App\Repository\CityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CityRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CmsHomePageRepository" (parent: .abstract.instanceof.App\Repository\CmsHomePageRepository).
  • Resolving inheritance for "App\Repository\CmsHomePageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CmsHomePageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyAssociationRepository" (parent: .abstract.instanceof.App\Repository\CompanyAssociationRepository).
  • Resolving inheritance for "App\Repository\CompanyAssociationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyAssociationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyDefaultShippingRepository" (parent: .abstract.instanceof.App\Repository\CompanyDefaultShippingRepository).
  • Resolving inheritance for "App\Repository\CompanyDefaultShippingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyDefaultShippingRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyDepositRepository" (parent: .abstract.instanceof.App\Repository\CompanyDepositRepository).
  • Resolving inheritance for "App\Repository\CompanyDepositRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyDepositRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyLocationRepository" (parent: .abstract.instanceof.App\Repository\CompanyLocationRepository).
  • Resolving inheritance for "App\Repository\CompanyLocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyLocationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyPaymentRepository" (parent: .abstract.instanceof.App\Repository\CompanyPaymentRepository).
  • Resolving inheritance for "App\Repository\CompanyPaymentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyPaymentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyPromoCodeRepository" (parent: .abstract.instanceof.App\Repository\CompanyPromoCodeRepository).
  • Resolving inheritance for "App\Repository\CompanyPromoCodeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyPromoCodeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository" (parent: .abstract.instanceof.App\Repository\CompanyRepository).
  • Resolving inheritance for "App\Repository\CompanyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanySubscriptionRepository" (parent: .abstract.instanceof.App\Repository\CompanySubscriptionRepository).
  • Resolving inheritance for "App\Repository\CompanySubscriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanySubscriptionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyVariableRepository" (parent: .abstract.instanceof.App\Repository\CompanyVariableRepository).
  • Resolving inheritance for "App\Repository\CompanyVariableRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyVariableRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConservationRepository" (parent: .abstract.instanceof.App\Repository\ConservationRepository).
  • Resolving inheritance for "App\Repository\ConservationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConservationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CorporativeRepository" (parent: .abstract.instanceof.App\Repository\CorporativeRepository).
  • Resolving inheritance for "App\Repository\CorporativeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CorporativeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomOrderRepository" (parent: .abstract.instanceof.App\Repository\CustomOrderRepository).
  • Resolving inheritance for "App\Repository\CustomOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomOrderRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryLocationRepository" (parent: .abstract.instanceof.App\Repository\DeliveryLocationRepository).
  • Resolving inheritance for "App\Repository\DeliveryLocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryLocationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryMethodRepository" (parent: .abstract.instanceof.App\Repository\DeliveryMethodRepository).
  • Resolving inheritance for "App\Repository\DeliveryMethodRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryMethodRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryRouteRepository" (parent: .abstract.instanceof.App\Repository\DeliveryRouteRepository).
  • Resolving inheritance for "App\Repository\DeliveryRouteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryRouteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryTrackingRepository" (parent: .abstract.instanceof.App\Repository\DeliveryTrackingRepository).
  • Resolving inheritance for "App\Repository\DeliveryTrackingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryTrackingRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DietRepository" (parent: .abstract.instanceof.App\Repository\DietRepository).
  • Resolving inheritance for "App\Repository\DietRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DietRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistributorLogRepository" (parent: .abstract.instanceof.App\Repository\DistributorLogRepository).
  • Resolving inheritance for "App\Repository\DistributorLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistributorLogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailSentRepository" (parent: .abstract.instanceof.App\Repository\EmailSentRepository).
  • Resolving inheritance for "App\Repository\EmailSentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailSentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinancialLogRepository" (parent: .abstract.instanceof.App\Repository\FinancialLogRepository).
  • Resolving inheritance for "App\Repository\FinancialLogRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinancialLogRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinancialTaxRepository" (parent: .abstract.instanceof.App\Repository\FinancialTaxRepository).
  • Resolving inheritance for "App\Repository\FinancialTaxRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinancialTaxRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageRepository" (parent: .abstract.instanceof.App\Repository\ImageRepository).
  • Resolving inheritance for "App\Repository\ImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IngredientRepository" (parent: .abstract.instanceof.App\Repository\IngredientRepository).
  • Resolving inheritance for "App\Repository\IngredientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IngredientRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository" (parent: .abstract.instanceof.App\Repository\InvoiceRepository).
  • Resolving inheritance for "App\Repository\InvoiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceServiceItemRepository" (parent: .abstract.instanceof.App\Repository\InvoiceServiceItemRepository).
  • Resolving inheritance for "App\Repository\InvoiceServiceItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceServiceItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceServiceRepository" (parent: .abstract.instanceof.App\Repository\InvoiceServiceRepository).
  • Resolving inheritance for "App\Repository\InvoiceServiceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceServiceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageRepository" (parent: .abstract.instanceof.App\Repository\LanguageRepository).
  • Resolving inheritance for "App\Repository\LanguageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaturinOrderRepository" (parent: .abstract.instanceof.App\Repository\MaturinOrderRepository).
  • Resolving inheritance for "App\Repository\MaturinOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaturinOrderRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessageRepository" (parent: .abstract.instanceof.App\Repository\MessageRepository).
  • Resolving inheritance for "App\Repository\MessageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsLetterSubscriberRepository" (parent: .abstract.instanceof.App\Repository\NewsLetterSubscriberRepository).
  • Resolving inheritance for "App\Repository\NewsLetterSubscriberRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsLetterSubscriberRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository" (parent: .abstract.instanceof.App\Repository\NotificationRepository).
  • Resolving inheritance for "App\Repository\NotificationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OmeloPageRepository" (parent: .abstract.instanceof.App\Repository\OmeloPageRepository).
  • Resolving inheritance for "App\Repository\OmeloPageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OmeloPageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OmeloPostRepository" (parent: .abstract.instanceof.App\Repository\OmeloPostRepository).
  • Resolving inheritance for "App\Repository\OmeloPostRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OmeloPostRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PickupLocationsRepository" (parent: .abstract.instanceof.App\Repository\PickupLocationsRepository).
  • Resolving inheritance for "App\Repository\PickupLocationsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PickupLocationsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PricingRepository" (parent: .abstract.instanceof.App\Repository\PricingRepository).
  • Resolving inheritance for "App\Repository\PricingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PricingRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductAdjustmentRepository" (parent: .abstract.instanceof.App\Repository\ProductAdjustmentRepository).
  • Resolving inheritance for "App\Repository\ProductAdjustmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductAdjustmentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductDealRepository" (parent: .abstract.instanceof.App\Repository\ProductDealRepository).
  • Resolving inheritance for "App\Repository\ProductDealRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductDealRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductFormatRepository" (parent: .abstract.instanceof.App\Repository\ProductFormatRepository).
  • Resolving inheritance for "App\Repository\ProductFormatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductFormatRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductInBoxRepository" (parent: .abstract.instanceof.App\Repository\ProductInBoxRepository).
  • Resolving inheritance for "App\Repository\ProductInBoxRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductInBoxRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductReplacementScriptRepository" (parent: .abstract.instanceof.App\Repository\ProductReplacementScriptRepository).
  • Resolving inheritance for "App\Repository\ProductReplacementScriptRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductReplacementScriptRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductReplenishmentItemRepository" (parent: .abstract.instanceof.App\Repository\ProductReplenishmentItemRepository).
  • Resolving inheritance for "App\Repository\ProductReplenishmentItemRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductReplenishmentItemRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductReplenishmentRepository" (parent: .abstract.instanceof.App\Repository\ProductReplenishmentRepository).
  • Resolving inheritance for "App\Repository\ProductReplenishmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductReplenishmentRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository" (parent: .abstract.instanceof.App\Repository\ProductRepository).
  • Resolving inheritance for "App\Repository\ProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductSponsoredCategoryRepository" (parent: .abstract.instanceof.App\Repository\ProductSponsoredCategoryRepository).
  • Resolving inheritance for "App\Repository\ProductSponsoredCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductSponsoredCategoryRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductSponsoredRepository" (parent: .abstract.instanceof.App\Repository\ProductSponsoredRepository).
  • Resolving inheritance for "App\Repository\ProductSponsoredRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductSponsoredRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecipeRepository" (parent: .abstract.instanceof.App\Repository\RecipeRepository).
  • Resolving inheritance for "App\Repository\RecipeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecipeRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecurringOrderRepository" (parent: .abstract.instanceof.App\Repository\RecurringOrderRepository).
  • Resolving inheritance for "App\Repository\RecurringOrderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecurringOrderRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RegionRepository" (parent: .abstract.instanceof.App\Repository\RegionRepository).
  • Resolving inheritance for "App\Repository\RegionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RegionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StorageRepository" (parent: .abstract.instanceof.App\Repository\StorageRepository).
  • Resolving inheritance for "App\Repository\StorageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StorageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscriptionRepository" (parent: .abstract.instanceof.App\Repository\SubscriptionRepository).
  • Resolving inheritance for "App\Repository\SubscriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscriptionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuggestedGroupRepository" (parent: .abstract.instanceof.App\Repository\SuggestedGroupRepository).
  • Resolving inheritance for "App\Repository\SuggestedGroupRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuggestedGroupRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository" (parent: .abstract.instanceof.App\Repository\TagRepository).
  • Resolving inheritance for "App\Repository\TagRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestimonyRepository" (parent: .abstract.instanceof.App\Repository\TestimonyRepository).
  • Resolving inheritance for "App\Repository\TestimonyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestimonyRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserFavoriteRepository" (parent: .abstract.instanceof.App\Repository\UserFavoriteRepository).
  • Resolving inheritance for "App\Repository\UserFavoriteRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserFavoriteRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository" (parent: .abstract.instanceof.App\Repository\UserRepository).
  • Resolving inheritance for "App\Repository\UserRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserSearchRepository" (parent: .abstract.instanceof.App\Repository\UserSearchRepository).
  • Resolving inheritance for "App\Repository\UserSearchRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserSearchRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserShippingLocationRepository" (parent: .abstract.instanceof.App\Repository\UserShippingLocationRepository).
  • Resolving inheritance for "App\Repository\UserShippingLocationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserShippingLocationRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserSurveyRepository" (parent: .abstract.instanceof.App\Repository\UserSurveyRepository).
  • Resolving inheritance for "App\Repository\UserSurveyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserSurveyRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserVariablesRepository" (parent: .abstract.instanceof.App\Repository\UserVariablesRepository).
  • Resolving inheritance for "App\Repository\UserVariablesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserVariablesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserViewedProductRepository" (parent: .abstract.instanceof.App\Repository\UserViewedProductRepository).
  • Resolving inheritance for "App\Repository\UserViewedProductRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserViewedProductRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VariableRepository" (parent: .abstract.instanceof.App\Repository\VariableRepository).
  • Resolving inheritance for "App\Repository\VariableRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VariableRepository).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.registration" (parent: .abstract.instanceof.app.form.registration).
  • Resolving inheritance for "app.form.registration" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.registration).
  • Resolving inheritance for "cache.app" (parent: cache.adapter.filesystem).
  • Resolving inheritance for "cache.system" (parent: cache.adapter.system).
  • Resolving inheritance for "cache.validator" (parent: cache.system).
  • Resolving inheritance for "cache.serializer" (parent: cache.system).
  • Resolving inheritance for "cache.annotations" (parent: cache.system).
  • Resolving inheritance for "cache.property_info" (parent: cache.system).
  • Resolving inheritance for "cache.messenger.restart_workers_signal" (parent: cache.app).
  • Resolving inheritance for "cache.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "assets._version__default" (parent: assets.json_manifest_version_strategy).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
  • Resolving inheritance for "security.authentication.listener.form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.listener.simple_form" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.persistent" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.authentication.rememberme.services.simplehash" (parent: security.authentication.rememberme.services.abstract).
  • Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.success_handler.main" (parent: security.logout.success_handler).
  • Resolving inheritance for "security.authentication.provider.dao.main" (parent: security.authentication.provider.dao).
  • Resolving inheritance for "security.authentication.success_handler.main.form_login" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.main.form_login" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "security.authentication.listener.form.main" (parent: security.authentication.listener.form).
  • Resolving inheritance for "security.authentication.form_entry_point.main" (parent: security.authentication.form_entry_point).
  • Resolving inheritance for "hwi_oauth.resource_ownermap.main" (parent: hwi_oauth.abstract_resource_ownermap).
  • Resolving inheritance for "hwi_oauth.authentication.provider.oauth.main" (parent: hwi_oauth.authentication.provider.oauth).
  • Resolving inheritance for "security.authentication.success_handler.main.oauth" (parent: security.authentication.success_handler).
  • Resolving inheritance for "security.authentication.failure_handler.main.oauth" (parent: security.authentication.failure_handler).
  • Resolving inheritance for "hwi_oauth.authentication.listener.oauth" (parent: security.authentication.listener.abstract).
  • Resolving inheritance for "hwi_oauth.authentication.listener.oauth.main" (parent: hwi_oauth.authentication.listener.oauth).
  • Resolving inheritance for "hwi_oauth.authentication.entry_point.oauth.main" (parent: hwi_oauth.authentication.entry_point.oauth).
  • Resolving inheritance for "security.authentication.listener.anonymous.main" (parent: security.authentication.listener.anonymous).
  • Resolving inheritance for "security.authentication.provider.anonymous.main" (parent: security.authentication.provider.anonymous).
  • Resolving inheritance for "security.authentication.switchuser_listener.main" (parent: security.authentication.switchuser_listener).
  • Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
  • Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
  • Resolving inheritance for "doctrine.dbal.logger.profiling.default" (parent: doctrine.dbal.logger.profiling).
  • Resolving inheritance for "doctrine.dbal.logger.chain.default" (parent: doctrine.dbal.logger.chain).
  • Resolving inheritance for "doctrine.dbal.default_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
  • Resolving inheritance for "doctrine.dbal.default_connection" (parent: doctrine.dbal.connection).
  • Resolving inheritance for "doctrine.orm.default_configuration" (parent: doctrine.orm.configuration).
  • Resolving inheritance for "doctrine.orm.default_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
  • Resolving inheritance for "doctrine.orm.default_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
  • Resolving inheritance for "fos_elastica.client.default" (parent: fos_elastica.client_prototype).
  • Resolving inheritance for "fos_elastica.index.product" (parent: fos_elastica.index_prototype).
  • Resolving inheritance for "fos_elastica.index.product.valid" (parent: fos_elastica.type_prototype).
  • Resolving inheritance for "fos_elastica.elastica_to_model_transformer.product.valid" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
  • Resolving inheritance for "fos_elastica.model_to_elastica_transformer.product.valid" (parent: fos_elastica.model_to_elastica_identifier_transformer).
  • Resolving inheritance for "fos_elastica.object_persister.product.valid" (parent: fos_elastica.object_serializer_persister).
  • Resolving inheritance for "fos_elastica.pager_provider.product.valid" (parent: fos_elastica.pager_provider.prototype.orm).
  • Resolving inheritance for "fos_elastica.finder.product.valid" (parent: fos_elastica.finder).
  • Resolving inheritance for "fos_elastica.listener.product.valid" (parent: fos_elastica.listener.prototype.orm).
  • Resolving inheritance for "fos_elastica.index.product.valid.serializer.callback" (parent: fos_elastica.serializer_callback_prototype).
  • Resolving inheritance for "fos_elastica.index.tag" (parent: fos_elastica.index_prototype).
  • Resolving inheritance for "fos_elastica.index.tag.valid" (parent: fos_elastica.type_prototype).
  • Resolving inheritance for "fos_elastica.elastica_to_model_transformer.tag.valid" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
  • Resolving inheritance for "fos_elastica.model_to_elastica_transformer.tag.valid" (parent: fos_elastica.model_to_elastica_identifier_transformer).
  • Resolving inheritance for "fos_elastica.object_persister.tag.valid" (parent: fos_elastica.object_serializer_persister).
  • Resolving inheritance for "fos_elastica.pager_provider.tag.valid" (parent: fos_elastica.pager_provider.prototype.orm).
  • Resolving inheritance for "fos_elastica.finder.tag.valid" (parent: fos_elastica.finder).
  • Resolving inheritance for "fos_elastica.listener.tag.valid" (parent: fos_elastica.listener.prototype.orm).
  • Resolving inheritance for "fos_elastica.index.tag.valid.serializer.callback" (parent: fos_elastica.serializer_callback_prototype).
  • Resolving inheritance for "fos_elastica.index.ingredient" (parent: fos_elastica.index_prototype).
  • Resolving inheritance for "fos_elastica.index.ingredient.valid" (parent: fos_elastica.type_prototype).
  • Resolving inheritance for "fos_elastica.elastica_to_model_transformer.ingredient.valid" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
  • Resolving inheritance for "fos_elastica.model_to_elastica_transformer.ingredient.valid" (parent: fos_elastica.model_to_elastica_identifier_transformer).
  • Resolving inheritance for "fos_elastica.object_persister.ingredient.valid" (parent: fos_elastica.object_serializer_persister).
  • Resolving inheritance for "fos_elastica.pager_provider.ingredient.valid" (parent: fos_elastica.pager_provider.prototype.orm).
  • Resolving inheritance for "fos_elastica.finder.ingredient.valid" (parent: fos_elastica.finder).
  • Resolving inheritance for "fos_elastica.listener.ingredient.valid" (parent: fos_elastica.listener.prototype.orm).
  • Resolving inheritance for "fos_elastica.index.ingredient.valid.serializer.callback" (parent: fos_elastica.serializer_callback_prototype).
  • Resolving inheritance for "fos_elastica.index.company" (parent: fos_elastica.index_prototype).
  • Resolving inheritance for "fos_elastica.index.company.valid" (parent: fos_elastica.type_prototype).
  • Resolving inheritance for "fos_elastica.elastica_to_model_transformer.company.valid" (parent: fos_elastica.elastica_to_model_transformer.prototype.orm).
  • Resolving inheritance for "fos_elastica.model_to_elastica_transformer.company.valid" (parent: fos_elastica.model_to_elastica_identifier_transformer).
  • Resolving inheritance for "fos_elastica.object_persister.company.valid" (parent: fos_elastica.object_serializer_persister).
  • Resolving inheritance for "fos_elastica.pager_provider.company.valid" (parent: fos_elastica.pager_provider.prototype.orm).
  • Resolving inheritance for "fos_elastica.finder.company.valid" (parent: fos_elastica.finder).
  • Resolving inheritance for "fos_elastica.listener.company.valid" (parent: fos_elastica.listener.prototype.orm).
  • Resolving inheritance for "fos_elastica.index.company.valid.serializer.callback" (parent: fos_elastica.serializer_callback_prototype).
  • Resolving inheritance for "hwi_oauth.abstract_resource_owner.oauth2" (parent: hwi_oauth.abstract_resource_owner.generic).
  • Resolving inheritance for "hwi_oauth.abstract_resource_owner.oauth1" (parent: hwi_oauth.abstract_resource_owner.generic).
  • Resolving inheritance for "hwi_oauth.resource_owner.linkedin" (parent: hwi_oauth.abstract_resource_owner.oauth2).
  • Resolving inheritance for "hwi_oauth.resource_owner.google" (parent: hwi_oauth.abstract_resource_owner.oauth2).
  • Resolving inheritance for "hwi_oauth.resource_owner.facebook" (parent: hwi_oauth.abstract_resource_owner.oauth2).
  • Resolving inheritance for "hwi_oauth.user.provider.fosub_bridge" (parent: hwi_oauth.user.provider.fosub_bridge.def).
  • Resolving inheritance for "hwi_oauth.registration.form.handler.fosub_bridge" (parent: hwi_oauth.registration.form.handler.fosub_bridge.def).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.eventdispatcher" (parent: swiftmailer.transport.eventdispatcher.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default" (parent: swiftmailer.mailer.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.spool.memory" (parent: swiftmailer.spool.memory.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.transport.spool" (parent: swiftmailer.transport.spool.abstract).
  • Resolving inheritance for "swiftmailer.mailer.default.plugin.messagelogger" (parent: swiftmailer.plugin.messagelogger.abstract).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SpecShaper\EncryptBundle\Subscribers\EncryptEventSubscriber" (parent: .abstract.instanceof.SpecShaper\EncryptBundle\Subscribers\EncryptEventSubscriber).
  • Resolving inheritance for "SpecShaper\EncryptBundle\Subscribers\EncryptEventSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SpecShaper\EncryptBundle\Subscribers\EncryptEventSubscriber).
  • Resolving inheritance for ".instanceof.Twig_ExtensionInterface.0.SpecShaper\EncryptBundle\Twig\EncryptExtension" (parent: .abstract.instanceof.SpecShaper\EncryptBundle\Twig\EncryptExtension).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.SpecShaper\EncryptBundle\Twig\EncryptExtension" (parent: .instanceof.Twig_ExtensionInterface.0.SpecShaper\EncryptBundle\Twig\EncryptExtension).
  • Resolving inheritance for "SpecShaper\EncryptBundle\Twig\EncryptExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.SpecShaper\EncryptBundle\Twig\EncryptExtension).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.SpecShaper\EncryptBundle\Command\GenKeyCommand" (parent: .abstract.instanceof.SpecShaper\EncryptBundle\Command\GenKeyCommand).
  • Resolving inheritance for "SpecShaper\EncryptBundle\Command\GenKeyCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.SpecShaper\EncryptBundle\Command\GenKeyCommand).
  • Resolving inheritance for "maker.auto_command.make_auth" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_command" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_controller" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_crud" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_entity" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_fixtures" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_functional_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_registration_form" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_encoder" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_serializer_normalizer" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_subscriber" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_twig_extension" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_unit_test" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_validator" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_voter" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_user" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_migration" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_sonata_admin" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
  • Resolving inheritance for "monolog.logger.request" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.console" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.cache" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.templating" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.translation" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.profiler" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.php" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.event" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.router" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.elastica" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.snappy" (parent: monolog.logger_prototype).
548
Symfony\Component\DependencyInjection\Compiler\AutowirePass
  • Skipping service "SpecShaper\EncryptBundle\Encryptors\EncryptorService": Class or interface "SpecShaper\EncryptBundle\Encryptors\EncryptorService" cannot be loaded.
  • Skipping service "SpecShaper\EncryptBundle\Command\DecryptCommand": Class or interface "SpecShaper\EncryptBundle\Command\DecryptCommand" cannot be loaded.
2
Symfony\Component\HttpKernel\DependencyInjection\RemoveEmptyControllerArgumentLocatorsPass
  • Removing service-argument resolver for controller "App\Controller\CMSHomePageController::render": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\CMSHomePageController::renderWithExtraParams": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\CartOnHoldAdminController::render": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\CartOnHoldAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\CompanySubscriptionAdminController::render": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\CompanySubscriptionAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\ImageController::getImageAsCroppedThumbnail": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\ImageController::getImageAsThumbnail": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\ImageController::getImageResized": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\InvoiceAdminController::render": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\InvoiceAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\InvoiceLogisticAdminController::render": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\InvoiceLogisticAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\InvoiceServiceAdminController::render": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\InvoiceServiceAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\PreOrderAdminController::render": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\PreOrderAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\ProductAdjustmentAdminController::render": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\ProductAdjustmentAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\ProductAdminController::render": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\ProductAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\ProductController::viewSponsoredCategory": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\ProductReplacementScriptAdminController::render": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\ProductReplacementScriptAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\ProductReplenishmentAdminController::render": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\ProductReplenishmentAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\RecurringOrderController::recurringOrderEntry": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\StatisticsJitAdminController::render": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\StatisticsJitAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\SubscriptionAdminController::render": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\SubscriptionAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\VariableAdminController::render": no corresponding services exist for the referenced types.
  • Removing service-argument resolver for controller "App\Controller\VariableAdminController::renderWithExtraParams": no corresponding services exist for the referenced types.
33
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; reason: private alias.
  • Removed service "controller_name_converter"; reason: private alias.
  • Removed service "resolve_controller_name_subscriber"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ContainerBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface"; reason: private alias.
  • Removed service "Symfony\Component\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\HttpKernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\RequestStack"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\UrlHelper"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\KernelInterface"; reason: private alias.
  • Removed service "Symfony\Component\Filesystem\Filesystem"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Config\FileLocator"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; reason: private alias.
  • Removed service "Psr\SimpleCache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Component\Cache\Adapter\AdapterInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\CacheInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Cache\TagAwareCacheInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "Symfony\Contracts\Translation\TranslatorInterface"; reason: private alias.
  • Removed service "cache.default_redis_provider"; reason: private alias.
  • Removed service "cache.default_memcached_provider"; reason: private alias.
  • Removed service "cache.default_pdo_provider"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Storage\SessionStorageInterface"; reason: private alias.
  • Removed service "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.filesystem"; reason: private alias.
  • Removed service "session.storage"; reason: private alias.
  • Removed service "session.handler"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenGenerator\TokenGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\TokenStorage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Csrf\CsrfTokenManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\ResolvedFormTypeFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormRegistryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Form\FormFactoryInterface"; reason: private alias.
  • Removed service "form.property_accessor"; reason: private alias.
  • Removed service "form.choice_list_factory"; reason: private alias.
  • Removed service "Symfony\Component\Asset\Packages"; reason: private alias.
  • Removed service "debug.templating.engine.php"; reason: private alias.
  • Removed service "Symfony\Component\Validator\Validator\ValidatorInterface"; reason: private alias.
  • Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Reader\TranslationReaderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Extractor\ExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Translation\Writer\TranslationWriterInterface"; reason: private alias.
  • Removed service "translator.formatter"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Debug\FileLinkFormatter"; reason: private alias.
  • Removed service "Symfony\Component\Stopwatch\Stopwatch"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RouterInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Generator\UrlGeneratorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\Matcher\UrlMatcherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContextAwareInterface"; reason: private alias.
  • Removed service "Symfony\Component\Routing\RequestContext"; reason: private alias.
  • Removed service "annotation_reader"; reason: private alias.
  • Removed service "Doctrine\Common\Annotations\Reader"; reason: private alias.
  • Removed service "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
  • Removed service "serializer.property_accessor"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Normalizer\ObjectNormalizer"; reason: private alias.
  • Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
  • Removed service "error_renderer.serializer"; reason: private alias.
  • Removed service "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Security"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; reason: private alias.
  • Removed service "security.encoder_factory"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\EncoderFactoryInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\AuthenticationUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authorization\AccessDecisionManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Role\RoleHierarchyInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Firewall"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\HttpUtils"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "security.user.provider.concrete.fos_userbundle"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserProviderInterface"; reason: private alias.
  • Removed service "security.authentication.session_strategy.main"; reason: private alias.
  • Removed service "hwi_oauth.user.provider.entity.main"; reason: private alias.
  • Removed service "security.user_checker.main"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "sensio_framework_extra.converter.doctrine.orm.expression_language"; reason: private alias.
  • Removed service "sensio_framework_extra.security.expression_language"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Symfony\Bridge\Doctrine\RegistryInterface"; reason: private alias.
  • Removed service "Doctrine\Bundle\DoctrineBundle\Registry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ObjectManager"; reason: private alias.
  • Removed service "Doctrine\ORM\EntityManagerInterface"; reason: private alias.
  • Removed service "doctrine.orm.metadata.annotation_reader"; reason: private alias.
  • Removed service "doctrine.orm.default_metadata_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_result_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_query_cache"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "fos_js_routing.router"; reason: private alias.
  • Removed service "fos_user.doctrine_registry"; reason: private alias.
  • Removed service "FOS\UserBundle\Security\LoginManagerInterface"; reason: private alias.
  • Removed service "FOS\UserBundle\Util\TokenGeneratorInterface"; reason: private alias.
  • Removed service "FOS\UserBundle\Util\PasswordUpdaterInterface"; reason: private alias.
  • Removed service "FOS\UserBundle\Util\CanonicalFieldsUpdater"; reason: private alias.
  • Removed service "FOS\UserBundle\Model\UserManagerInterface"; reason: private alias.
  • Removed service "fos_user.util.email_canonicalizer"; reason: private alias.
  • Removed service "fos_user.util.username_canonicalizer"; reason: private alias.
  • Removed service "fos_user.util.token_generator"; reason: private alias.
  • Removed service "fos_user.session"; reason: private alias.
  • Removed service "FOS\ElasticaBundle\Configuration\ConfigManager"; reason: private alias.
  • Removed service "FOS\ElasticaBundle\Index\IndexManager"; reason: private alias.
  • Removed service "FOS\ElasticaBundle\Index\IndexTemplateManager"; reason: private alias.
  • Removed service "FOS\ElasticaBundle\Index\Resetter"; reason: private alias.
  • Removed service "FOS\ElasticaBundle\Index\TemplateResetter"; reason: private alias.
  • Removed service "fos_elastica.serializer"; reason: private alias.
  • Removed service "Elastica\Client"; reason: private alias.
  • Removed service "FOS\ElasticaBundle\Elastica\Client"; reason: private alias.
  • Removed service "FOS\ElasticaBundle\Manager\RepositoryManagerInterface"; reason: private alias.
  • Removed service "Http\Message\MessageFactory"; reason: private alias.
  • Removed service "Http\Message\RequestFactory"; reason: private alias.
  • Removed service "Http\Message\ResponseFactory"; reason: private alias.
  • Removed service "Http\Message\StreamFactory"; reason: private alias.
  • Removed service "Http\Message\UriFactory"; reason: private alias.
  • Removed service "Http\Client\HttpAsyncClient"; reason: private alias.
  • Removed service "Http\Client\HttpClient"; reason: private alias.
  • Removed service "httplug.client.default"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.transport"; reason: private alias.
  • Removed service "swiftmailer.mailer.default.spool"; reason: private alias.
  • Removed service "swiftmailer.spool"; reason: private alias.
  • Removed service "swiftmailer.transport.real"; reason: private alias.
  • Removed service "Swift_Spool"; reason: private alias.
  • Removed service "swiftmailer.plugin.messagelogger"; reason: private alias.
  • Removed service "swiftmailer.mailer"; reason: private alias.
  • Removed service "Swift_Mailer"; reason: private alias.
  • Removed service "Swift_Transport"; reason: private alias.
  • Removed service "sonata.doctrine.model.adapter.chain"; reason: private alias.
  • Removed service "sonata.block.context_manager"; reason: private alias.
  • Removed service "sonata.block.cache.handler"; reason: private alias.
  • Removed service "sonata.block.renderer"; reason: private alias.
  • Removed service "Knp\Menu\Provider\MenuProviderInterface"; reason: private alias.
  • Removed service "Knp\Menu\FactoryInterface"; reason: private alias.
  • Removed service "Knp\Menu\Matcher\MatcherInterface"; reason: private alias.
  • Removed service "Knp\Menu\Util\MenuManipulator"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Admin\Pool"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Route\AdminPoolLoader"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Admin\AdminHelper"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Filter\FilterFactory"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Filter\FilterFactoryInterface"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Admin\BreadcrumbsBuilder"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Admin\BreadcrumbsBuilderInterface"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Translator\BCLabelTranslatorStrategy"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Translator\NativeLabelTranslatorStrategy"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Translator\LabelTranslatorStrategyInterface"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Translator\NoopLabelTranslatorStrategy"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Translator\UnderscoreLabelTranslatorStrategy"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Translator\FormLabelTranslatorStrategy"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Model\AuditManager"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Model\AuditManagerInterface"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Search\SearchHandler"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Event\AdminEventExtension"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Twig\GlobalVariables"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Filter\Persister\SessionFilterPersister"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Filter\Persister\FilterPersisterInterface"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Templating\TemplateRegistry"; reason: private alias.
  • Removed service "Sonata\AdminBundle\Templating\MutableTemplateRegistryInterface"; reason: private alias.
  • Removed service "sonata.admin.security.handler"; reason: private alias.
  • Removed service "SpecShaper\EncryptBundle\Encryptors\EncryptorInterface"; reason: private alias.
  • Removed service "Knp\Component\Pager\PaginatorInterface"; reason: private alias.
  • Removed service "Knp\Snappy\Pdf"; reason: private alias.
  • Removed service "Knp\Snappy\Image"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; reason: private alias.
  • Removed service "Symfony\Component\Templating\EngineInterface"; reason: private alias.
  • Removed service "Symfony\Bundle\FrameworkBundle\Templating\EngineInterface"; reason: private alias.
  • Removed service "twig.loader"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $requestLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $consoleLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $cacheLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $templatingLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $translationLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $profilerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $phpLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $eventLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $routerLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $elasticaLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $snappyLogger"; reason: private alias.
  • Removed service "knp_menu.menu_provider"; reason: private alias.
  • Removed service "translator.data_collector.inner"; reason: private alias.
  • Removed service "controller_resolver"; reason: private alias.
  • Removed service "argument_resolver"; reason: private alias.
  • Removed service "twig.error_renderer.html.inner"; reason: private alias.
  • Removed service "security.access.decision_manager"; reason: private alias.
  • Removed service "httplug.auto_discovery.auto_discovered_client"; reason: private alias.
  • Removed service "httplug.factory.auto"; reason: private alias.
  • Removed service "httplug.factory.buzz"; reason: private alias.
  • Removed service "httplug.factory.curl"; reason: private alias.
  • Removed service "httplug.factory.guzzle5"; reason: private alias.
  • Removed service "httplug.factory.guzzle6"; reason: private alias.
  • Removed service "httplug.factory.react"; reason: private alias.
  • Removed service "httplug.factory.socket"; reason: private alias.
  • Removed service "httplug.client.app"; reason: private alias.
  • Removed service "argument_resolver.request_attribute"; reason: private alias.
  • Removed service "argument_resolver.request"; reason: private alias.
  • Removed service "argument_resolver.session"; reason: private alias.
  • Removed service "security.user_value_resolver"; reason: private alias.
  • Removed service "argument_resolver.service"; reason: private alias.
  • Removed service "argument_resolver.default"; reason: private alias.
  • Removed service "argument_resolver.variadic"; reason: private alias.
  • Removed service "argument_resolver.not_tagged_controller"; reason: private alias.
  • Removed service ".service_locator.IbOGz3o"; reason: private alias.
  • Removed service ".service_locator.NiAfvwb"; reason: private alias.
225
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "admin.product" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.product" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.productInStock" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.productInStock" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.company" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.company" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.company_location" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.company_location" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.company_deposit" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.company_deposit" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.company_default_shipping" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.company_default_shipping" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.message" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.message" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.region" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.region" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.category" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.category" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.conservation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.conservation" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.certification" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.certification" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.bio_certification" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.bio_certification" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.sys_notification" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.sys_notification" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.sys_location" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.sys_location" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.ui_page" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.ui_page" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.homepage" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.homepage" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.testimony" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.testimony" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.omelo_post" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.omelo_post" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.carrier_post" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.carrier_post" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.corpo" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.corpo" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.product_sponsored" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.product_sponsored" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.news_letter_subscriber" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.news_letter_subscriber" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.financial_log" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.financial_log" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.financial_tax" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.financial_tax" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.user" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.user" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.cart" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.cart" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.cart_paid" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.cart_paid" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.cart_on_hold" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.cart_on_hold" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.pre_order" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.pre_order" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.open_cart_with_product" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.open_cart_with_product" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.product_replenishment_item" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.product_replenishment_item" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.product_replenishment" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.product_replenishment" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.cart_product" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.cart_product" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.maturin_order" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.maturin_order" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.custom_order" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.custom_order" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.cart_coupon" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.cart_coupon" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.email_sent" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.email_sent" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.distributor_log" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.distributor_log" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.storage" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.storage" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.invoice_due" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.invoice_due" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.invoice_paid" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.invoice_paid" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.invoice_logistic_due" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.invoice_logistic_due" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.invoice_logistic_paid" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.invoice_logistic_paid" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.invoice" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.invoice" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.product_sponsored_category" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.product_sponsored_category" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.recurring_order" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.recurring_order" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.company_subscription" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.company_subscription" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.badge" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.badge" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.company_promo_code" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.company_promo_code" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.recipe" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.recipe" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.invoice_service" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.invoice_service" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.invoice_service_item" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.invoice_service_item" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.product_expired" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.product_expired" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.diet" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.diet" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.product_deal" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.product_deal" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.suggested_group" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.suggested_group" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.company_association" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.company_association" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.subscription" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.subscription" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.statisticsJit" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.statisticsJit" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.product_replacement_script" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.product_replacement_script" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.user_shipping_location" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.user_shipping_location" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.product_adjustment" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.product_adjustment" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.variable" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.variable" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.delivery_route" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.delivery_route" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.city" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.city" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.pickup_locations" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.pickup_locations" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.hriProduct" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.hriProduct" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "admin.userSurvey" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "admin.userSurvey" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "Twig\Extensions\DateExtension" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "App\Command\Maintenance\ExportGoogleAdsFeeds" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\MaintenanceController" previously pointing to "router.default" to "router".
  • Changed reference of service "App\Controller\RegistrationController" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "App\Controller\RegistrationController" previously pointing to "fos_user.registration.form.factory" to "hwi_oauth.registration.form.factory".
  • Changed reference of service "App\Controller\RegistrationController" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "App\Controller\UserController" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "App\Service\DistributorService" previously pointing to "router.default" to "router".
  • Changed reference of service "locale_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "http_kernel" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "services_resetter" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "services_resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fragment.renderer.inline" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.event_dispatcher_debug" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "console.command.router_debug" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.router_match" previously pointing to "router.default" to "router".
  • Changed reference of service "console.command.translation_debug" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.transformation_failure_handling" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.form.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type_extension.upload.validator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type_extension.csrf" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "templating.engine.php" previously pointing to "templating.loader.filesystem" to "templating.loader".
  • Changed reference of service "templating.helper.router" previously pointing to "router.default" to "router".
  • Changed reference of service "templating.helper.translator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "validator.builder" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "data_collector.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "router_listener" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\RedirectController" previously pointing to "router.default" to "router".
  • Changed reference of service "Symfony\Bundle\FrameworkBundle\Controller\TemplateController" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "web_profiler.controller.profiler" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.controller.router" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.file_link_formatter.url_format" previously pointing to "router.default" to "router".
  • Changed reference of service "web_profiler.debug_toolbar" previously pointing to "router.default" to "router".
  • Changed reference of service "twig.extension.trans" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "twig.extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "security.authentication.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.logout_url_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.http_utils" previously pointing to "router.default" to "router".
  • Changed reference of service "security.context_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_form" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.simple_preauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.x509" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.json" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.remote_user" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.listener.rememberme" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.guard" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.context_listener.0" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.provider.dao.main" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
  • Changed reference of service "security.authentication.listener.form.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "hwi_oauth.authentication.provider.oauth.main" previously pointing to "app.fos_user.oauth_provider" to "hwi_oauth.account.connector".
  • Changed reference of service "hwi_oauth.authentication.provider.oauth.main" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
  • Changed reference of service "hwi_oauth.authentication.listener.oauth.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
  • Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.event_registry" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "maker.maker.make_registration_form" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_js_routing.extractor" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_js_routing.router_debug_exposed_command" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_user.security.interactive_login_listener" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.security.login_manager" previously pointing to "security.user_checker" to "hwi_oauth.user_checker".
  • Changed reference of service "fos_user.user_provider.username" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.user_provider.username_email" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.util.user_manipulator" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.util.user_manipulator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_user.mailer.twig_swift" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_user.listener.flash" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "fos_user.user_to_username_transformer" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.profile.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_user.profile.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.registration.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_user.registration.controller" previously pointing to "fos_user.registration.form.factory" to "hwi_oauth.registration.form.factory".
  • Changed reference of service "fos_user.registration.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.listener.email_confirmation" previously pointing to "fos_user.mailer.default" to "fos_user.mailer".
  • Changed reference of service "fos_user.listener.email_confirmation" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_user.change_password.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_user.change_password.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.listener.resetting" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_user.resetting.controller" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_user.resetting.controller" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "fos_user.resetting.controller" previously pointing to "fos_user.mailer.default" to "fos_user.mailer".
  • Changed reference of service "fos_elastica.resetter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_elastica.in_place_pager_persister" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_elastica.model_to_elastica_transformer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_elastica.command.populate" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_elastica.doctrine.register_listeners" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "hwi_oauth.http_client" previously pointing to "httplug.client.app.http_methods" to "hwi_oauth.http.client".
  • Changed reference of service "hwi_oauth.http_client" previously pointing to "httplug.message_factory.default" to "hwi_oauth.http.message_factory".
  • Changed reference of service "hwi_oauth.authentication.listener.oauth" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "hwi_oauth.user.provider.fosub_bridge.def" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "hwi_oauth.registration.form.handler.fosub_bridge.def" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "hwi_oauth.registration.form.handler.fosub_bridge.def" previously pointing to "fos_user.mailer.default" to "fos_user.mailer".
  • Changed reference of service "hwi_oauth.user.provider.fosub_bridge" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "swiftmailer.mailer.abstract" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "swiftmailer.mailer.default" previously pointing to "swiftmailer.mailer.default.transport.spool" to "swiftmailer.transport".
  • Changed reference of service "bazinga.jstranslation.controller" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.core.flashmessage.manager" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.core.form.type.translatable_choice" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.core.form.type.date_range_legacy" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.core.form.type.datetime_range_legacy" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.core.form.type.date_picker_legacy" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.core.form.type.datetime_picker_legacy" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.core.form.type.date_range_picker_legacy" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.core.form.type.datetime_range_picker_legacy" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.core.form.type.equal_legacy" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.core.form.type.date_range" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.core.form.type.datetime_range" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.core.form.type.date_picker" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.core.form.type.datetime_picker" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.core.form.type.date_range_picker" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.core.form.type.datetime_range_picker" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.core.form.type.equal" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.core.twig.template_extension" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.block.templating.helper" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "knp_menu.factory_extension.routing" previously pointing to "router.default" to "router".
  • Changed reference of service "sonata.admin.twig.extension" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.admin.controller.admin" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sonata.admin.event.extension" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "sonata.admin.form.filter.type.number" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.admin.form.filter.type.choice" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.admin.form.filter.type.date" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.admin.form.filter.type.daterange" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.admin.form.filter.type.datetime" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.admin.form.filter.type.datetime_range" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "sonata.admin.route.default_generator" previously pointing to "router.default" to "router".
  • Changed reference of service "sonata.admin.menu_builder" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "Sonata\AdminBundle\Command\ExplainAdminCommand" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "sonata.admin.action.set_object_field_value" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "knp_paginator" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "knp_paginator.helper.processor" previously pointing to "router.default" to "router".
  • Changed reference of service "knp_paginator.helper.processor" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.76KnKJc" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.7Bu2BSx" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.e9Aupxi" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.x73SM8J" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.tanTRy7" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service ".service_locator.pbPxnLH" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.T4nB8ua" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.mO4i4Xk" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.8gkLrYH" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.3iUcT_j" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.CJpCA6g" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.qWUNpCT" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.Yjiwjp8" previously pointing to "router.default" to "router".
  • Changed reference of service "debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.WkgBPi_" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.WkgBPi_" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service ".service_locator.XSes1R5" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.m90YCjy" previously pointing to "router.default" to "router".
  • Changed reference of service "httplug.collector.factory.buzz.inner" previously pointing to "httplug.message_factory.default" to "hwi_oauth.http.message_factory".
  • Changed reference of service "httplug.collector.factory.curl.inner" previously pointing to "httplug.message_factory.default" to "hwi_oauth.http.message_factory".
  • Changed reference of service "httplug.collector.factory.curl.inner" previously pointing to "httplug.stream_factory.default" to "httplug.stream_factory".
  • Changed reference of service "httplug.collector.factory.guzzle5.inner" previously pointing to "httplug.message_factory.default" to "hwi_oauth.http.message_factory".
  • Changed reference of service "httplug.collector.factory.react.inner" previously pointing to "httplug.message_factory.default" to "hwi_oauth.http.message_factory".
  • Changed reference of service "httplug.collector.factory.socket.inner" previously pointing to "httplug.message_factory.default" to "hwi_oauth.http.message_factory".
  • Changed reference of service "fos_user.mailer" previously pointing to "router.default" to "router".
  • Changed reference of service "fos_user.mailer" previously pointing to "templating.engine.delegating" to "templating".
  • Changed reference of service "hwi_oauth.http.client" previously pointing to "httplug.message_factory.default" to "hwi_oauth.http.message_factory".
  • Changed reference of service "hwi_oauth.account.connector" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "hwi_oauth.registration.form.handler" previously pointing to "fos_user.user_manager.default" to "fos_user.user_manager".
  • Changed reference of service "hwi_oauth.registration.form.handler" previously pointing to "fos_user.mailer.default" to "fos_user.mailer".
308
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "cache.adapter.system"; reason: abstract.
  • Removed service "cache.adapter.apcu"; reason: abstract.
  • Removed service "cache.adapter.doctrine"; reason: abstract.
  • Removed service "cache.adapter.filesystem"; reason: abstract.
  • Removed service "cache.adapter.psr6"; reason: abstract.
  • Removed service "cache.adapter.redis"; reason: abstract.
  • Removed service "cache.adapter.memcached"; reason: abstract.
  • Removed service "cache.adapter.pdo"; reason: abstract.
  • Removed service "cache.adapter.array"; reason: abstract.
  • Removed service "assets.path_package"; reason: abstract.
  • Removed service "assets.url_package"; reason: abstract.
  • Removed service "assets.static_version_strategy"; reason: abstract.
  • Removed service "assets.json_manifest_version_strategy"; reason: abstract.
  • Removed service "security.firewall.context"; reason: abstract.
  • Removed service "security.firewall.lazy_context"; reason: abstract.
  • Removed service "security.firewall.config"; reason: abstract.
  • Removed service "security.user.provider.missing"; reason: abstract.
  • Removed service "security.user.provider.in_memory"; reason: abstract.
  • Removed service "security.user.provider.in_memory.user"; reason: abstract.
  • Removed service "security.user.provider.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.handler.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.success_handler"; reason: abstract.
  • Removed service "security.authentication.form_entry_point"; reason: abstract.
  • Removed service "security.authentication.listener.abstract"; reason: abstract.
  • Removed service "security.authentication.custom_success_handler"; reason: abstract.
  • Removed service "security.authentication.success_handler"; reason: abstract.
  • Removed service "security.authentication.custom_failure_handler"; reason: abstract.
  • Removed service "security.authentication.failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.form"; reason: abstract.
  • Removed service "security.authentication.listener.simple_form"; reason: abstract.
  • Removed service "security.authentication.simple_success_failure_handler"; reason: abstract.
  • Removed service "security.authentication.listener.simple_preauth"; reason: abstract.
  • Removed service "security.authentication.listener.x509"; reason: abstract.
  • Removed service "security.authentication.listener.json"; reason: abstract.
  • Removed service "security.authentication.listener.remote_user"; reason: abstract.
  • Removed service "security.authentication.listener.basic"; reason: abstract.
  • Removed service "security.authentication.provider.dao"; reason: abstract.
  • Removed service "security.authentication.provider.ldap_bind"; reason: abstract.
  • Removed service "security.authentication.provider.simple"; reason: abstract.
  • Removed service "security.authentication.provider.pre_authenticated"; reason: abstract.
  • Removed service "security.exception_listener"; reason: abstract.
  • Removed service "security.authentication.switchuser_listener"; reason: abstract.
  • Removed service "security.authentication.listener.rememberme"; reason: abstract.
  • Removed service "security.authentication.provider.rememberme"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.abstract"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.persistent"; reason: abstract.
  • Removed service "security.authentication.rememberme.services.simplehash"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; reason: abstract.
  • Removed service "doctrine_cache.abstract.apc"; reason: abstract.
  • Removed service "doctrine_cache.abstract.apcu"; reason: abstract.
  • Removed service "doctrine_cache.abstract.array"; reason: abstract.
  • Removed service "doctrine_cache.abstract.chain"; reason: abstract.
  • Removed service "doctrine_cache.abstract.couchbase"; reason: abstract.
  • Removed service "doctrine_cache.abstract.file_system"; reason: abstract.
  • Removed service "doctrine_cache.abstract.php_file"; reason: abstract.
  • Removed service "doctrine_cache.abstract.memcache"; reason: abstract.
  • Removed service "doctrine_cache.abstract.memcached"; reason: abstract.
  • Removed service "doctrine_cache.abstract.mongodb"; reason: abstract.
  • Removed service "doctrine_cache.abstract.redis"; reason: abstract.
  • Removed service "doctrine_cache.abstract.predis"; reason: abstract.
  • Removed service "doctrine_cache.abstract.riak"; reason: abstract.
  • Removed service "doctrine_cache.abstract.sqlite3"; reason: abstract.
  • Removed service "doctrine_cache.abstract.void"; reason: abstract.
  • Removed service "doctrine_cache.abstract.wincache"; reason: abstract.
  • Removed service "doctrine_cache.abstract.xcache"; reason: abstract.
  • Removed service "doctrine_cache.abstract.zenddata"; reason: abstract.
  • Removed service "doctrine.dbal.logger.chain"; reason: abstract.
  • Removed service "doctrine.dbal.logger.profiling"; reason: abstract.
  • Removed service "doctrine.dbal.logger.backtrace"; reason: abstract.
  • Removed service "doctrine.dbal.connection"; reason: abstract.
  • Removed service "doctrine.dbal.connection.event_manager"; reason: abstract.
  • Removed service "doctrine.dbal.connection.configuration"; reason: abstract.
  • Removed service "doctrine.dbal.schema_asset_filter_manager"; reason: abstract.
  • Removed service "doctrine.orm.configuration"; reason: abstract.
  • Removed service "doctrine.orm.entity_manager.abstract"; reason: abstract.
  • Removed service "doctrine.orm.manager_configurator.abstract"; reason: abstract.
  • Removed service "doctrine.orm.security.user.provider"; reason: abstract.
  • Removed service "fos_elastica.client_prototype"; reason: abstract.
  • Removed service "fos_elastica.index_prototype"; reason: abstract.
  • Removed service "fos_elastica.index_template_prototype"; reason: abstract.
  • Removed service "fos_elastica.type_prototype"; reason: abstract.
  • Removed service "fos_elastica.finder"; reason: abstract.
  • Removed service "fos_elastica.object_persister"; reason: abstract.
  • Removed service "fos_elastica.object_serializer_persister"; reason: abstract.
  • Removed service "fos_elastica.model_to_elastica_transformer"; reason: abstract.
  • Removed service "fos_elastica.model_to_elastica_identifier_transformer"; reason: abstract.
  • Removed service "fos_elastica.elastica_to_model_transformer.collection"; reason: abstract.
  • Removed service "fos_elastica.serializer_callback_prototype"; reason: abstract.
  • Removed service "fos_elastica.pager_provider.prototype.orm"; reason: abstract.
  • Removed service "fos_elastica.listener.prototype.orm"; reason: abstract.
  • Removed service "fos_elastica.elastica_to_model_transformer.prototype.orm"; reason: abstract.
  • Removed service "hwi_oauth.authentication.listener.oauth"; reason: abstract.
  • Removed service "hwi_oauth.authentication.entry_point.oauth"; reason: abstract.
  • Removed service "hwi_oauth.user.provider.entity"; reason: abstract.
  • Removed service "hwi_oauth.user.provider.fosub_bridge.def"; reason: abstract.
  • Removed service "hwi_oauth.registration.form.handler.fosub_bridge.def"; reason: abstract.
  • Removed service "hwi_oauth.abstract_resource_ownermap"; reason: abstract.
  • Removed service "hwi_oauth.abstract_resource_owner.generic"; reason: abstract.
  • Removed service "hwi_oauth.abstract_resource_owner.oauth2"; reason: abstract.
  • Removed service "hwi_oauth.abstract_resource_owner.oauth1"; reason: abstract.
  • Removed service "httplug.plugin.add_host"; reason: abstract.
  • Removed service "httplug.plugin.add_path"; reason: abstract.
  • Removed service "httplug.plugin.base_uri"; reason: abstract.
  • Removed service "httplug.plugin.content_type"; reason: abstract.
  • Removed service "httplug.plugin.header_append"; reason: abstract.
  • Removed service "httplug.plugin.header_defaults"; reason: abstract.
  • Removed service "httplug.plugin.header_set"; reason: abstract.
  • Removed service "httplug.plugin.header_remove"; reason: abstract.
  • Removed service "httplug.plugin.query_defaults"; reason: abstract.
  • Removed service "httplug.plugin.stack"; reason: abstract.
  • Removed service "monolog.logger_prototype"; reason: abstract.
  • Removed service "monolog.activation_strategy.not_found"; reason: abstract.
  • Removed service "monolog.handler.fingers_crossed.error_level_activation_strategy"; reason: abstract.
  • Removed service "swiftmailer.mailer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.configurator.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.sendmail.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.null.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.buffer.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.authhandler.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.eventdispatcher.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.redirecting.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.antiflood.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.impersonate.abstract"; reason: abstract.
  • Removed service "swiftmailer.plugin.messagelogger.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.smtp.abstract"; reason: abstract.
  • Removed service "swiftmailer.transport.spool.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.file.abstract"; reason: abstract.
  • Removed service "swiftmailer.spool.memory.abstract"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Twig\Extensions\ArrayExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\ArrayExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Twig\Extensions\ArrayExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Twig\Extensions\DateExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\DateExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Twig\Extensions\DateExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Twig\Extensions\IntlExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\IntlExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Twig\Extensions\IntlExtension"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.Twig\Extensions\TextExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.Twig\Extensions\TextExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.Twig\Extensions\TextExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CartProduct\CartProductAvailableDeliveriesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\CartProduct\CartProductAvailableDeliveriesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Company\CheckCompanyCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Company\CheckCompanyCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Company\FindCompanyAssocitationCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Company\FindCompanyAssocitationCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EnvTestCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\EnvTestCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Invoice\AutomaticPaymentCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Invoice\AutomaticPaymentCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Invoice\CleanGeneratedInvoicesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Invoice\CleanGeneratedInvoicesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Invoice\StripeFixAllTransfersCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Invoice\StripeFixAllTransfersCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MailConfigTestCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\MailConfigTestCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\CalculateMaturinFeesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Maintenance\CalculateMaturinFeesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\CreateReplenishmentMaintenanceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Maintenance\CreateReplenishmentMaintenanceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\Every5minMaintenanceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Maintenance\Every5minMaintenanceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\EveryHourMaintenanceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Maintenance\EveryHourMaintenanceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\ExportGoogleAdsFeeds"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Maintenance\ExportGoogleAdsFeeds"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\ExportImagesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Maintenance\ExportImagesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\GenerateInvoicesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Maintenance\GenerateInvoicesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\ImportOntarioCitiesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Maintenance\ImportOntarioCitiesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\ListsClientsCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Maintenance\ListsClientsCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\Preorder7daysMaintenanceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Maintenance\Preorder7daysMaintenanceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\Preorder14daysMaintenanceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Maintenance\Preorder14daysMaintenanceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\ProcessEdiMessagesCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Maintenance\ProcessEdiMessagesCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\ProcessOnHoldOrdersMaintenanceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Maintenance\ProcessOnHoldOrdersMaintenanceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SendCouponToInactifUsers"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Maintenance\SendCouponToInactifUsers"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SendCouponToUsersWithZeroCarts"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Maintenance\SendCouponToUsersWithZeroCarts"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SendCreditCardExpired"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Maintenance\SendCreditCardExpired"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SendEmailToNotEnabledAccount"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Maintenance\SendEmailToNotEnabledAccount"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SendLowInQuantityMaintenanceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Maintenance\SendLowInQuantityMaintenanceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SendReminderOldCartsMaintenanceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Maintenance\SendReminderOldCartsMaintenanceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SendSoldEmailMaintenanceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Maintenance\SendSoldEmailMaintenanceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SendVerificationStripeAccountNeeded"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Maintenance\SendVerificationStripeAccountNeeded"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SubscriptionRenewalCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Maintenance\SubscriptionRenewalCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\SyncBackOrdersMaintenanceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Maintenance\SyncBackOrdersMaintenanceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\UpdateFeeWarehousePackingPerUnitCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Maintenance\UpdateFeeWarehousePackingPerUnitCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\UpdateInventoryOfCompaniesMaintenanceCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Maintenance\UpdateInventoryOfCompaniesMaintenanceCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Maintenance\exportClientCapitalCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Maintenance\exportClientCapitalCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Order\OrderCheckIsShippedCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Order\OrderCheckIsShippedCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Order\OrdersNotShippedCountCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Order\OrdersNotShippedCountCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Order\UnInvoicedMaturinOrderTotalAmountCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Order\UnInvoicedMaturinOrderTotalAmountCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Order\UpdateIsShippedOfCustomOrdersCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Order\UpdateIsShippedOfCustomOrdersCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Product\CheckProductCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Product\CheckProductCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SeedEmptyDatabaseCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\SeedEmptyDatabaseCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Solexis\CheckSolexisOrderCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Solexis\CheckSolexisOrderCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Solexis\OldSolexisApiCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Solexis\OldSolexisApiCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\Solexis\OldSolexisFindOrderCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\Solexis\OldSolexisFindOrderCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\WaitDatabaseCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\WaitDatabaseCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\APIController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\APIController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\APIController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BadgeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BadgeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BadgeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\BlueCartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\BlueCartController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\BlueCartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CarrierPostController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CarrierPostController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CarrierPostController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CartController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CartController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanyAssociationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanyAssociationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CompanyAssociationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CompanyController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ContactController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ContactController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ContactController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CorporativeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CorporativeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CorporativeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DistributorAPIController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DistributorAPIController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\DistributorAPIController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FrontEndController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FrontEndController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FrontEndController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ImageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ImageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ImageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\InvoicingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\InvoicingController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\InvoicingController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MaintenanceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MaintenanceController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\MaintenanceController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MessageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MessageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\MessageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\NotificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\NotificationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\NotificationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\OmeloController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\OmeloController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\OmeloController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ProductController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ProductDiscountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ProductDiscountController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ProductDiscountController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RapportCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RapportCompanyController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\RapportCompanyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RecipeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RecipeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\RecipeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RecruiterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RecruiterController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\RecruiterController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RecurringOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RecurringOrderController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\RecurringOrderController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\Controller.0.App\Controller\RegistrationController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\RegistrationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SearchController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SearchController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SearchController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SolidarityStoreController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SolidarityStoreController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SolidarityStoreController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SubscriptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SubscriptionController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SubscriptionController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SuperAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SuperAdminController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SuperAdminController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UserController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\UserController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\UserLocaleSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\UserLocaleSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\BadgeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\BadgeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CartCheckoutType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CartCheckoutType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CartProductInvoicingType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CartProductInvoicingType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CartProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CartProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CartType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CartType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CategoryType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CategoryType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyDefaultShippingType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CompanyDefaultShippingType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyDepositType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CompanyDepositType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyLocationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CompanyLocationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyPaymentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CompanyPaymentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanySubscriptionType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CompanySubscriptionType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CompanyType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CustomOrderType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CustomOrderType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DeliveryMethodType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\DeliveryMethodType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceServiceItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\InvoiceServiceItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\InvoiceType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\InvoiceType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MaturinOrderType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\MaturinOrderType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MessageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\MessageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\NewsLetterSubscribeType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\NewsLetterSubscribeType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PricingDiscountType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PricingDiscountType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PricingType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\PricingType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductDealType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductDealType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductFormatType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductFormatType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductInBoxType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductInBoxType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductReplenishmentItemType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductReplenishmentItemType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductReplenishmentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductReplenishmentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ProductType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ProductType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RecurringOrderType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\RecurringOrderType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\RegistrationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\StorageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\StorageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\EditorType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\EditorType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ImageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ImageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\ImagesType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\ImagesType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Type\PhoneType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\Type\PhoneType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserLocationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserLocationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserShippingLocationType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserShippingLocationType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserSurveyType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserSurveyType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserType"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BadgeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BadgeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\BioCertificationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\BioCertificationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CarrierPostRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CarrierPostRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartAdjustmentsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CartAdjustmentsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartCouponRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CartCouponRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CartProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CartRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CartRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CertificationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CertificationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CityRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CityRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CmsHomePageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CmsHomePageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyAssociationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CompanyAssociationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyDefaultShippingRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CompanyDefaultShippingRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyDepositRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CompanyDepositRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyLocationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CompanyLocationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyPaymentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CompanyPaymentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyPromoCodeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CompanyPromoCodeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CompanyRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanySubscriptionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CompanySubscriptionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyVariableRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CompanyVariableRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ConservationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ConservationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CorporativeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CorporativeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CustomOrderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CustomOrderRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryLocationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DeliveryLocationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryMethodRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DeliveryMethodRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryRouteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DeliveryRouteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DeliveryTrackingRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DeliveryTrackingRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DietRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DietRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DistributorLogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DistributorLogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EmailSentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\EmailSentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinancialLogRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FinancialLogRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FinancialTaxRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FinancialTaxRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ImageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ImageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\IngredientRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\IngredientRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\InvoiceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceServiceItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\InvoiceServiceItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\InvoiceServiceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\InvoiceServiceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LanguageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\LanguageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MaturinOrderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MaturinOrderRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MessageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MessageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NewsLetterSubscriberRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\NewsLetterSubscriberRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\NotificationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\NotificationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OmeloPageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OmeloPageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\OmeloPostRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\OmeloPostRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PickupLocationsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PickupLocationsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PricingRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PricingRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductAdjustmentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductAdjustmentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductDealRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductDealRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductFormatRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductFormatRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductInBoxRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductInBoxRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductReplacementScriptRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductReplacementScriptRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductReplenishmentItemRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductReplenishmentItemRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductReplenishmentRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductReplenishmentRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductSponsoredCategoryRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductSponsoredCategoryRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProductSponsoredRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ProductSponsoredRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecipeRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RecipeRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RecurringOrderRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RecurringOrderRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RegionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\RegionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\StorageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\StorageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SubscriptionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SubscriptionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SuggestedGroupRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SuggestedGroupRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TagRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TagRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TestimonyRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TestimonyRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserFavoriteRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserFavoriteRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserSearchRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserSearchRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserShippingLocationRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserShippingLocationRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserSurveyRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserSurveyRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserVariablesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserVariablesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UserViewedProductRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UserViewedProductRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VariableRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\VariableRepository"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.app.form.registration"; reason: abstract.
  • Removed service ".abstract.instanceof.app.form.registration"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.SpecShaper\EncryptBundle\Subscribers\EncryptEventSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.SpecShaper\EncryptBundle\Subscribers\EncryptEventSubscriber"; reason: abstract.
  • Removed service ".instanceof.Twig_ExtensionInterface.0.SpecShaper\EncryptBundle\Twig\EncryptExtension"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.SpecShaper\EncryptBundle\Twig\EncryptExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.SpecShaper\EncryptBundle\Twig\EncryptExtension"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.SpecShaper\EncryptBundle\Command\GenKeyCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.SpecShaper\EncryptBundle\Command\GenKeyCommand"; reason: abstract.
552
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "App\Admin\BadgeAdmin"; reason: unused.
  • Removed service "App\Admin\BioCertificationAdmin"; reason: unused.
  • Removed service "App\Admin\CarrierPostAdmin"; reason: unused.
  • Removed service "App\Admin\CartAdmin"; reason: unused.
  • Removed service "App\Admin\CartCouponAdmin"; reason: unused.
  • Removed service "App\Admin\CartOnHoldAdmin"; reason: unused.
  • Removed service "App\Admin\CartPaidAdmin"; reason: unused.
  • Removed service "App\Admin\CartProductAdmin"; reason: unused.
  • Removed service "App\Admin\CartWithProductsAdmin"; reason: unused.
  • Removed service "App\Admin\CategoryAdmin"; reason: unused.
  • Removed service "App\Admin\CertificationAdmin"; reason: unused.
  • Removed service "App\Admin\CityAdmin"; reason: unused.
  • Removed service "App\Admin\CompanyAdmin"; reason: unused.
  • Removed service "App\Admin\CompanyAssociationAdmin"; reason: unused.
  • Removed service "App\Admin\CompanyDefaultShippingAdmin"; reason: unused.
  • Removed service "App\Admin\CompanyDepositAdmin"; reason: unused.
  • Removed service "App\Admin\CompanyLocationAdmin"; reason: unused.
  • Removed service "App\Admin\CompanyPromoCodeAdmin"; reason: unused.
  • Removed service "App\Admin\CompanySubscriptionAdmin"; reason: unused.
  • Removed service "App\Admin\ConservationAdmin"; reason: unused.
  • Removed service "App\Admin\CorpoAdmin"; reason: unused.
  • Removed service "App\Admin\CustomOrderAdmin"; reason: unused.
  • Removed service "App\Admin\CustomViewAdmin"; reason: unused.
  • Removed service "App\Admin\DeliveryLocationAdmin"; reason: unused.
  • Removed service "App\Admin\DeliveryRouteAdmin"; reason: unused.
  • Removed service "App\Admin\DietAdmin"; reason: unused.
  • Removed service "App\Admin\DistributorLogAdmin"; reason: unused.
  • Removed service "App\Admin\EmailSentAdmin"; reason: unused.
  • Removed service "App\Admin\FinancialLogAdmin"; reason: unused.
  • Removed service "App\Admin\FinancialTaxAdmin"; reason: unused.
  • Removed service "App\Admin\HRIProductAdmin"; reason: unused.
  • Removed service "App\Admin\InvoiceAdmin"; reason: unused.
  • Removed service "App\Admin\InvoiceDueAdmin"; reason: unused.
  • Removed service "App\Admin\InvoiceLogisticDueAdmin"; reason: unused.
  • Removed service "App\Admin\InvoiceLogisticPaidAdmin"; reason: unused.
  • Removed service "App\Admin\InvoicePaidAdmin"; reason: unused.
  • Removed service "App\Admin\InvoiceServiceAdmin"; reason: unused.
  • Removed service "App\Admin\InvoiceServiceItemAdmin"; reason: unused.
  • Removed service "App\Admin\MaturinOrderAdmin"; reason: unused.
  • Removed service "App\Admin\MessageAdmin"; reason: unused.
  • Removed service "App\Admin\NewsLetterSubscriberAdmin"; reason: unused.
  • Removed service "App\Admin\NotificationAdmin"; reason: unused.
  • Removed service "App\Admin\OmeloPageAdmin"; reason: unused.
  • Removed service "App\Admin\OmeloPostAdmin"; reason: unused.
  • Removed service "App\Admin\PickupLocationsAdmin"; reason: unused.
  • Removed service "App\Admin\PreOrdersAdmin"; reason: unused.
  • Removed service "App\Admin\ProductAdjustmentAdmin"; reason: unused.
  • Removed service "App\Admin\ProductAdmin"; reason: unused.
  • Removed service "App\Admin\ProductDealAdmin"; reason: unused.
  • Removed service "App\Admin\ProductExpiredAdmin"; reason: unused.
  • Removed service "App\Admin\ProductInStockAdmin"; reason: unused.
  • Removed service "App\Admin\ProductReplacementScriptAdmin"; reason: unused.
  • Removed service "App\Admin\ProductReplenishmentAdmin"; reason: unused.
  • Removed service "App\Admin\ProductReplenishmentItemAdmin"; reason: unused.
  • Removed service "App\Admin\ProductSponsoredAdmin"; reason: unused.
  • Removed service "App\Admin\ProductSponsoredCategoryAdmin"; reason: unused.
  • Removed service "App\Admin\RecipeAdmin"; reason: unused.
  • Removed service "App\Admin\RecurringOrderAdmin"; reason: unused.
  • Removed service "App\Admin\RegionAdmin"; reason: unused.
  • Removed service "App\Admin\StatisticsJitAdmin"; reason: unused.
  • Removed service "App\Admin\StorageAdmin"; reason: unused.
  • Removed service "App\Admin\SubscriptionAdmin"; reason: unused.
  • Removed service "App\Admin\SuggestedGroupAdmin"; reason: unused.
  • Removed service "App\Admin\TestimonyAdmin"; reason: unused.
  • Removed service "App\Admin\UserAdmin"; reason: unused.
  • Removed service "App\Admin\UserShippingLocationAdmin"; reason: unused.
  • Removed service "App\Admin\UserSurveyAdmin"; reason: unused.
  • Removed service "App\Admin\VariableAdmin"; reason: unused.
  • Removed service "App\EventListener\EntityListener"; reason: unused.
  • Removed service "App\Form\RegistrationType"; reason: unused.
  • Removed service "App\Kernel"; reason: unused.
  • Removed service "App\Security\MyFOSUBUserProvider"; reason: unused.
  • Removed service "App\Service\LanguageService"; reason: unused.
  • Removed service "App\Service\MailService"; reason: unused.
  • Removed service "App.Service.StripeService"; reason: unused.
  • Removed service "uri_signer"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.simple"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service "translator.selector"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service ".1_NativeFileSessionHandler~78rspA7"; reason: unused.
  • Removed service "session.storage.php_bridge"; reason: unused.
  • Removed service "session.storage.mock_file"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "session.save_listener"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "assets.empty_version_strategy"; reason: unused.
  • Removed service "templating.loader.cache"; reason: unused.
  • Removed service "templating.loader.chain"; reason: unused.
  • Removed service "validator.mapping.cache.symfony"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service "routing.loader.service"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "serializer.mapping.cache.symfony"; reason: unused.
  • Removed service "serializer.name_converter.camel_case_to_snake_case"; reason: unused.
  • Removed service "property_info.serializer_extractor"; reason: unused.
  • Removed service "twig.loader.native_filesystem"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.weblink"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; reason: unused.
  • Removed service "security.authentication.listener.anonymous"; reason: unused.
  • Removed service "security.authentication.provider.anonymous"; reason: unused.
  • Removed service "security.authentication.basic_entry_point"; reason: unused.
  • Removed service "security.context_listener"; reason: unused.
  • Removed service "security.rememberme.token.provider.in_memory"; reason: unused.
  • Removed service "security.authentication.guard_handler"; reason: unused.
  • Removed service "security.authentication.form_entry_point.main"; reason: unused.
  • Removed service "maker.entity_class_generator"; reason: unused.
  • Removed service ".1_ServiceLocator~.cmKeAB"; reason: unused.
  • Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.default"; reason: unused.
  • Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "fos_user.user_provider.username"; reason: unused.
  • Removed service "fos_user.mailer.twig_swift"; reason: unused.
  • Removed service "fos_user.mailer.noop"; reason: unused.
  • Removed service "hwi_oauth.authentication.provider.oauth"; reason: unused.
  • Removed service "hwi_oauth.user.provider"; reason: unused.
  • Removed service "hwi_oauth.user.provider.fosub_bridge"; reason: unused.
  • Removed service "httplug.async_client.default"; reason: unused.
  • Removed service "httplug.plugin.cache"; reason: unused.
  • Removed service "httplug.plugin.cookie"; reason: unused.
  • Removed service "httplug.plugin.decoder"; reason: unused.
  • Removed service "httplug.plugin.error"; reason: unused.
  • Removed service "httplug.plugin.history"; reason: unused.
  • Removed service "httplug.plugin.logger"; reason: unused.
  • Removed service "httplug.plugin.retry"; reason: unused.
  • Removed service "httplug.plugin.stopwatch"; reason: unused.
  • Removed service "httplug.collector.factory.buzz"; reason: unused.
  • Removed service "httplug.collector.factory.curl"; reason: unused.
  • Removed service "httplug.collector.factory.guzzle5"; reason: unused.
  • Removed service "httplug.collector.factory.guzzle6"; reason: unused.
  • Removed service "httplug.collector.factory.react"; reason: unused.
  • Removed service "httplug.collector.factory.socket"; reason: unused.
  • Removed service "monolog.formatter.chrome_php"; reason: unused.
  • Removed service "monolog.formatter.gelf_message"; reason: unused.
  • Removed service "monolog.formatter.html"; reason: unused.
  • Removed service "monolog.formatter.json"; reason: unused.
  • Removed service "monolog.formatter.line"; reason: unused.
  • Removed service "monolog.formatter.loggly"; reason: unused.
  • Removed service "monolog.formatter.normalizer"; reason: unused.
  • Removed service "monolog.formatter.scalar"; reason: unused.
  • Removed service "monolog.formatter.wildfire"; reason: unused.
  • Removed service "monolog.formatter.logstash"; reason: unused.
  • Removed service ".4_Swift_Transport_Esmtp_Auth_NTLMAuthenticator~5k0lCSH"; reason: unused.
  • Removed service ".3_Swift_Transport_Esmtp_Auth_PlainAuthenticator~5k0lCSH"; reason: unused.
  • Removed service ".2_Swift_Transport_Esmtp_Auth_LoginAuthenticator~5k0lCSH"; reason: unused.
  • Removed service ".1_Swift_Transport_Esmtp_Auth_CramMd5Authenticator~5k0lCSH"; reason: unused.
  • Removed service "swiftmailer.transport.failover"; reason: unused.
  • Removed service "swiftmailer.transport.replacementfactory"; reason: unused.
  • Removed service "sonata.block.cache.handler.noop"; reason: unused.
  • Removed service "sonata.admin.filter_persister.session"; reason: unused.
  • Removed service "sonata.admin.security.handler.role"; reason: unused.
  • Removed service "sonata.admin.security.handler.acl"; reason: unused.
  • Removed service "sonata.admin.entity_manager"; reason: unused.
  • Removed service "SpecShaper\EncryptBundle\Command\DecryptCommand"; reason: unused.
  • Removed service ".service_locator.kX4Fma5"; reason: unused.
  • Removed service ".service_locator.yoZsJG7"; reason: unused.
  • Removed service ".service_locator.DCmWSiL"; reason: unused.
  • Removed service ".service_locator.lmFGRTp"; reason: unused.
  • Removed service "monolog.logger.templating"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service "httplug.collector.factory.buzz.inner"; reason: unused.
  • Removed service "httplug.collector.factory.curl.inner"; reason: unused.
  • Removed service "httplug.collector.factory.guzzle5.inner"; reason: unused.
  • Removed service "httplug.collector.factory.guzzle6.inner"; reason: unused.
  • Removed service "httplug.collector.factory.react.inner"; reason: unused.
  • Removed service "httplug.collector.factory.socket.inner"; reason: unused.
  • Removed service ".service_locator.wnlveDj"; reason: unused.
173
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service ".service_locator.WkgBPi_.App\Controller\APIController" to "App\Controller\APIController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\AdminController" to "App\Controller\AdminController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\BadgeController" to "App\Controller\BadgeController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\BlueCartController" to "App\Controller\BlueCartController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\CarrierPostController" to "App\Controller\CarrierPostController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\CartController" to "App\Controller\CartController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\CompanyAssociationController" to "App\Controller\CompanyAssociationController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\CompanyController" to "App\Controller\CompanyController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\ContactController" to "App\Controller\ContactController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\CorporativeController" to "App\Controller\CorporativeController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\DistributorAPIController" to "App\Controller\DistributorAPIController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\FrontEndController" to "App\Controller\FrontEndController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\ImageController" to "App\Controller\ImageController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\InvoicingController" to "App\Controller\InvoicingController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\MaintenanceController" to "App\Controller\MaintenanceController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\MessageController" to "App\Controller\MessageController".
  • Inlined service "App\Service\NotificationService" to "App\Controller\NotificationController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\NotificationController" to "App\Controller\NotificationController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\OmeloController" to "App\Controller\OmeloController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\ProductController" to "App\Controller\ProductController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\ProductDiscountController" to "App\Controller\ProductDiscountController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\RapportCompanyController" to "App\Controller\RapportCompanyController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\RecipeController" to "App\Controller\RecipeController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\RecruiterController" to "App\Controller\RecruiterController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\RecurringOrderController" to "App\Controller\RecurringOrderController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\SearchController" to "App\Controller\SearchController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\SolidarityStoreController" to "App\Controller\SolidarityStoreController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\SubscriptionController" to "App\Controller\SubscriptionController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\SuperAdminController" to "App\Controller\SuperAdminController".
  • Inlined service ".service_locator.WkgBPi_.App\Controller\UserController" to "App\Controller\UserController".
  • Inlined service "error_handler.error_renderer.serializer" to "error_controller".
  • Inlined service "debug.controller_resolver" to "http_kernel".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator._cmka45" to "fragment.handler".
  • Inlined service ".1_~Tpjof4I" to "error_handler.error_renderer.html".
  • Inlined service ".2_~Tpjof4I" to "error_handler.error_renderer.html".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • Inlined service "translation.writer" to "console.command.translation_update".
  • Inlined service "cache.app.recorder_inner" to "cache.app".
  • Inlined service "cache.system.recorder_inner" to "cache.system".
  • Inlined service "cache.validator.recorder_inner" to "cache.validator".
  • Inlined service "cache.serializer.recorder_inner" to "cache.serializer".
  • Inlined service "cache.annotations.recorder_inner" to "cache.annotations".
  • Inlined service "cache.property_info.recorder_inner" to "cache.property_info".
  • Inlined service "cache.messenger.restart_workers_signal.recorder_inner" to "cache.messenger.restart_workers_signal".
  • Inlined service "session.attribute_bag" to "session".
  • Inlined service "session.flash_bag" to "session".
  • Inlined service "Symfony\Component\HttpFoundation\Session\Storage\Handler\PdoSessionHandler" to "session.storage.native".
  • Inlined service "session.storage.metadata_bag" to "session.storage.native".
  • Inlined service ".service_locator.Bppmeg3" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service ".1_ResolvedFormTypeFactory~KzLTNeE" to "form.resolved_type_factory".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "form.resolved_type_factory" to "form.registry".
  • Inlined service ".service_locator.mO0Tr58" to "form.extension".
  • Inlined service "form.choice_list_factory.default" to "form.choice_list_factory.property_access".
  • Inlined service "form.choice_list_factory.property_access" to "form.choice_list_factory.cached".
  • Inlined service "form.type_extension.form.request_handler" to "form.type_extension.form.http_foundation".
  • Inlined service "assets._default_package" to "assets.packages".
  • Inlined service "assets._version__default" to "assets._default_package".
  • Inlined service "assets.context" to "assets._default_package".
  • Inlined service "templating.filename_parser" to "templating.finder".
  • Inlined service "templating.engine.php.helpers_locator" to "templating.engine.php".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "fos_user.validator.initializer" to "validator.builder".
  • Inlined service ".service_locator.01hWFN3" to "validator.validator_factory".
  • Inlined service ".service_locator.V.o0zE7" to "translator.default".
  • Inlined service "translator.formatter.default" to "translator.default".
  • Inlined service "identity_translator" to "translator.formatter.default".
  • Inlined service "translation.extractor.php" to "translation.extractor".
  • Inlined service "twig.translation.extractor" to "translation.extractor".
  • Inlined service "translation.dumper.php" to "translation.writer".
  • Inlined service "translation.dumper.xliff" to "translation.writer".
  • Inlined service "translation.dumper.po" to "translation.writer".
  • Inlined service "translation.dumper.mo" to "translation.writer".
  • Inlined service "translation.dumper.yml" to "translation.writer".
  • Inlined service "translation.dumper.yaml" to "translation.writer".
  • Inlined service "translation.dumper.qt" to "translation.writer".
  • Inlined service "translation.dumper.csv" to "translation.writer".
  • Inlined service "translation.dumper.ini" to "translation.writer".
  • Inlined service "translation.dumper.json" to "translation.writer".
  • Inlined service "translation.dumper.res" to "translation.writer".
  • Inlined service ".service_locator.XSes1R5.translation.warmer" to "translation.warmer".
  • Inlined service "profiler.storage" to "profiler".
  • Inlined service "data_collector.time" to "profiler".
  • Inlined service "data_collector.memory" to "profiler".
  • Inlined service "data_collector.validator" to "profiler".
  • Inlined service "data_collector.ajax" to "profiler".
  • Inlined service "data_collector.exception" to "profiler".
  • Inlined service "data_collector.logger" to "profiler".
  • Inlined service "data_collector.events" to "profiler".
  • Inlined service "data_collector.cache" to "profiler".
  • Inlined service "data_collector.translation" to "profiler".
  • Inlined service "data_collector.security" to "profiler".
  • Inlined service "data_collector.twig" to "profiler".
  • Inlined service "data_collector.doctrine" to "profiler".
  • Inlined service "swiftmailer.data_collector" to "profiler".
  • Inlined service "fos_elastica.data_collector" to "profiler".
  • Inlined service "sonata.block.data_collector" to "profiler".
  • Inlined service "data_collector.config" to "profiler".
  • Inlined service "data_collector.form.extractor" to "data_collector.form".
  • Inlined service "monolog.logger.php" to "debug.debug_handlers_listener".
  • Inlined service "debug.controller_resolver.inner" to "debug.controller_resolver".
  • Inlined service "debug.argument_resolver.inner" to "debug.argument_resolver".
  • Inlined service ".service_locator.XwZNkPh" to ".1_LegacyRouteLoaderContainer~dgEstPR".
  • Inlined service "routing.loader.xml" to "routing.resolver".
  • Inlined service "routing.loader.yml" to "routing.resolver".
  • Inlined service "routing.loader.php" to "routing.resolver".
  • Inlined service "routing.loader.glob" to "routing.resolver".
  • Inlined service "routing.loader.directory" to "routing.resolver".
  • Inlined service "routing.loader.container" to "routing.resolver".
  • Inlined service "routing.loader.annotation.directory" to "routing.resolver".
  • Inlined service "routing.loader.annotation.file" to "routing.resolver".
  • Inlined service ".1_LegacyRouteLoaderContainer~dgEstPR" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.m90YCjy.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service ".1_ArrayCache~f_zRHMI" to "annotations.cached_reader".
  • Inlined service ".2_PhpArrayAdapter~f_zRHMI" to "annotations.cache".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "serializer.normalizer.problem" to "serializer".
  • Inlined service "serializer.normalizer.json_serializable" to "serializer".
  • Inlined service "serializer.normalizer.datetime" to "serializer".
  • Inlined service "serializer.normalizer.constraint_violation_list" to "serializer".
  • Inlined service "serializer.normalizer.datetimezone" to "serializer".
  • Inlined service "serializer.normalizer.dateinterval" to "serializer".
  • Inlined service "serializer.normalizer.data_uri" to "serializer".
  • Inlined service "serializer.denormalizer.array" to "serializer".
  • Inlined service "serializer.normalizer.object" to "serializer".
  • Inlined service "serializer.encoder.xml" to "serializer".
  • Inlined service "serializer.encoder.json" to "serializer".
  • Inlined service "serializer.encoder.yaml" to "serializer".
  • Inlined service "serializer.encoder.csv" to "serializer".
  • Inlined service "serializer.mapping.class_discriminator_resolver" to "serializer.normalizer.object".
  • Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
  • Inlined service ".1_~AKAp7nH" to "error_handler.error_renderer.serializer".
  • Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
  • Inlined service ".2_~AKAp7nH" to "error_handler.error_renderer.serializer".
  • Inlined service ".1_NonceGenerator~IP5QTjq" to "web_profiler.csp.handler".
  • Inlined service ".2_HtmlDumper~IP5QTjq" to "twig.extension.webprofiler".
  • Inlined service "twig.loader.filesystem" to "twig".
  • Inlined service "twig.extension.security_csrf" to "twig".
  • Inlined service "twig.extension.profiler" to "twig".
  • Inlined service "twig.extension.trans" to "twig".
  • Inlined service "twig.extension.assets" to "twig".
  • Inlined service "twig.extension.code" to "twig".
  • Inlined service "twig.extension.routing" to "twig".
  • Inlined service "twig.extension.yaml" to "twig".
  • Inlined service "twig.extension.debug.stopwatch" to "twig".
  • Inlined service "twig.extension.expression" to "twig".
  • Inlined service "twig.extension.httpkernel" to "twig".
  • Inlined service "twig.extension.httpfoundation" to "twig".
  • Inlined service "twig.extension.form" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "Twig\Extensions\ArrayExtension" to "twig".
  • Inlined service "Twig\Extensions\DateExtension" to "twig".
  • Inlined service "Twig\Extensions\IntlExtension" to "twig".
  • Inlined service "Twig\Extensions\TextExtension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "twig.extension.debug" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "hwi_oauth.twig.extension.oauth" to "twig".
  • Inlined service "httplug.collector.twig.http_message" to "twig".
  • Inlined service "sonata.core.twig.extension.wrapping" to "twig".
  • Inlined service "sonata.core.twig.extension.text" to "twig".
  • Inlined service "sonata.core.twig.status_extension" to "twig".
  • Inlined service "sonata.core.twig.deprecated_template_extension" to "twig".
  • Inlined service "sonata.core.twig.template_extension" to "twig".
  • Inlined service "sonata.block.twig.extension" to "twig".
  • Inlined service "knp_menu.twig.extension" to "twig".
  • Inlined service "sonata.templates.twig.extension" to "twig".
  • Inlined service "SpecShaper\EncryptBundle\Twig\EncryptExtension" to "twig".
  • Inlined service "knp_paginator.twig.extension.pagination" to "twig".
  • Inlined service "twig.extension.image" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "sonata.block.twig.global" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.o9nGMXB.twig.cache_warmer" to "twig.cache_warmer".
  • Inlined service ".service_locator.o9nGMXB.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.9S9DakY" to "twig.runtime_loader".
  • Inlined service ".1_~CtyplVK" to "twig.error_renderer.html".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service ".service_locator.XjnY8xG" to "security.token_storage".
  • Inlined service ".service_locator.6zQlgQt" to "security.helper".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • Inlined service ".service_locator.lf9c4pT" to "security.firewall.map".
  • Inlined service "cache.security_expression_language.recorder_inner" to "cache.security_expression_language".
  • Inlined service "security.authentication.retry_entry_point" to "security.channel_listener".
  • Inlined service ".security.request_matcher.QWkwKV5" to "security.access_map".
  • Inlined service ".security.request_matcher.O7Tsk.w" to "security.access_map".
  • Inlined service ".security.request_matcher.0uhYzab" to "security.access_map".
  • Inlined service ".security.request_matcher.5dJADCx" to "security.access_map".
  • Inlined service ".security.request_matcher.CqzIks6" to "security.access_map".
  • Inlined service ".security.request_matcher.PhEe6Yn" to "security.access_map".
  • Inlined service ".security.request_matcher.fM9GK3L" to "security.access_map".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.logout.success_handler.main" to "security.logout_listener.main".
  • Inlined service "security.logout.handler.csrf_token_clearing" to "security.logout_listener.main".
  • Inlined service "security.logout.handler.session" to "security.logout_listener.main".
  • Inlined service "security.authentication.success_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.failure_handler.main.form_login" to "security.authentication.listener.form.main".
  • Inlined service "security.authentication.success_handler.main.oauth" to "hwi_oauth.authentication.listener.oauth.main".
  • Inlined service "security.authentication.failure_handler.main.oauth" to "hwi_oauth.authentication.listener.oauth.main".
  • Inlined service "hwi_oauth.authentication.entry_point.oauth.main" to "security.exception_listener.main".
  • Inlined service "security.exception_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.logout_listener.main" to "security.firewall.map.context.main".
  • Inlined service "security.firewall.map.config.main" to "security.firewall.map.context.main".
  • Inlined service "sensio_framework_extra.converter.manager" to "sensio_framework_extra.converter.listener".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm" to "sensio_framework_extra.converter.manager".
  • Inlined service "framework_extra_bundle.date_time_param_converter" to "sensio_framework_extra.converter.manager".
  • Inlined service "sensio_framework_extra.converter.doctrine.orm.expression_language.default" to "sensio_framework_extra.converter.doctrine.orm".
  • Inlined service "sensio_framework_extra.view.guesser" to "sensio_framework_extra.view.listener".
  • Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • Inlined service "monolog.logger.doctrine" to "doctrine.dbal.logger".
  • Inlined service "doctrine.dbal.logger.chain.default" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
  • Inlined service "doctrine.dbal.logger" to "doctrine.dbal.logger.chain.default".
  • Inlined service ".service_locator.lKtwo3A" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "fos_user.user_listener" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "SpecShaper\EncryptBundle\Subscribers\DoctrineEncryptSubscriberInterface" to "doctrine.dbal.default_connection.event_manager".
  • Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.default_connection.event_manager" to "doctrine.dbal.default_connection".
  • Inlined service "doctrine.dbal.connection_factory" to "doctrine.dbal.default_connection".
  • Inlined service ".service_locator.eJqDCje" to "doctrine.orm.container_repository_factory".
  • Inlined service "doctrine.orm.cache.pool.cache.system" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.pool.cache.app" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.cache.pool.cache.app" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.quote_strategy.default" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_entity_listener_resolver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.container_repository_factory" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.default_annotation_metadata_driver" to "doctrine.orm.default_metadata_driver".
  • Inlined service "doctrine.orm.default_configuration" to "doctrine.orm.default_entity_manager".
  • Inlined service "doctrine.orm.default_manager_configurator" to "doctrine.orm.default_entity_manager".
  • Inlined service "fos_js_routing.normalizer.route_collection" to "fos_js_routing.serializer".
  • Inlined service "fos_js_routing.normalizer.routes_response" to "fos_js_routing.serializer".
  • Inlined service "fos_js_routing.denormalizer.route_collection" to "fos_js_routing.serializer".
  • Inlined service "fos_js_routing.encoder" to "fos_js_routing.serializer".
  • Inlined service "fos_user.util.canonicalizer.default" to "fos_user.util.canonical_fields_updater".
  • Inlined service "fos_user.util.canonicalizer.default" to "fos_user.util.canonical_fields_updater".
  • Inlined service "fos_user.security.login_manager" to "fos_user.listener.authentication".
  • Inlined service "fos_user.user_to_username_transformer" to "fos_user.username_form_type".
  • Inlined service "fos_user.profile.form.factory" to "fos_user.profile.controller".
  • Inlined service "fos_user.change_password.form.factory" to "fos_user.change_password.controller".
  • Inlined service "fos_user.resetting.form.factory" to "fos_user.resetting.controller".
  • Inlined service "fos_elastica.config_source.container" to "fos_elastica.config_manager".
  • Inlined service "fos_elastica.config_source.template_container" to "fos_elastica.config_manager.index_templates".
  • Inlined service "monolog.logger.elastica" to "fos_elastica.logger".
  • Inlined service "fos_elastica.model_to_elastica_transformer.product.valid" to "fos_elastica.object_persister.product.valid".
  • Inlined service "fos_elastica.elastica_to_model_transformer.product.valid" to "fos_elastica.finder.product.valid".
  • Inlined service "fos_elastica.model_to_elastica_transformer.tag.valid" to "fos_elastica.object_persister.tag.valid".
  • Inlined service "fos_elastica.elastica_to_model_transformer.tag.valid" to "fos_elastica.finder.tag.valid".
  • Inlined service "fos_elastica.model_to_elastica_transformer.ingredient.valid" to "fos_elastica.object_persister.ingredient.valid".
  • Inlined service "fos_elastica.elastica_to_model_transformer.ingredient.valid" to "fos_elastica.finder.ingredient.valid".
  • Inlined service "fos_elastica.model_to_elastica_transformer.company.valid" to "fos_elastica.object_persister.company.valid".
  • Inlined service "fos_elastica.elastica_to_model_transformer.company.valid" to "fos_elastica.finder.company.valid".
  • Inlined service "httplug.collector.auto_discovered_client" to "httplug.strategy".
  • Inlined service "httplug.formatter.full_http_message" to "httplug.collector.formatter".
  • Inlined service ".1_CurlCommandFormatter~ugrpdsM" to "httplug.collector.formatter".
  • Inlined service "httplug.collector.auto_discovered_client.inner" to "httplug.collector.auto_discovered_client".
  • Inlined service "httplug.collector.factory.auto.inner" to "httplug.collector.factory.auto".
  • Inlined service "httplug.collector.factory.auto" to "httplug.client.app.client".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service "sonata.block.loader.chain" to "sonata.block.context_manager.default".
  • Inlined service "sonata.block.exception.strategy.manager" to "sonata.block.renderer.default".
  • Inlined service "sonata.block.loader.service" to "sonata.block.loader.chain".
  • Inlined service "knp_menu.factory_extension.routing" to "knp_menu.factory".
  • Inlined service "knp_menu.renderer_provider" to "knp_menu.helper".
  • Inlined service ".service_locator.lHZYdJL" to "knp_menu.renderer_provider".
  • Inlined service "knp_menu.helper" to "knp_menu.twig.extension".
  • Inlined service "sonata.admin.guesser.orm_list_chain" to "sonata.admin.builder.orm_list".
  • Inlined service "sonata.admin.guesser.orm_list" to "sonata.admin.guesser.orm_list_chain".
  • Inlined service "sonata.admin.guesser.orm_show_chain" to "sonata.admin.builder.orm_show".
  • Inlined service "sonata.admin.guesser.orm_show" to "sonata.admin.guesser.orm_show_chain".
  • Inlined service "sonata.admin.guesser.orm_datagrid_chain" to "sonata.admin.builder.orm_datagrid".
  • Inlined service "sonata.admin.guesser.orm_datagrid" to "sonata.admin.guesser.orm_datagrid_chain".
  • Inlined service "SpecShaper\EncryptBundle\Encryptors\EncryptorFactory" to "SpecShaper\EncryptBundle\Encryptors\EncryptorService".
  • Inlined service "maker.maker.make_authenticator" to "maker.auto_command.make_auth".
  • Inlined service "maker.maker.make_command" to "maker.auto_command.make_command".
  • Inlined service "maker.maker.make_controller" to "maker.auto_command.make_controller".
  • Inlined service "maker.maker.make_crud" to "maker.auto_command.make_crud".
  • Inlined service "maker.maker.make_entity" to "maker.auto_command.make_entity".
  • Inlined service "maker.maker.make_fixtures" to "maker.auto_command.make_fixtures".
  • Inlined service "maker.maker.make_form" to "maker.auto_command.make_form".
  • Inlined service "maker.maker.make_functional_test" to "maker.auto_command.make_functional_test".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_serializer_encoder" to "maker.auto_command.make_serializer_encoder".
  • Inlined service "maker.maker.make_serializer_normalizer" to "maker.auto_command.make_serializer_normalizer".
  • Inlined service "maker.maker.make_subscriber" to "maker.auto_command.make_subscriber".
  • Inlined service "maker.maker.make_twig_extension" to "maker.auto_command.make_twig_extension".
  • Inlined service "maker.maker.make_unit_test" to "maker.auto_command.make_unit_test".
  • Inlined service "maker.maker.make_validator" to "maker.auto_command.make_validator".
  • Inlined service "maker.maker.make_voter" to "maker.auto_command.make_voter".
  • Inlined service "maker.maker.make_user" to "maker.auto_command.make_user".
  • Inlined service "maker.maker.make_migration" to "maker.auto_command.make_migration".
  • Inlined service "sonata.admin.maker" to "maker.auto_command.make_sonata_admin".
  • Inlined service "debug.argument_resolver.request_attribute.inner" to "debug.argument_resolver.request_attribute".
  • Inlined service "debug.argument_resolver.request.inner" to "debug.argument_resolver.request".
  • Inlined service "debug.argument_resolver.session.inner" to "debug.argument_resolver.session".
  • Inlined service "debug.security.user_value_resolver.inner" to "debug.security.user_value_resolver".
  • Inlined service "debug.argument_resolver.service.inner" to "debug.argument_resolver.service".
  • Inlined service "debug.argument_resolver.default.inner" to "debug.argument_resolver.default".
  • Inlined service "debug.argument_resolver.variadic.inner" to "debug.argument_resolver.variadic".
  • Inlined service "debug.argument_resolver.not_tagged_controller.inner" to "debug.argument_resolver.not_tagged_controller".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "security.access.role_hierarchy_voter" to "debug.security.voter.security.access.role_hierarchy_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service "doctrine.dbal.well_known_schema_asset_filter" to "doctrine.dbal.default_schema_asset_filter_manager".
  • Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service ".service_locator.XSes1R5" to ".service_locator.XSes1R5.translation.warmer".
  • Inlined service ".service_locator.M5SKIbs" to ".service_locator.M5SKIbs.router.default".
  • Inlined service ".service_locator.m90YCjy" to ".service_locator.m90YCjy.router.cache_warmer".
  • Inlined service "httplug.client.app.client" to "httplug.client.app.http_methods.inner".
  • Inlined service "httplug.plugin.content_length" to "httplug.client.app.http_methods.inner".
  • Inlined service "httplug.plugin.redirect" to "httplug.client.app.http_methods.inner".
  • Inlined service ".service_locator.QmR6IaG" to "console.command_loader".
  • Inlined service ".service_locator.M5SKIbs.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "fos_user.object_manager" to "fos_user.user_manager".
  • Inlined service "httplug.client.app.http_methods.inner" to "hwi_oauth.http.client".
  • Inlined service "swiftmailer.mailer.default.spool.memory" to "swiftmailer.transport".
  • Inlined service "debug.validator.inner" to "validator".
  • Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
  • Inlined service "monolog.logger.event" to "event_dispatcher".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "monolog.logger.profiler" to "profiler".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "serializer.name_converter.metadata_aware" to "serializer".
  • Inlined service "knp_menu.manipulator" to "twig".
  • Inlined service "knp_menu.manipulator" to "twig".
  • Inlined service "serializer.mapping.class_metadata_factory" to "serializer".
  • Inlined service "serializer.mapping.class_metadata_factory" to "serializer".
  • Inlined service "serializer.mapping.class_metadata_factory" to "serializer".
345
Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\UnusedTagsPass
  • Tag "fos_user.requires_swift" was defined on service(s) "fos_user.mailer", but was never used.
  • Tag "sonata.admin.template_registry" was defined on service(s) "admin.product.template_registry", "admin.productInStock.template_registry", "admin.company.template_registry", "admin.company_location.template_registry", "admin.company_deposit.template_registry", "admin.company_default_shipping.template_registry", "admin.message.template_registry", "admin.region.template_registry", "admin.category.template_registry", "admin.conservation.template_registry", "admin.certification.template_registry", "admin.bio_certification.template_registry", "admin.sys_notification.template_registry", "admin.sys_location.template_registry", "admin.ui_page.template_registry", "admin.homepage.template_registry", "admin.testimony.template_registry", "admin.omelo_post.template_registry", "admin.carrier_post.template_registry", "admin.corpo.template_registry", "admin.product_sponsored.template_registry", "admin.news_letter_subscriber.template_registry", "admin.financial_log.template_registry", "admin.financial_tax.template_registry", "admin.user.template_registry", "admin.cart.template_registry", "admin.cart_paid.template_registry", "admin.cart_on_hold.template_registry", "admin.pre_order.template_registry", "admin.open_cart_with_product.template_registry", "admin.product_replenishment_item.template_registry", "admin.product_replenishment.template_registry", "admin.cart_product.template_registry", "admin.maturin_order.template_registry", "admin.custom_order.template_registry", "admin.cart_coupon.template_registry", "admin.email_sent.template_registry", "admin.distributor_log.template_registry", "admin.storage.template_registry", "admin.invoice_due.template_registry", "admin.invoice_paid.template_registry", "admin.invoice_logistic_due.template_registry", "admin.invoice_logistic_paid.template_registry", "admin.invoice.template_registry", "admin.product_sponsored_category.template_registry", "admin.recurring_order.template_registry", "admin.company_subscription.template_registry", "admin.badge.template_registry", "admin.company_promo_code.template_registry", "admin.recipe.template_registry", "admin.invoice_service.template_registry", "admin.invoice_service_item.template_registry", "admin.product_expired.template_registry", "admin.diet.template_registry", "admin.product_deal.template_registry", "admin.suggested_group.template_registry", "admin.company_association.template_registry", "admin.subscription.template_registry", "admin.statisticsJit.template_registry", "admin.product_replacement_script.template_registry", "admin.user_shipping_location.template_registry", "admin.product_adjustment.template_registry", "admin.variable.template_registry", "admin.delivery_route.template_registry", "admin.city.template_registry", "admin.pickup_locations.template_registry", "admin.hriProduct.template_registry", "admin.userSurvey.template_registry", but was never used.
  • Tag "fos_elastica.client" was defined on service(s) "fos_elastica.client.default", but was never used. Did you mean "fos_elastica.index"?
3