https://maa.nerdw.com/auctions

Log Messages

Info. & Errors 1

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

Level Channel Message
INFO request Matched route
"auctions"
.
[
  "route" => "auctions"
  "route_parameters" => [
    "_route" => "auctions"
    "_controller" => "App\Controller\AuctionsController::index"
  ]
  "request_uri" => "https://maa.nerdw.com/auctions"
  "method" => "GET"
]
CRITICAL request Uncaught PHP Exception Twig\Error\RuntimeError: "Neither the property "lotNo" nor one of the methods "lotNo()", "getlotNo()"/"islotNo()"/"haslotNo()" or "__call()" exist and have public access in class "Doctrine\ORM\PersistentCollection"." at /var/www/html/motus/templates/frontend/auctions.html.twig line 518
[
  "exception" => Twig\Error\RuntimeError {#1243
    #message: "Neither the property "lotNo" nor one of the methods "lotNo()", "getlotNo()"/"islotNo()"/"haslotNo()" or "__call()" exist and have public access in class "Doctrine\ORM\PersistentCollection"."
    #code: 0
    #file: "/var/www/html/motus/templates/frontend/auctions.html.twig"
    #line: 518
    -lineno: 518
    -name: "frontend/auctions.html.twig"
    -rawMessage: "Neither the property "lotNo" nor one of the methods "lotNo()", "getlotNo()"/"islotNo()"/"haslotNo()" or "__call()" exist and have public access in class "Doctrine\ORM\PersistentCollection"."
    -sourcePath: "/var/www/html/motus/templates/frontend/auctions.html.twig"
    -sourceCode: """
      {% extends 'layout.html.twig' %}\n
          {% block meta_title %}\n
              {% set metaTitle = meta.metaTitle %}\n
              {{ metaTitle }}\n
          {% endblock %}\n
          {% block meta_decription %}\n
              {% set metaTitle = meta.metaTitle %}\n
              {%\n
                  set metaDescription = meta.metaDescription\n
              %}\n
              <meta name="description" content="{{ metaDescription }}">\n
              <meta name="twitter:card" content="summary" />\n
              <meta name="twitter:site" content="@motusaa" />\n
              <meta name="twitter:title" content="{{ metaTitle }}" />\n
              <meta name="twitter:description" content="{{ metaDescription }}" />\n
              <meta name="twitter:image" content="{{ app.request.uri ~ 'images/banners' ~ meta.image }}" />\n
              <meta name="twitter:url" content="{{ app.request.uri }}" />\n
      \n
              <meta name="og:image" content="{{ app.request.uri ~ 'images/banners' ~ meta.image }}" />\n
              <meta name="og:title" content="{{ metaTitle }}" />\n
              <meta name="og:description" content="{{ metaDescription }}" />\n
              <meta name="og:url" content="{{ app.request.uri }}" />\n
          {% endblock %}\n
          {% block stylesheets %}\n
              {{parent()}}\n
          {% endblock %}\n
      \n
          {% block slider %}\n
          {% endblock %}\n
      \n
          {% block layout %}\n
      \n
              <section class="section-padding-100 listing-with-map listing-with-map-3">\n
      \n
                  <div class="container-fluid">\n
      \n
                      <div class="row">\n
                          <div class="col-12" style="padding-bottom:15px">\n
                              <a href="{{ app.request.uri }}/auctions/">Home</a> » <a href="{{ app.request.uri }}/auctions/"  style="color:#e2003c">Auction {{ auctions.id }}</a>\n
                          </div>\n
                      </div>\n
      \n
                      <div class="col-12 text-center primary-1">\n
                          <h1>\n
                              {% if auctions.id > 0 %}\n
                              <span class="d-none d-md-block">\n
                                  {% if auctions.isOnline == 1 %}\n
                                      {% set auctionType = 'Timed Online Auction' %}\n
                                  {% else %}\n
                                      {% set auctionType = 'Ohysical Online Auction' %}\n
                                  {% endif %}\n
                                  {{ auctionType ~ ' ' ~ auctions.dateStart|date('l j F Y H:ia') }}\n
                              </span>\n
                              <span class="d-block d-md-none auc-header">\n
                                  {{ auctionType ~ ' ' ~ auctions.dateStart|date('l j F Y H:ia') }}\n
                              </span>\n
                              {% else %}\n
                              <span class="auc-header">\n
                                      Auction Closed\n
                                  </span>\n
                              {% endif %}\n
                          </h1>\n
                      </div>\n
      \n
                      <div class="col-12" data-animation="scaleIn" style="padding-left: 0;padding-right: 0;">\n
                          <div class="multisteps-form__content">\n
      \n
                              <div class="clearfix">\n
      \n
                                  <ul class="nav nav-tabs m-b10">\n
                                      <li role="presentation"  class="namv-item auc-tabs active" id="auction-details">\n
                                          <a data-toggle="tab" class="nav-link <?php echo $auction_details; ?>" aria-controls="auc-det" href="#auc-det">\n
                                              <h4 class="m-btm-0">Auction Details</h4>\n
                                          </a>\n
                                      </li>\n
                                      <li role="presentation" class="namv-item auc-tabs <?php echo $bidding_requirements; ?>" id="bidding-requirements">\n
                                          <a data-toggle="tab" class="nav-link <?php echo $bidding_requirements; ?>" aria-controls="bid-req" href="#bid-req">\n
                                              <h4 class="m-btm-0">\n
                                                  Bidding Requirements\n
                                              </h4>\n
                                          </a>\n
                                      </li>\n
                                      <li role="presentation" class="namv-item auc-tabs <?php echo $downloads; ?>" id="download">\n
                                          <a data-toggle="tab" class="nav-link <?php echo $downloads; ?>" aria-controls="dnld" href="#dnld">\n
                                              <h4 class="m-btm-0">Downloads</h4>\n
                                          </a>\n
                                      </li>\n
                                      <li role="presentation" class="namv-item auc-tabs <?php echo $contacts; ?>" id="contact">\n
                                          <a data-toggle="tab" class="nav-link <?php echo $contacts; ?>" aria-controls="contact" href="#con">\n
                                              <h4 class="m-btm-0">Contacts</h4>\n
                                          </a>\n
                                      </li>\n
                                      <li role="presentation" class="namv-item auc-tabs <?php echo $mailing_list; ?>" id="mail-list">\n
                                          <a data-toggle="tab" class="nav-link <?php echo $mailing_list; ?>" aria-controls="mail-list" href="#ml-list">\n
                                              <h4 class="m-btm-0">Join our Mailing List</h4>\n
                                          </a>\n
                                      </li>\n
                                      <li role="presentation" class="namv-item auc-tabs <?php echo $get_finance; ?>" id="finance">\n
                                          <a data-toggle="tab" class="nav-link <?php echo $get_finance; ?>" aria-controls="finance" href="#fin">\n
                                              <h4 class="m-btm-0">Get Auction Finance</h4>\n
                                          </a>\n
                                      </li>\n
                                      <li role="presentation" class="namv-item auc-tabs auc-rester-tab" id="finance">\n
                                          <a class="nav-link" target="_blank" href="<?php echo $reg_url; ?>">\n
                                              <h4 class="m-btm-0">Register for this auction</h4>\n
                                          </a>\n
                                      </li>\n
                                  </ul>\n
      \n
                                  <div class="dlab-tabs">\n
                                      <div class="tab-content">\n
      \n
                                          <!-- Auction Details -->\n
                                          <div id="auc-det" class="tab-pane clearfix city-list active">\n
                                              <div class="dlab-accordion advanced-search toggle" id="accordion1">\n
                                                  <div class="panel">\n
      \n
                                                      <div class="row">\n
                                                          <div class="d-none d-md-block col-md-3">\n
                                                              <picture>\n
                                                                  <source srcset="{{ asset('images/img-5.jpeg') }}" type="image/webp">\n
                                                                  <source srcset="{{ asset('images/img-5.jpeg') }}" type="image/jpeg">\n
                                                                  <img src="{{ asset('images/img-5.jpeg') }}" alt="Auction Details" class="img-fluid">\n
                                                              </picture>\n
                                                          </div>\n
                                                          <div class="col-12 col-md-9">\n
                                                              <div class="row auc-copy" style="height:100%">\n
                                                                  <div class="col-12 col-sm-4">\n
                                                                      <p class="primary-1" style="margin-bottom:12px">Venue</p>\n
                                                                      Motus Auto Auctions<br>\n
                                                                      19 Herman Road, Meadowdale<br>\n
                                                                      Next to Makro Germiston<br>\n
      \n
                                                                      <script>\n
                                                                          var x = document.getElementById("demo");\n
      \n
                                                                          function getLocation() {\n
                                                                              if (navigator.geolocation) {\n
                                                                                  navigator.geolocation.getCurrentPosition(showPosition);\n
                                                                              } else {\n
                                                                                  x.innerHTML = "Geolocation is not supported by this browser.";\n
                                                                              }\n
                                                                          }\n
      \n
                                                                          function showPosition(position) {\n
                                                                              var url = 'http://maps.google.com/maps?saddr=&daddr=19 Herman Road, Meadowdale';\n
                                                                              window.open(url, "_blank");\n
                                                                          }\n
                                                                      </script>\n
                                                                      <input type="hidden" class="form-control" name="saddr" id="saddr" value="">\n
                                                                      <input type="hidden" class="form-control" value="19 Herman Road, Meadowdale" name="daddr">\n
                                                                      <input type="submit" target="_blank" value="Get Directions" class="btn-second orange-btn vbtm"  onclick="getLocation()">\n
                                                                  </div>\n
                                                                  <div class="col-12 col-sm-4">\n
                                                                      <p class="primary-1" style="margin-bottom:12px">Date & Time</p>\n
      \n
                                                                      {{ auctions.dateStart|date('D d M Y ') }}<br>\n
                                                                      Auction starts at {{ auctions.dateStart|date('H:i A') }}<br>\n
                                                                      <br>\n
                                                                      <div class="align-self-end">\n
                                                                          <h4 class="primary-1">Add To Calendar</h4>\n
                                                                          <a class="email-icons-links align-baseline" href="https://www.google.com/calendar/render?action=TEMPLATE&text=Motus+Auto+Auction&dates=<?php echo $g_date_time_start; ?>/<?php echo $g_date_time_end; ?>Z&details=For+details,+link+here:+<?php echo $auction->protocol . HOST; ?>&location=19+Herman+St,+Meadowdale,+Germiston,+1614&sf=true&output=xml" target="_blank">\n
                                                                              <picture>\n
                                                                                  <source srcset="{{ asset('images/icon-gmail.webp') }}" type="image/webp">\n
                                                                                  <source srcset="{{ asset('images/icon-gmail.png') }}" type="image/png">\n
                                                                                  <img src="{{ asset('images/icon-gmail.png') }}" class="img-fluid" alt="Gmail" title="Gmail">\n
                                                                              </picture>\n
                                                                          </a>\n
      \n
                                                                          <a class="email-icons-links" href="<?php echo $auction->protocol . HOST; ?>i-cal.php?from=<?php echo urlencode($auction->auctions_row['date_start']); ?>&till=<?php echo urlencode($auction->auctions_row['date_end']); ?>&id=<?php echo $_GET['id']; ?>&details=For+details,+link here:+<?php echo $auction->protocol . HOST; ?>">\n
                                                                              <picture>\n
                                                                                  <source srcset="{{ asset('images/icon-outllook.webp') }}" type="image/webp">\n
                                                                                  <source srcset="{{ asset('images/icon-outllook.png') }}" type="image/png">\n
                                                                                  <img src="{{ asset('images/icon-outllook.png') }}" class="img-fluid" alt="Outlook" title="Outlook">\n
                                                                              </picture>\n
                                                                          </a>\n
                                                                          <a class="email-icons-links" href="<?php echo $auction->protocol . HOST; ?>mac-cal.php?from=<?php echo urlencode($auction->auctions_row['date_start']); ?>&till=<?php echo urlencode($auction->auctions_row['date_end']); ?>&id=<?php echo $_GET['id']; ?>&details=For+details,+link here:+<?php echo $auction->protocol . HOST; ?>">\n
                                                                              <picture>\n
                                                                                  <source srcset="{{ asset('images/icon-apple.webp') }}" type="image/webp">\n
                                                                                  <source srcset="{{ asset('images/icon-apple.png') }}" type="image/png">\n
                                                                                  <img src="{{ asset('images/icon-apple.png') }}" class="img-fluid" alt="Apple" title="Apple">\n
                                                                              </picture>\n
                                                                          </a>\n
                                                                      </div>\n
                                                                  </div>\n
                                                                  <div class="col-12 col-sm-4">\n
                                                                      <p class="primary-1" style="margin-bottom:12px">Viewing Days</p>\n
      \n
                                                                      Friday: 8:00 am - 5:00 pm<br>\n
                                                                      Saturday: 9:00 am - 1:00 pm<br>\n
                                                                      Monday: before the auction<br>\n
                                                                  </div>\n
                                                              </div>\n
                                                          </div>\n
                                                      </div>\n
                                                  </div>\n
                                              </div>\n
                                          </div>\n
      \n
                                          <!-- Bidding Requirements -->\n
                                          <div id="bid-req" class="tab-pane clearfix city-list <?php echo $bidding_requirements; ?>">\n
                                              <div class="dlab-accordion advanced-search toggle" id="accordion2">\n
                                                  <div class="panel">\n
      \n
                                                      <div class="row">\n
                                                          <div class="d-none d-md-block col-md-3">\n
                                                              <picture>\n
                                                                  <source srcset="{{ asset('images/img-6.webp') }}" type="image/webp">\n
                                                                  <source srcset="{{ asset('images/img-6.jpeg') }}" type="image/jpeg">\n
                                                                  <img src="{{ asset('images/img-6.jpeg') }}" alt="Bidding Requirements" class="img-fluid">\n
                                                              </picture>\n
                                                          </div>\n
                                                          <div class="col-12 col-md-9">\n
                                                              <div class="row auc-copy" style="height:100%">\n
                                                                  <div class="col-12">\n
                                                                      <p class="primary-1" style="margin-bottom:12px">\n
                                                                          Requirements For Bidding\n
                                                                      </p>\n
      \n
                                                                      <p>\n
                                                                      <ul>\n
                                                                          <li class="li-bullets">Completed registration process</li>\n
                                                                          <li class="li-bullets">Proof of Payment of R5 000 Refundable Deposit</li>\n
                                                                          <li class="li-bullets">Proof of Identity</li>\n
                                                                          <li class="li-bullets">FICA documents</li>\n
                                                                      </ul>\n
                                                                      </p>\n
      \n
                                                                      <br><br>\n
                                                                      <a href="<?php echo $auction->protocol . HOST; ?>buy/fica-requirements/" class="btn-second orange-btn vbtm">Click here for more info</a>\n
                                                                  </div>\n
                                                              </div>\n
                                                          </div>\n
                                                      </div>\n
      \n
                                                  </div>\n
                                              </div>\n
                                          </div>\n
      \n
                                          <!-- Downloads -->\n
                                          <div id="dnld" class="tab-pane clearfix city-list <?php echo $downloads; ?>">\n
                                              <div class="dlab-accordion advanced-search toggle" id="accordion3">\n
                                                  <div class="panel">\n
      \n
                                                      <div class="row">\n
                                                          <div class="d-none d-md-block col-md-3">\n
                                                              <picture>\n
                                                                  <source srcset="{{ asset('images/img-8.webp') }}" type="image/webp">\n
                                                                  <source srcset="{{ asset('images/img-8.jpeg') }}" type="image/jpeg">\n
                                                                  <img src="{{ asset('images/img-8.jpeg') }}" alt="Downloads" class="img-fluid">\n
                                                              </picture>\n
                                                          </div>\n
                                                          <div class="col-12 col-md-9">\n
                                                              <div class="row auc-copy">\n
                                                                  <div class="col-12">\n
                                                                      {% if auctions.id > 0 %}\n
                                                                      <a href="{{ path('auction_pdf') }}" class="btn btn-download btn-download" style="margin-top:0 !important" alt="Download auction list">\n
                                                                          <i class="far fa-file-pdf"></i>\n
                                                                          <b> Auction catalogue</b>\n
                                                                      </a>\n
      \n
                                                                      <br>\n
                                                                      {% endif %}\n
      \n
                                                                      <a class="btn btn-download btn-download" role="button" href="<?php echo $auction->protocol . HOST; ?>buy/fica-requirements/" title="Fica Requirements">\n
                                                                          <i class="far fa-file-pdf"></i>\n
                                                                          <b> FICA Requirements</b>\n
                                                                      </a>\n
      \n
                                                                      <br>\n
      \n
                                                                      <a class="btn btn-download btn-download" role="button" href="<?php echo $auction->protocol . HOST; ?>download.php?banking-details&auctions" alt="Download auction list">\n
                                                                          <i class="far fa-file-pdf"></i>\n
                                                                          <b> Motus Auto Auctions Banking Details</b>\n
                                                                      </a>\n
      \n
                                                                      <br>\n
      \n
                                                                      <a class="btn btn-download btn-download" role="button" href="<?php echo $auction->protocol . HOST; ?>download.php?rules&auctions" title="Terms & Conditions">\n
                                                                          <i class="far fa-file-pdf"></i>\n
                                                                          <b> Motus Auto Auctions Terms and Conditions</b>\n
                                                                      </a>\n
                                                                  </div>\n
                                                              </div>\n
                                                          </div>\n
                                                      </div>\n
      \n
                                                  </div>\n
                                              </div>\n
                                          </div>\n
      \n
                                          <!-- Contact Us -->\n
                                          <div id="con" class="tab-pane clearfix city-list <?php echo $contacts; ?>">\n
                                              <div class="dlab-accordion advanced-search toggle" id="accordion4">\n
                                                  <div class="panel">\n
      \n
                                                      <div class="row">\n
                                                          <div class="d-none d-md-block col-md-3">\n
                                                              <picture>\n
                                                                  <source srcset="{{ asset('images/auc-contact.webp') }}" type="image/webp">\n
                                                                  <source srcset="{{ asset('images/auc-contact-lg.jpg') }}" type="image/jpeg">\n
                                                                  <img src="{{ asset('images/auc-contact-lg.jpg') }}" alt="Contact Us" class="img-fluid">\n
                                                              </picture>\n
                                                          </div>\n
                                                          <div class="col-12 col-md-9">\n
                                                              <div class="row auc-copy">\n
                                                                  <div class="col-12 col-sm-4 no-gutters-left">\n
                                                                      <p class="primary-1" class="auction-con-tab-title">Esias Van Der Westhuizen</p>\n
                                                                      General Manager<br>\n
                                                                      <i class="fas fa-phone-alt" style="color: #293e6b"></i>&nbsp;\n
                                                                      <a href="tel:060 990 0066">060 990 0066</a><br>\n
                                                                      <i class="fas fa-envelope primary-1"></i>&nbsp;\n
                                                                      <a href="mailto:esias.vanderwesthuizen@motusaa.co.za">esias.vanderwesthuizen@motusaa.co.za</a>\n
                                                                  </div>\n
                                                                  <div class="col-12 col-sm-4">\n
                                                                      <p class="primary-1" class="auction-con-tab-title">Christiaan Viviers</p>\n
                                                                      Auction Manager<br>\n
                                                                      <i class="fas fa-phone-alt" style="color: #293e6b"></i>&nbsp;\n
                                                                      <a href="tel:082 871 7096">082 871 7096</a><br>\n
                                                                      <i class="fas fa-envelope primary-1"></i>&nbsp;\n
                                                                      <a href="mailto:christiaan.viviers@motusaa.co.za">christiaan.viviers@motusaa.co.za</a>\n
                                                                      <div class="auction-spacer-15"></div>\n
                                                                  </div>\n
                                                                  <div class="col-12 col-sm-4">\n
                                                                      <p class="primary-1" class="auction-con-tab-title">Motus Auto Auctions</p>\n
                                                                      Office<br>\n
                                                                      <i class="fas fa-phone-alt primary-1"></i>&nbsp;\n
                                                                      <a href="tel:011 201 3700">011 201 3700</a><br>\n
                                                                      <i class="fas fa-envelope primary-1"></i>&nbsp;\n
                                                                      <a target="_blank" href="mailto:info@motusaa.co.za"> info@motusaa.co.za </a>\n
                                                                      <div class="auction-spacer-15"></div>\n
                                                                  </div>\n
                                                              </div>\n
                                                          </div>\n
                                                      </div>\n
      \n
                                                  </div>\n
                                              </div>\n
                                          </div>\n
      \n
                                          <!-- Mail Lists -->\n
                                          <div id="ml-list" class="tab-pane clearfix city-list <?php echo $mailing_list; ?>">\n
                                              <div class="dlab-accordion advanced-search toggle" id="accordion5">\n
                                                  <div class="panel">\n
      \n
                                                      <div class="row">\n
                                                          <div class="d-none d-md-block col-md-3">\n
                                                              <picture>\n
                                                                  <source srcset="{{ asset('images/img-8.webp') }}" type="image/webp">\n
                                                                  <source srcset="{{ asset('images/img-8.jpeg') }}" type="image/jpeg">\n
                                                                  <img src="{{ asset('images/img-8.jpeg') }}" alt="Mailing Lists" class="img-fluid">\n
                                                              </picture>\n
                                                          </div>\n
                                                          <div class="col-12 col-md-9 auc-copy">\n
      \n
                                                              <p class="primary-1" style="margin-bottom:12px">Auction Alert</p>\n
      \n
                                                              <form action="/subscribe/auctions/thank-you/" id="form" method="post">\n
                                                                  <input type="hidden" name="form_id" value="7" />\n
                                                                  <table border="0" cellpadding="2" cellspacing="2" style="width: 90%; font-family: arial;">\n
      \n
                                                                      <tr style="height: 28px;">\n
                                                                          <td style="padding-right:10px !important"><input type="text" class="form-control" name="100" id="name" placeholder="First Name" style="width: 100%;" /></td>\n
                                                                          <td style="padding-left:10px !important"><input type="text" class="form-control" name="102" id="email" placeholder="Email Address" style="width: 100%;" /></td>\n
                                                                      </tr>\n
      \n
                                                                      <tr>\n
                                                                          <td colspan="2">\n
                                                                              <input type="hidden" name="Created" id="Created" value="<?php echo date('Y-m-d H:i:s'); ?>" />\n
                                                                              <input type="hidden" name="register" value="1" />\n
                                                                              <!--                                                                        <input type="hidden" name="109" value="1">-->\n
                                                                              <input type="checkbox" name="contact_me_by_fax_only" value="1" tabindex="-1" class="con-fax" autocomplete="off">\n
                                                                              <input type="submit" name="save" value="Submit" class="btn btn-primary ml-auto float-right" style="background-color: #00bad7; color: #fff; margin-top: 14px;" />\n
                                                                          </td>\n
                                                                      </tr>\n
                                                                  </table>\n
                                                              </form>\n
                                                          </div>\n
                                                      </div>\n
      \n
      \n
                                                  </div>\n
                                              </div>\n
                                          </div>\n
      \n
                                          <!-- Finance -->\n
                                          <div id="fin" class="tab-pane clearfix city-list <?php echo $get_finance; ?>">\n
                                              <div class="dlab-accordion advanced-search toggle" id="accordion6">\n
                                                  <div class="panel">\n
      \n
                                                      <div class="row" style="height:100%">\n
                                                          <div class="d-none d-md-block col-md-3">\n
                                                              <picture>\n
                                                                  <source srcset="{{ asset('images/auc-fin.webp') }}" type="image/webp">\n
                                                                  <source srcset="{{ asset('images/auc-fin-lg.jpg') }}" type="image/jpeg">\n
                                                                  <img src="{{ asset('images/auc-fin.jpg') }}" alt="Downloads" class="img-fluid">\n
                                                              </picture>\n
                                                          </div>\n
                                                          <div class="col-12 col-md-9 auc-copy">\n
      \n
                                                              <p class="primary-1"  style="margin-bottom:12px">Auction Finance</p>\n
      \n
                                                              Let us help you finance your auction car.<br><br>\n
      \n
                                                              <b>CALL</b><br>\n
                                                              Carin: <a href="tel:082 654 7232"> 082 654 7232 </a>\n
      \n
                                                              <img src="{{ asset('images/auction-finance-logo.jpg') }}" style="position: absolute;right: 55px;top: 10px;width: 100%;max-width: 242px">\n
                                                              <a href="https://www.auctionfinance.co.za/" target="_blank" class="btn-second orange-btn vbtm" style="right:65px;left: auto">Visit Auction Finance website</a>\n
                                                          </div>\n
                                                      </div>\n
      \n
                                                  </div>\n
                                              </div>\n
                                          </div>\n
      \n
                                      </div>\n
                                  </div>\n
                              </div>\n
      \n
                          </div>\n
                      </div>\n
                  </div>\n
      \n
                  <!-- Vehicles -->\n
                  <div class="container auction-container">\n
                      <div class="tab-content">\n
                          <div id="listing_list" class="tab-pane active">\n
      \n
                              <div class="row">\n
      \n
                                  <div class="col-sm-12">\n
                                      <div class="row">\n
                                          {% if auction_vehicles is iterable %}\n
                                              {% for auction in auction_vehicles %}\n
                                                  {% if auction.auction.isOnline == 1 %}\n
                                                      {% set auctionType = 'Timed Online Auction' %}\n
                                                  {% else %}\n
                                                      {% set auctionType = 'Physical Online Auction' %}\n
                                                  {% endif %}\n
                                                  <div class="col-12 col-sm-3">\n
                                                      <div class="car-model-layout-list">\n
                                                          <div class="thumb-con img-fluid-vehicle">\n
                                                              {% set thumb = auction.vehicle.vehicleImages.first.thumbName %}\n
                                                              {% if image_exists('https://' ~ app.request.httpHost ~ '/images/vehicles/' ~ auction.vehicle.vehicleImages.first.thumbName) %}\n
                                                                  {% lazyload %}\n
                                                                      <picture>\n
                                                                          <source srcset="{{ asset('/images/vehicles/' ~ thumb ~ '') | imagine_filter('vehicle_thumb_webp') }}" type="image/webp">\n
                                                                          <source srcset="{{ asset('/images/vehicles/' ~ thumb ~ '') | imagine_filter('vehicle_thumb_jpeg') }}" type="image/jpeg">\n
                                                                          <img src="{{ asset('/images/vehicles/' ~ thumb ~ '') | imagine_filter('vehicle_thumb_jpeg') }}"\n
                                                                               width="270" height="145"\n
                                                                               class="img-fluid full-width image-preview"\n
                                                                               alt="{{ auction.vehicle.year ~ ' ' ~ auction.vehicle.make ~ ' ' ~ auction.vehicle.model }}"\n
                                                                          >\n
                                                                      </picture>\n
                                                                  {% endlazyload %}\n
                                                              {% elseif image_exists(auction.vehicle.vehicleImages.first.thumbPath) %}\n
                                                                  <img\n
                                                                          src="{{ auction.vehicle.vehicleImages.first.thumbPath }}"\n
                                                                          class="img-fluid full-width image-preview"\n
                                                                          alt="image"\n
                                                                  >\n
                                                              {% else %}\n
                                                                  <img\n
                                                                          src="{{ asset('images/no-img-1.jpg') }}"\n
                                                                          class="img-fluid full-width image-preview img-max-height"\n
                                                                          alt="Image unavailable"\n
                                                                  >\n
                                                              {% endif %}\n
                                                              <a href="{{ path('vehicle',\n
                                                                  {\n
                                                                      'year':auction.vehicle.year,\n
                                                                      'make':auction.vehicle.make|url_encode,\n
                                                                      'model':auction.vehicle.model|url_encode,\n
                                                                      'id':auction.vehicle.id\n
                                                                  } ) }}"\n
                                                                 class="overlay-auc">\n
                                                                  <div class="text">\n
                                                                      View Vehicle Details<br>\n
                                                                      <span class="preview-icon">\n
                                                                              <i class="fa fa-car" style="font-size:60px"></i>\n
                                                                          </span>\n
                                                                      <br>\n
                                                                      {{ auctionType ~ ' ' ~ auction.auction.dateStart|date('l j F Y H:ia') }}\n
                                                                  </div>\n
                                                              </a>\n
                                                          </div>\n
      \n
                                                          <div class="view" style="padding:15px;padding-top:8px">\n
                                                              <div class="row">\n
                                                                  <h5 class="title ellipsis col-12">\n
                                                                      <a href="{{ path('vehicle',\n
                                                                          {\n
                                                                              'year':auction.vehicle.year,\n
                                                                              'make':auction.vehicle.make|url_encode,\n
                                                                              'model':auction.vehicle.model|url_encode,\n
                                                                              'id':auction.vehicle.id\n
                                                                          } ) }}"\n
                                                                         class="text-light-black vehicle-title">\n
                                                                          {{ auction.vehicle.year ~ ' ' ~ auction.vehicle.make|upper }}\n
                                                                      </a>\n
                                                                      <br>\n
                                                                      <a href="{{ path('vehicle',\n
                                                                          {\n
                                                                              'year':auction.vehicle.year,\n
                                                                              'make':auction.vehicle.make|url_encode,\n
                                                                              'model':auction.vehicle.model|url_encode,\n
                                                                              'id':auction.vehicle.id\n
                                                                          } ) }}"\n
                                                                         class="text-light-black vehicle-title variant">\n
                                                                          {{ auction.vehicle.variant }}\n
                                                                      </a>\n
                                                                  </h5>\n
                                                              </div>\n
                                                              <div class="row">\n
                                                                  <div class="col-6 no-gutters-right">\n
                                                                      <div class="ellipsis">\n
                                                                          <b>Lot no:</b> {{ auction.vehicle.vehicleMotusData.lotNo }}\n
                                                                      </div>\n
                                                                  </div>\n
                                                                  <div class="col-6 no-gutters-left no-gutters-right">\n
                                                                      <div class="ellipsis">\n
                                                                          <b title="Market Guide Value">MGV:</b> R{{ auction.vehicle.vehicleMotusData.mgv|number_format }}\n
                                                                      </div>\n
                                                                  </div>\n
                                                                  <div class="col-6 no-gutters-right">\n
                                                                      <div class="ellipsis">\n
                                                                          <b>Reg:</b> {{ auction.vehicle.regNo }}\n
                                                                      </div>\n
                                                                  </div>\n
                                                                  <div class="col-6 no-gutters-right no-gutters-left">\n
                                                                      <div class="ellipsis">\n
                                                                          {% if auction.vehicle.mileage > 0 %}\n
                                                                              <b>Mileage:</b> {{ auction.vehicle.mileage }}km\n
                                                                          {%  else %}\n
                                                                              N/A\n
                                                                          {% endif %}\n
                                                                      </div>\n
                                                                  </div>\n
                                                              </div>\n
                                                          </div>\n
                                                      </div>\n
                                                  </div>\n
                                              {% endfor %}\n
      \n
                                              <div class="col-12">\n
                                                  <!-- pagination -->\n
                                                  {% set _currentPage = app.request.query.get('p') ?: 1 %}\n
                                                  {% set _currentRoute = app.request.attributes.get('_route') %}\n
                                                  {% set _currentParams = app.request.query.all %}\n
                                                  {% if lastPage > 1 %}\n
                                                      <div class="col-12">\n
                                                          <nav class="custom-pagination">\n
                                                              <ul class="pagination">\n
                                                                  {% if _currentPage > 1 %}\n
                                                                      <li class="page-item"><a class="page-link" href="{{ path(_currentRoute, _currentParams|merge({p: _currentPage - 1})) }}">Previous</a></li>\n
                                                                  {% endif %}\n
                                                                  {% for i in 1..lastPage %}\n
                                                                      <li class="page-item {% if i == _currentPage %}active{% endif %}"><a class="page-link" href="{{ path(_currentRoute, _currentParams|merge({p: i})) }}">{{ i }}</a></li>\n
                                                                  {% endfor %}\n
                                                                  {% if _currentPage < lastPage %}\n
                                                                      <li class="page-item"><a class="page-link" href="{{ path(_currentRoute, _currentParams|merge({p: _currentPage + 1})) }}">Next</a></li>\n
                                                                  {% endif %}\n
                                                              </ul>\n
                                                          </nav>\n
                                                      </div>\n
                                                  {% endif %}\n
                                              </div>\n
      \n
                                          {% else %}\n
                                              <div class="col-12 text-center">\n
                                                  <?php echo $auction->vehicles_row; ?>\n
                                              </div>\n
                                          {% endif %}\n
                                      </div>\n
      \n
                                      <div class="row">\n
                                          <div class="col-12 padding-btm-20">\n
      \n
                                          </div>\n
                                      </div>\n
                                  </div>\n
                              </div>\n
                          </div>\n
                      </div>\n
      \n
                  </div>\n
      \n
                  <iframe allowfullscreen="" frameborder="0" width="100%" height="450" src="https://www.google.com/maps/embed/v1/place?key=<?php echo MAPS_API_KEY; ?>&amp;q=Imperial+Auto+Auctions&amp;zoom=16"></iframe>\n
              </section>\n
      \n
              {{ parent() }}\n
      \n
          {% endblock layout %}\n
      \n
      {% block javascripts %}\n
          {{ parent() }}\n
      {% endblock %}
      """
    trace: {
      /var/www/html/motus/templates/frontend/auctions.html.twig:518 {
        twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
        › <div class="ellipsis">    <b>Lot no:</b> {{ auction.vehicle.vehicleMotusData.lotNo }}</div>
      }
      /var/www/html/motus/templates/frontend/auctions.html.twig:518 {
        __TwigTemplate_6138aa25d1d01283d2191a61fd9faf58->block_layout($context, array $blocks = []) …
        › <div class="ellipsis">    <b>Lot no:</b> {{ auction.vehicle.vehicleMotusData.lotNo }}</div>
      }
      /data/motus/vendor/twig/twig/src/Template.php:171 {
        Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
        › try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/motus/templates/layout.html.twig:28 {
        __TwigTemplate_28b712b41d9aecbe04b04e465f6de2c8->block_body($context, array $blocks = []) …
        › 
        › {% block layout %}    <!-- Newsletter -->
      }
      /data/motus/vendor/twig/twig/src/Template.php:171 {
        Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
        › try {    $template->$block($context, $blocks);} catch (Error $e) {
      }
      /var/www/html/motus/templates/base.html.twig:36 {
        __TwigTemplate_bfacda184d79df378ba92e53cc9dc1f9->doDisplay(array $context, array $blocks = []) …
        › 
        › {% block body %}    <!-- Covid Alert -->
      }
      /data/motus/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /data/motus/vendor/twig/twig/src/Template.php:367 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /data/motus/var/cache/dev/twig/fa/faf62509795d3a4987201169e10121af.php:55 {
        __TwigTemplate_28b712b41d9aecbe04b04e465f6de2c8->doDisplay(array $context, array $blocks = []) …
        › $this->parent = $this->loadTemplate("/base.html.twig", "layout.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /data/motus/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /data/motus/vendor/twig/twig/src/Template.php:367 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /data/motus/var/cache/dev/twig/95/954513bdd50a968dc6570184d9e49372.php:53 {
        __TwigTemplate_6138aa25d1d01283d2191a61fd9faf58->doDisplay(array $context, array $blocks = []) …
        › $this->parent = $this->loadTemplate("layout.html.twig", "frontend/auctions.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
      /data/motus/vendor/twig/twig/src/Template.php:394 {
        Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
        › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
      }
      /data/motus/vendor/twig/twig/src/Template.php:367 {
        Twig\Template->display(array $context, array $blocks = []) …
        › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
      }
      /data/motus/vendor/twig/twig/src/Template.php:379 {
        Twig\Template->render(array $context) …
        › try {    $this->display($context);} catch (\Throwable $e) {
      }
      /data/motus/vendor/twig/twig/src/TemplateWrapper.php:40 {
        Twig\TemplateWrapper->render(array $context = []): string …
        ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
      }
      /data/motus/vendor/twig/twig/src/Environment.php:277 {
        Twig\Environment->render($name, array $context = []): string …
        › {    return $this->load($name)->render($context);}
      }
      /data/motus/vendor/symfony/framework-bundle/Controller/AbstractController.php:251 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
        › 
        ›     return $this->container->get('twig')->render($view, $parameters);}
      }
      /data/motus/vendor/symfony/framework-bundle/Controller/AbstractController.php:259 {
        Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
        › {    $content = $this->renderView($view, $parameters);}
      /data/motus/src/Controller/AuctionsController.php:50 {
        App\Controller\AuctionsController->index(Request $request): Response …
        › 
        › return $this->render('frontend/auctions.html.twig',    [
      }
      /data/motus/vendor/symfony/http-kernel/HttpKernel.php:156 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › // call controller$response = $controller(...$arguments);}
      /data/motus/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /data/motus/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /data/motus/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /data/motus/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /data/motus/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/data/motus/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /var/www/html/motus/templates/frontend/auctions.html.twig:518 {
    twig_get_attribute(Environment $env, Source $source, $object, $item, array $arguments = [], $type = 'any', $isDefinedTest = false, $ignoreStrictCheck = false, $sandboxed = false, int $lineno = -1) …
    › <div class="ellipsis">    <b>Lot no:</b> {{ auction.vehicle.vehicleMotusData.lotNo }}</div>
  }
  /var/www/html/motus/templates/frontend/auctions.html.twig:518 {
    __TwigTemplate_6138aa25d1d01283d2191a61fd9faf58->block_layout($context, array $blocks = []) …
    › <div class="ellipsis">    <b>Lot no:</b> {{ auction.vehicle.vehicleMotusData.lotNo }}</div>
  }
  /data/motus/vendor/twig/twig/src/Template.php:171 {
    Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
    › try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/motus/templates/layout.html.twig:28 {
    __TwigTemplate_28b712b41d9aecbe04b04e465f6de2c8->block_body($context, array $blocks = []) …
    › 
    › {% block layout %}    <!-- Newsletter -->
  }
  /data/motus/vendor/twig/twig/src/Template.php:171 {
    Twig\Template->displayBlock($name, array $context, array $blocks = [], $useBlocks = true, self $templateContext = null) …
    › try {    $template->$block($context, $blocks);} catch (Error $e) {
  }
  /var/www/html/motus/templates/base.html.twig:36 {
    __TwigTemplate_bfacda184d79df378ba92e53cc9dc1f9->doDisplay(array $context, array $blocks = []) …
    › 
    › {% block body %}    <!-- Covid Alert -->
  }
  /data/motus/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /data/motus/vendor/twig/twig/src/Template.php:367 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /data/motus/var/cache/dev/twig/fa/faf62509795d3a4987201169e10121af.php:55 {
    __TwigTemplate_28b712b41d9aecbe04b04e465f6de2c8->doDisplay(array $context, array $blocks = []) …
    › $this->parent = $this->loadTemplate("/base.html.twig", "layout.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /data/motus/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /data/motus/vendor/twig/twig/src/Template.php:367 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /data/motus/var/cache/dev/twig/95/954513bdd50a968dc6570184d9e49372.php:53 {
    __TwigTemplate_6138aa25d1d01283d2191a61fd9faf58->doDisplay(array $context, array $blocks = []) …
    › $this->parent = $this->loadTemplate("layout.html.twig", "frontend/auctions.html.twig", 1);$this->parent->display($context, array_merge($this->blocks, $blocks));}
  /data/motus/vendor/twig/twig/src/Template.php:394 {
    Twig\Template->displayWithErrorHandling(array $context, array $blocks = []) …
    › try {    $this->doDisplay($context, $blocks);} catch (Error $e) {
  }
  /data/motus/vendor/twig/twig/src/Template.php:367 {
    Twig\Template->display(array $context, array $blocks = []) …
    › {    $this->displayWithErrorHandling($this->env->mergeGlobals($context), array_merge($this->blocks, $blocks));}
  }
  /data/motus/vendor/twig/twig/src/Template.php:379 {
    Twig\Template->render(array $context) …
    › try {    $this->display($context);} catch (\Throwable $e) {
  }
  /data/motus/vendor/twig/twig/src/TemplateWrapper.php:40 {
    Twig\TemplateWrapper->render(array $context = []): string …
    ›     // as it should only be used by internal code    return $this->template->render($context, \func_get_args()[1] ?? []);}
  }
  /data/motus/vendor/twig/twig/src/Environment.php:277 {
    Twig\Environment->render($name, array $context = []): string …
    › {    return $this->load($name)->render($context);}
  }
  /data/motus/vendor/symfony/framework-bundle/Controller/AbstractController.php:251 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->renderView(string $view, array $parameters = []): string …
    › 
    ›     return $this->container->get('twig')->render($view, $parameters);}
  }
  /data/motus/vendor/symfony/framework-bundle/Controller/AbstractController.php:259 {
    Symfony\Bundle\FrameworkBundle\Controller\AbstractController->render(string $view, array $parameters = [], Response $response = null): Response …
    › {    $content = $this->renderView($view, $parameters);}
  /data/motus/src/Controller/AuctionsController.php:50 {
    App\Controller\AuctionsController->index(Request $request): Response …
    › 
    › return $this->render('frontend/auctions.html.twig',    [
  }
  /data/motus/vendor/symfony/http-kernel/HttpKernel.php:156 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › // call controller$response = $controller(...$arguments);}
  /data/motus/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /data/motus/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /data/motus/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /data/motus/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /data/motus/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/data/motus/vendor/autoload_runtime.php"
    }
  }
}

Deprecations 7

Log messages generated by using features marked as deprecated.

Time Channel Message
php User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead.
[
  "exception" => ErrorException {#195
    #message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterTrait trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead."
    #code: 0
    #file: "/data/motus/vendor/liip/imagine-bundle/Templating/FilterTrait.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /data/motus/vendor/liip/imagine-bundle/Templating/FilterTrait.php:14 {
        include_once …
        › 
        › @trigger_error('The '.FilterTrait::class.' trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead.', E_USER_DEPRECATED);}
      /data/motus/var/cache/dev/ContainerBP02Vet/App_KernelDevDebugContainer.php:532 {
        ContainerBP02Vet\App_KernelDevDebugContainer->ContainerBP02Vet\{closure} …
        › include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
      }
      /data/motus/vendor/symfony/dependency-injection/Container.php:150 {
        Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
        ›     unset($this->privates['service_container']);    $initialize();}
      }
      /data/motus/vendor/symfony/http-kernel/Kernel.php:454 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
      }
      /data/motus/vendor/symfony/http-kernel/Kernel.php:786 {
        Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
        › $this->initializeBundles();$this->initializeContainer();}
      /data/motus/vendor/symfony/http-kernel/Kernel.php:187 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
      /data/motus/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /data/motus/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /data/motus/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/data/motus/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /data/motus/vendor/liip/imagine-bundle/Templating/FilterTrait.php:14 {
    include_once …
    › 
    › @trigger_error('The '.FilterTrait::class.' trait is deprecated since version 2.7 and will be removed in 3.0; use Twig instead.', E_USER_DEPRECATED);}
  /data/motus/var/cache/dev/ContainerBP02Vet/App_KernelDevDebugContainer.php:532 {
    ContainerBP02Vet\App_KernelDevDebugContainer->ContainerBP02Vet\{closure} …
    › include_once \dirname(__DIR__, 4).'/vendor/friendsofsymfony/ckeditor-bundle/src/Builder/JsonBuilder.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  }
  /data/motus/vendor/symfony/dependency-injection/Container.php:150 {
    Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
    ›     unset($this->privates['service_container']);    $initialize();}
  }
  /data/motus/vendor/symfony/http-kernel/Kernel.php:454 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
  }
  /data/motus/vendor/symfony/http-kernel/Kernel.php:786 {
    Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
    › $this->initializeBundles();$this->initializeContainer();}
  /data/motus/vendor/symfony/http-kernel/Kernel.php:187 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
  /data/motus/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /data/motus/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /data/motus/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/data/motus/vendor/autoload_runtime.php"
    }
  }
}
php User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.
[
  "exception" => ErrorException {#194
    #message: "User Deprecated: The Liip\ImagineBundle\Templating\FilterExtension class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead."
    #code: 0
    #file: "/data/motus/vendor/liip/imagine-bundle/Templating/FilterExtension.php"
    #line: 14
    #severity: E_USER_DEPRECATED
    trace: {
      /data/motus/vendor/liip/imagine-bundle/Templating/FilterExtension.php:14 {
        include_once …
        › 
        › @trigger_error('The '.FilterExtension::class.' class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.', E_USER_DEPRECATED);}
      /data/motus/var/cache/dev/ContainerBP02Vet/App_KernelDevDebugContainer.php:533 {
        ContainerBP02Vet\App_KernelDevDebugContainer->ContainerBP02Vet\{closure} …
        › include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
      }
      /data/motus/vendor/symfony/dependency-injection/Container.php:150 {
        Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
        ›     unset($this->privates['service_container']);    $initialize();}
      }
      /data/motus/vendor/symfony/http-kernel/Kernel.php:454 {
        Symfony\Component\HttpKernel\Kernel->initializeContainer() …
        › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
      }
      /data/motus/vendor/symfony/http-kernel/Kernel.php:786 {
        Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
        › $this->initializeBundles();$this->initializeContainer();}
      /data/motus/vendor/symfony/http-kernel/Kernel.php:187 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
      /data/motus/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /data/motus/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /data/motus/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/data/motus/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /data/motus/vendor/liip/imagine-bundle/Templating/FilterExtension.php:14 {
    include_once …
    › 
    › @trigger_error('The '.FilterExtension::class.' class is deprecated since version 2.7 and will be removed in 3.0; configure "liip_imagine.twig.mode" to "lazy" instead.', E_USER_DEPRECATED);}
  /data/motus/var/cache/dev/ContainerBP02Vet/App_KernelDevDebugContainer.php:533 {
    ContainerBP02Vet\App_KernelDevDebugContainer->ContainerBP02Vet\{closure} …
    › include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';include_once \dirname(__DIR__, 4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';include_once \dirname(__DIR__, 4).'/vendor/symfony/twig-bridge/AppVariable.php';
  }
  /data/motus/vendor/symfony/dependency-injection/Container.php:150 {
    Symfony\Component\DependencyInjection\Container->set(string $id, ?object $service) …
    ›     unset($this->privates['service_container']);    $initialize();}
  }
  /data/motus/vendor/symfony/http-kernel/Kernel.php:454 {
    Symfony\Component\HttpKernel\Kernel->initializeContainer() …
    › self::$freshCache[$cachePath] = true;$this->container->set('kernel', $this);error_reporting($errorLevel);
  }
  /data/motus/vendor/symfony/http-kernel/Kernel.php:786 {
    Symfony\Component\HttpKernel\Kernel->preBoot(): ContainerInterface …
    › $this->initializeBundles();$this->initializeContainer();}
  /data/motus/vendor/symfony/http-kernel/Kernel.php:187 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › if (!$this->booted) {    $container = $this->container ?? $this->preBoot();}
  /data/motus/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /data/motus/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /data/motus/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/data/motus/vendor/autoload_runtime.php"
    }
  }
}
php Deprecated: Creation of dynamic property App\Controller\AuctionsController::$pageManager is deprecated
[
  "exception" => ErrorException {#395
    #message: "Deprecated: Creation of dynamic property App\Controller\AuctionsController::$pageManager is deprecated"
    #code: 0
    #file: "/data/motus/src/Controller/AuctionsController.php"
    #line: 29
    #severity: E_DEPRECATED
    trace: {
      /data/motus/src/Controller/AuctionsController.php:29 {
        App\Controller\AuctionsController->__construct(PaginationManager $pageManager, ParameterBagInterface $params) …
        › public function __construct(PaginationManager $pageManager, ParameterBagInterface $params) {    $this->pageManager = $pageManager;    $this->session = new Session();
      }
      /data/motus/var/cache/dev/ContainerBP02Vet/getAuctionsControllerService.php:24 {
        ContainerBP02Vet\getAuctionsControllerService::do($container, $lazyLoad = true) …
        › 
        › $container->services['App\\Controller\\AuctionsController'] = $instance = new \App\Controller\AuctionsController(($container->privates['App\\Services\\PaginationManager'] ?? ($container->privates['App\\Services\\PaginationManager'] = new \App\Services\PaginationManager())), ($container->privates['parameter_bag'] ?? ($container->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container))));}
      /data/motus/var/cache/dev/ContainerBP02Vet/App_KernelDevDebugContainer.php:576 {
        ContainerBP02Vet\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
        › 
        ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
      }
      /data/motus/vendor/symfony/dependency-injection/Container.php:237 {
        Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
        › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
      }
      /data/motus/vendor/symfony/dependency-injection/Container.php:219 {
        Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
        ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
      }
      /data/motus/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
        › if ($this->container->has($class)) {    return $this->container->get($class);}
      }
      /data/motus/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
        Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
        › {    $controller = parent::instantiateController($class);}
      /data/motus/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
        › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
      }
      /data/motus/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
        Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
        › 
        ›     return parent::createController($controller);}
      }
      /data/motus/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
        Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
        › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
      }
      /data/motus/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
        Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
        › 
        › $ret = $this->resolver->getController($request);}
      /data/motus/vendor/symfony/http-kernel/HttpKernel.php:139 {
        Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
        › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
      }
      /data/motus/vendor/symfony/http-kernel/HttpKernel.php:78 {
        Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
      }
      /data/motus/vendor/symfony/http-kernel/Kernel.php:199 {
        Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
        › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
      }
      /data/motus/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
        Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
        › {    $response = $this->kernel->handle($this->request);    $response->send();
      }
      /data/motus/vendor/autoload_runtime.php:35 {
        require_once …
        ›         ->getRunner($app)        ->run());
      }
      /data/motus/public/index.php:5 {
        › 
        › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
          "/data/motus/vendor/autoload_runtime.php"
        }
      }
    }
  }
]
{
  /data/motus/src/Controller/AuctionsController.php:29 {
    App\Controller\AuctionsController->__construct(PaginationManager $pageManager, ParameterBagInterface $params) …
    › public function __construct(PaginationManager $pageManager, ParameterBagInterface $params) {    $this->pageManager = $pageManager;    $this->session = new Session();
  }
  /data/motus/var/cache/dev/ContainerBP02Vet/getAuctionsControllerService.php:24 {
    ContainerBP02Vet\getAuctionsControllerService::do($container, $lazyLoad = true) …
    › 
    › $container->services['App\\Controller\\AuctionsController'] = $instance = new \App\Controller\AuctionsController(($container->privates['App\\Services\\PaginationManager'] ?? ($container->privates['App\\Services\\PaginationManager'] = new \App\Services\PaginationManager())), ($container->privates['parameter_bag'] ?? ($container->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($container))));}
  /data/motus/var/cache/dev/ContainerBP02Vet/App_KernelDevDebugContainer.php:576 {
    ContainerBP02Vet\App_KernelDevDebugContainer->load($file, $lazyLoad = true) …
    › 
    ›     return class_exists($class, false) ? $class::do($this, $lazyLoad) : $service;}
  }
  /data/motus/vendor/symfony/dependency-injection/Container.php:237 {
    Symfony\Component\DependencyInjection\Container->make(string $id, int $invalidBehavior) …
    › if (isset($this->fileMap[$id])) {    return /* self::IGNORE_ON_UNINITIALIZED_REFERENCE */ 4 === $invalidBehavior ? null : $this->load($this->fileMap[$id]);} elseif (isset($this->methodMap[$id])) {
  }
  /data/motus/vendor/symfony/dependency-injection/Container.php:219 {
    Symfony\Component\DependencyInjection\Container->get(string $id, int $invalidBehavior = 1) …
    ›         ?? $this->services[$id = $this->aliases[$id] ?? $id]        ?? ('service_container' === $id ? $this : ($this->factories[$id] ?? [$this, 'make'])($id, $invalidBehavior));}
  }
  /data/motus/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:53 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->instantiateController(string $class) …
    › if ($this->container->has($class)) {    return $this->container->get($class);}
  }
  /data/motus/vendor/symfony/framework-bundle/Controller/ControllerResolver.php:29 {
    Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver->instantiateController(string $class): object …
    › {    $controller = parent::instantiateController($class);}
  /data/motus/vendor/symfony/http-kernel/Controller/ControllerResolver.php:120 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->createController(string $controller) …
    › try {    $controller = [$this->instantiateController($class), $method];} catch (\Error|\LogicException $e) {
  }
  /data/motus/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php:42 {
    Symfony\Component\HttpKernel\Controller\ContainerControllerResolver->createController(string $controller) …
    › 
    ›     return parent::createController($controller);}
  }
  /data/motus/vendor/symfony/http-kernel/Controller/ControllerResolver.php:86 {
    Symfony\Component\HttpKernel\Controller\ControllerResolver->getController(Request $request) …
    › try {    $callable = $this->createController($controller);} catch (\InvalidArgumentException $e) {
  }
  /data/motus/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php:38 {
    Symfony\Component\HttpKernel\Controller\TraceableControllerResolver->getController(Request $request) …
    › 
    › $ret = $this->resolver->getController($request);}
  /data/motus/vendor/symfony/http-kernel/HttpKernel.php:139 {
    Symfony\Component\HttpKernel\HttpKernel->handleRaw(Request $request, int $type = self::MAIN_REQUEST): Response …
    › // load controllerif (false === $controller = $this->resolver->getController($request)) {    throw new NotFoundHttpException(sprintf('Unable to find the controller for path "%s". The route is wrongly configured.', $request->getPathInfo()));
  }
  /data/motus/vendor/symfony/http-kernel/HttpKernel.php:78 {
    Symfony\Component\HttpKernel\HttpKernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->handleRaw($request, $type);} catch (\Exception $e) {
  }
  /data/motus/vendor/symfony/http-kernel/Kernel.php:199 {
    Symfony\Component\HttpKernel\Kernel->handle(Request $request, int $type = HttpKernelInterface::MAIN_REQUEST, bool $catch = true) …
    › try {    return $this->getHttpKernel()->handle($request, $type, $catch);} finally {
  }
  /data/motus/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php:37 {
    Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner->run(): int …
    › {    $response = $this->kernel->handle($this->request);    $response->send();
  }
  /data/motus/vendor/autoload_runtime.php:35 {
    require_once …
    ›         ->getRunner($app)        ->run());
  }
  /data/motus/public/index.php:5 {
    › 
    › require_once dirname(__DIR__).'/vendor/autoload_runtime.php';arguments: {
      "/data/motus/vendor/autoload_runtime.php"
    }
  }
}
n/a Since symfony/security-core 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" interface is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead.
n/a The "Symfony\Bridge\Doctrine\Logger\DbalLogger" class implements "Doctrine\DBAL\Logging\SQLLogger" that is deprecated Use {@see \Doctrine\DBAL\Logging\Middleware} or implement {@see \Doctrine\DBAL\Driver\Middleware} instead.
[
  "exception" => Symfony\Component\ErrorHandler\Exception\SilencedErrorContext {#1525
    +count: 1
    -severity: E_USER_DEPRECATED
    trace: {
      /var/www/html/motus/vendor/symfony/error-handler/DebugClassLoader.php:390 {
        spl_autoload_call(string $class): void …
        › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
      }
      spl_autoload_call() {}
    }
  }
]
{
  /var/www/html/motus/vendor/symfony/error-handler/DebugClassLoader.php:390 {
    spl_autoload_call(string $class): void …
    › foreach ($deprecations as $message) {    @trigger_error($message, \E_USER_DEPRECATED);}
  }
  spl_autoload_call() {}
}
n/a Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the "App\Controller\Admin\UserCrudController" service.
n/a Since symfony/security-bundle 5.3: The "Symfony\Component\Security\Core\Encoder\UserPasswordEncoderInterface" service is deprecated, use "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface" instead. It is being referenced by the ".service_locator.pwZ6MTM" service.

Debug 121

Unimportant log messages generated during the execution of the application.

Time Channel Message
security Checking for authenticator support.
[
  "firewall_name" => "main"
  "authenticators" => 2
]
security Checking support on authenticator.
[
  "firewall_name" => "main"
  "authenticator" => "App\Security\LoginFormAuthenticator"
]
security Authenticator does not support the request.
[
  "firewall_name" => "main"
  "authenticator" => "App\Security\LoginFormAuthenticator"
]
security Checking support on authenticator.
[
  "firewall_name" => "main"
  "authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
]
security Authenticator does not support the request.
[
  "firewall_name" => "main"
  "authenticator" => "Symfony\Component\Security\Http\Authenticator\FormLoginAuthenticator"
]
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
"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\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
"EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::handleLegacyEaContext"
.
[
  "event" => "kernel.request"
  "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::handleLegacyEaContext"
]
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
"EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController"
]
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
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
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"
]
doctrine SELECT t0.id AS id_1, t0.page AS page_2, t0.meta_title AS meta_title_3, t0.meta_description AS meta_description_4, t0.image AS image_5, t0.modified AS modified_6, t0.created AS created_7 FROM meta_data t0 WHERE t0.id = ? LIMIT 1
[
  4
]
doctrine SELECT t0.id AS id_1, t0.finance_house_id AS finance_house_id_2, t0.date_start AS date_start_3, t0.date_end AS date_end_4, t0.address AS address_5, t0.is_online AS is_online_6, t0.catalogue AS catalogue_7, t0.status AS status_8, t0.api_id AS api_id_9, t0.modified AS modified_10, t0.created AS created_11, t0.csv AS csv_12, t0.bidding_prefix AS bidding_prefix_13, t0.sponsors AS sponsors_14, t0.vehicle_count AS vehicle_count_15 FROM auctions t0 WHERE t0.status = ? LIMIT 1
[
  1
]
doctrine SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT a0_.id AS id_0, a0_.modified AS modified_1, a0_.created AS created_2, v1_.id AS id_3, v1_.publication_status AS publication_status_4, v1_.vehicle_status AS vehicle_status_5, v1_.year AS year_6, v1_.make AS make_7, v1_.model AS model_8, v1_.variant AS variant_9, v1_.mileage AS mileage_10, v1_.transmission AS transmission_11, v1_.fuel_type AS fuel_type_12, v1_.colour AS colour_13, v1_.body_type AS body_type_14, v1_.category AS category_15, v1_.primary_colour AS primary_colour_16, v1_.no_of_door AS no_of_door_17, v1_.vin AS vin_18, v1_.stock_number AS stock_number_19, v1_.reg_no AS reg_no_20, v1_.is_csv AS is_csv_21, v1_.modified AS modified_22 FROM auction_vehicles a0_ INNER JOIN vehicle v1_ ON a0_.vehicle_id = v1_.id INNER JOIN vehicle_motus_data v2_ ON v1_.id = v2_.vehicle_id WHERE v1_.make IS NOT NULL AND v1_.variant IS NOT NULL AND v1_.reg_no IS NOT NULL AND v1_.mileage IS NOT NULL AND v2_.mgv IS NOT NULL ORDER BY v2_.lot_no ASC) dctrn_result) dctrn_table
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
event Notified event
"debug.security.authorization.vote"
to listener
"Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
.
[
  "event" => "debug.security.authorization.vote"
  "listener" => "Symfony\Bundle\SecurityBundle\EventListener\VoteListener::onVoterVote"
]
doctrine SELECT DISTINCT id_0 FROM (SELECT DISTINCT id_0, lot_no_23 FROM (SELECT a0_.id AS id_0, a0_.modified AS modified_1, a0_.created AS created_2, v1_.id AS id_3, v1_.publication_status AS publication_status_4, v1_.vehicle_status AS vehicle_status_5, v1_.year AS year_6, v1_.make AS make_7, v1_.model AS model_8, v1_.variant AS variant_9, v1_.mileage AS mileage_10, v1_.transmission AS transmission_11, v1_.fuel_type AS fuel_type_12, v1_.colour AS colour_13, v1_.body_type AS body_type_14, v1_.category AS category_15, v1_.primary_colour AS primary_colour_16, v1_.no_of_door AS no_of_door_17, v1_.vin AS vin_18, v1_.stock_number AS stock_number_19, v1_.reg_no AS reg_no_20, v1_.is_csv AS is_csv_21, v1_.modified AS modified_22, v2_.lot_no AS lot_no_23, v2_.mgv AS mgv_24 FROM auction_vehicles a0_ INNER JOIN vehicle v1_ ON a0_.vehicle_id = v1_.id INNER JOIN vehicle_motus_data v2_ ON v1_.id = v2_.vehicle_id WHERE v1_.make IS NOT NULL AND v1_.variant IS NOT NULL AND v1_.reg_no IS NOT NULL AND v1_.mileage IS NOT NULL AND v2_.mgv IS NOT NULL) dctrn_result_inner ORDER BY lot_no_23 ASC) dctrn_result LIMIT 12
doctrine SELECT a0_.id AS id_0, a0_.modified AS modified_1, a0_.created AS created_2, v1_.id AS id_3, v1_.publication_status AS publication_status_4, v1_.vehicle_status AS vehicle_status_5, v1_.year AS year_6, v1_.make AS make_7, v1_.model AS model_8, v1_.variant AS variant_9, v1_.mileage AS mileage_10, v1_.transmission AS transmission_11, v1_.fuel_type AS fuel_type_12, v1_.colour AS colour_13, v1_.body_type AS body_type_14, v1_.category AS category_15, v1_.primary_colour AS primary_colour_16, v1_.no_of_door AS no_of_door_17, v1_.vin AS vin_18, v1_.stock_number AS stock_number_19, v1_.reg_no AS reg_no_20, v1_.is_csv AS is_csv_21, v1_.modified AS modified_22, a0_.auction_id AS auction_id_23, a0_.vehicle_id AS vehicle_id_24 FROM auction_vehicles a0_ INNER JOIN vehicle v1_ ON a0_.vehicle_id = v1_.id INNER JOIN vehicle_motus_data v2_ ON v1_.id = v2_.vehicle_id WHERE v1_.make IS NOT NULL AND v1_.variant IS NOT NULL AND v1_.reg_no IS NOT NULL AND v1_.mileage IS NOT NULL AND v2_.mgv IS NOT NULL AND a0_.id IN (?) ORDER BY v2_.lot_no ASC
[
  [
    1
  ]
]
doctrine SELECT t0.id AS id_1, t0.is_primary AS is_primary_2, t0.display_order AS display_order_3, t0.description AS description_4, t0.thumb_path AS thumb_path_5, t0.full_image_path AS full_image_path_6, t0.img AS img_7, t0.modified AS modified_8, t0.thumb_name AS thumb_name_9, t0.vehicle_id AS vehicle_id_10 FROM vehicle_image t0 WHERE t0.vehicle_id = ?
[
  101349
]
doctrine SELECT t0.id AS id_1, t0.notes AS notes_2, t0.lot_no AS lot_no_3, t0.reg_no AS reg_no_4, t0.mgv AS mgv_5, t0.is_featured AS is_featured_6, t0.api_id AS api_id_7, t0.modified AS modified_8, t0.created AS created_9, t0.vehicle_id AS vehicle_id_10 FROM vehicle_motus_data t0 WHERE t0.vehicle_id = ?
[
  101349
]
event Notified event
"kernel.exception"
to listener
"App\EventSubscriber\ExceptionSubscriber::processException"
.
[
  "event" => "kernel.exception"
  "listener" => "App\EventSubscriber\ExceptionSubscriber::processException"
]
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
"App\EventSubscriber\ExceptionSubscriber::logException"
.
[
  "event" => "kernel.exception"
  "listener" => "App\EventSubscriber\ExceptionSubscriber::logException"
]
event Notified event
"kernel.exception"
to listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::logKernelException"
]
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
"App\EventSubscriber\ExceptionSubscriber::notifyException"
.
[
  "event" => "kernel.exception"
  "listener" => "App\EventSubscriber\ExceptionSubscriber::notifyException"
]
event Notified event
"kernel.exception"
to listener
"EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\ExceptionListener::onKernelException"
]
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\ErrorListener::onKernelException"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
event Listener
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
stopped propagation of the event
"kernel.exception"
.
[
  "event" => "kernel.exception"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onKernelException"
]
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\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
"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\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::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\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
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"
]
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
"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\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
"EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::handleLegacyEaContext"
.
[
  "event" => "kernel.request"
  "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::handleLegacyEaContext"
]
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
"EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest"
.
[
  "event" => "kernel.request"
  "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelRequest"
]
event Notified event
"kernel.controller"
to listener
"EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController"
.
[
  "event" => "kernel.controller"
  "listener" => "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber::onKernelController"
]
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
"Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
.
[
  "event" => "kernel.controller_arguments"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments"
]
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"
]
doctrine SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
doctrine SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
doctrine SELECT DATABASE()
doctrine SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'motus_new' AND TABLE_NAME = 'doctrine_migration_versions' ORDER BY ORDINAL_POSITION ASC
doctrine SELECT DATABASE()
doctrine SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME`, k.`ORDINAL_POSITION` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON c.constraint_name = k.constraint_name AND c.table_name = 'doctrine_migration_versions' */ WHERE k.table_name = 'doctrine_migration_versions' AND k.table_schema = 'motus_new' /*!50116 AND c.constraint_schema = 'motus_new' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL ORDER BY k.`ORDINAL_POSITION`
doctrine SELECT DATABASE()
doctrine SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'doctrine_migration_versions' AND TABLE_SCHEMA = 'motus_new' ORDER BY SEQ_IN_INDEX ASC
doctrine SELECT t.ENGINE, t.AUTO_INCREMENT, t.TABLE_COMMENT, t.CREATE_OPTIONS, t.TABLE_COLLATION, ccsa.CHARACTER_SET_NAME FROM information_schema.TABLES t INNER JOIN information_schema.`COLLATION_CHARACTER_SET_APPLICABILITY` ccsa ON ccsa.COLLATION_NAME = t.TABLE_COLLATION WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'doctrine_migration_versions'
doctrine SELECT * FROM doctrine_migration_versions
doctrine SELECT DATABASE()
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\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
"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\RememberMe\ResponseListener::onKernelResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::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\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader"
]
event Notified event
"kernel.response"
to listener
"Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
.
[
  "event" => "kernel.response"
  "listener" => "Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse"
]
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 1471

Log messages generated during the compilation of the service container.

Class Messages
Liip\ImagineBundle\DependencyInjection\Compiler\LoadersCompilerPass
  • [liip/imagine-bundle] Registered binary loader: liip_imagine.binary.loader.default
1
Liip\ImagineBundle\DependencyInjection\Compiler\FiltersCompilerPass
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.relative_resize
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.resize
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.thumbnail
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.crop
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.grayscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.paste_image
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.watermark_image
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.background
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.strip
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.scale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.upscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.downscale
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.auto_rotate
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.rotate
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.flip
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.interlace
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.resample
  • [liip/imagine-bundle] Registered filter loader: liip_imagine.filter.loader.fixed
18
Liip\ImagineBundle\DependencyInjection\Compiler\PostProcessorsCompilerPass
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.jpegoptim
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.optipng
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.pngquant
  • [liip/imagine-bundle] Registered filter post-processor: liip_imagine.filter.post_processor.mozjpeg
4
Liip\ImagineBundle\DependencyInjection\Compiler\ResolversCompilerPass
  • [liip/imagine-bundle] Registered cache resolver: liip_imagine.cache.resolver.default
  • [liip/imagine-bundle] Registered cache resolver: liip_imagine.cache.resolver.no_cache_web_path
2
Liip\ImagineBundle\DependencyInjection\Compiler\MaybeSetMimeServicesAsAliasesCompilerPass
  • [liip/imagine-bundle] Replaced the "liip_imagine.mime_type_guesser" and "liip_imagine.extension_guesser" service definitions with aliases to "mime_types"
1
Symfony\Component\DependencyInjection\Compiler\ResolveChildDefinitionsPass
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.htmlcompress" (parent: .abstract.instanceof.htmlcompress).
  • Resolving inheritance for "htmlcompress" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.htmlcompress).
  • Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchVehicleCommand" (parent: .abstract.instanceof.App\Command\FetchVehicleCommand).
  • Resolving inheritance for "App\Command\FetchVehicleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchVehicleCommand).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AuctionRulesCrudController" (parent: .abstract.instanceof.App\Controller\Admin\AuctionRulesCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AuctionRulesCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AuctionRulesCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\AuctionRulesCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AuctionRulesCrudController).
  • Resolving inheritance for "App\Controller\Admin\AuctionRulesCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\AuctionRulesCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AuctionsCrudController" (parent: .abstract.instanceof.App\Controller\Admin\AuctionsCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AuctionsCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AuctionsCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\AuctionsCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AuctionsCrudController).
  • Resolving inheritance for "App\Controller\Admin\AuctionsCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\AuctionsCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController" (parent: .abstract.instanceof.App\Controller\Admin\DashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\DashboardController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController).
  • Resolving inheritance for "App\Controller\Admin\DashboardController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\DashboardController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DownloadsCrudController" (parent: .abstract.instanceof.App\Controller\Admin\DownloadsCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DownloadsCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DownloadsCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\DownloadsCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DownloadsCrudController).
  • Resolving inheritance for "App\Controller\Admin\DownloadsCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\DownloadsCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FaqCategoriesCrudController" (parent: .abstract.instanceof.App\Controller\Admin\FaqCategoriesCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FaqCategoriesCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FaqCategoriesCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\FaqCategoriesCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FaqCategoriesCrudController).
  • Resolving inheritance for "App\Controller\Admin\FaqCategoriesCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\FaqCategoriesCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FaqCrudController" (parent: .abstract.instanceof.App\Controller\Admin\FaqCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FaqCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FaqCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\FaqCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FaqCrudController).
  • Resolving inheritance for "App\Controller\Admin\FaqCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\FaqCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MetaDataCrudController" (parent: .abstract.instanceof.App\Controller\Admin\MetaDataCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MetaDataCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MetaDataCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\MetaDataCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MetaDataCrudController).
  • Resolving inheritance for "App\Controller\Admin\MetaDataCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\MetaDataCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PageCrudController" (parent: .abstract.instanceof.App\Controller\Admin\PageCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PageCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PageCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\PageCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PageCrudController).
  • Resolving inheritance for "App\Controller\Admin\PageCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\PageCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TransactionsCrudController" (parent: .abstract.instanceof.App\Controller\Admin\TransactionsCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TransactionsCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TransactionsCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\TransactionsCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TransactionsCrudController).
  • Resolving inheritance for "App\Controller\Admin\TransactionsCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\TransactionsCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserCrudController" (parent: .abstract.instanceof.App\Controller\Admin\UserCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\UserCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserCrudController).
  • Resolving inheritance for "App\Controller\Admin\UserCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\UserCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UsersCrudController" (parent: .abstract.instanceof.App\Controller\Admin\UsersCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UsersCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UsersCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\UsersCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UsersCrudController).
  • Resolving inheritance for "App\Controller\Admin\UsersCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\UsersCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VehicleCrudController" (parent: .abstract.instanceof.App\Controller\Admin\VehicleCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VehicleCrudController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VehicleCrudController).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\VehicleCrudController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VehicleCrudController).
  • Resolving inheritance for "App\Controller\Admin\VehicleCrudController" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\VehicleCrudController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuctionRulesController" (parent: .abstract.instanceof.App\Controller\AuctionRulesController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuctionRulesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuctionRulesController).
  • Resolving inheritance for "App\Controller\AuctionRulesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuctionRulesController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuctionsController" (parent: .abstract.instanceof.App\Controller\AuctionsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuctionsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuctionsController).
  • Resolving inheritance for "App\Controller\AuctionsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuctionsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalculatorController" (parent: .abstract.instanceof.App\Controller\CalculatorController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalculatorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalculatorController).
  • Resolving inheritance for "App\Controller\CalculatorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalculatorController).
  • 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\DownloadsController" (parent: .abstract.instanceof.App\Controller\DownloadsController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DownloadsController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\DownloadsController).
  • Resolving inheritance for "App\Controller\DownloadsController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DownloadsController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FaqController" (parent: .abstract.instanceof.App\Controller\FaqController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FaqController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FaqController).
  • Resolving inheritance for "App\Controller\FaqController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FaqController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController" (parent: .abstract.instanceof.App\Controller\HomeController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController).
  • Resolving inheritance for "App\Controller\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LegalPrivacyController" (parent: .abstract.instanceof.App\Controller\LegalPrivacyController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LegalPrivacyController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LegalPrivacyController).
  • Resolving inheritance for "App\Controller\LegalPrivacyController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LegalPrivacyController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoginController" (parent: .abstract.instanceof.App\Controller\LoginController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoginController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoginController).
  • Resolving inheritance for "App\Controller\LoginController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoginController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PageController" (parent: .abstract.instanceof.App\Controller\PageController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PageController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PageController).
  • Resolving inheritance for "App\Controller\PageController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PageController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController" (parent: .abstract.instanceof.App\Controller\RegistrationController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController).
  • Resolving inheritance for "App\Controller\RegistrationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\RegistrationController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController" (parent: .abstract.instanceof.App\Controller\ResetPasswordController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\ResetPasswordController).
  • Resolving inheritance for "App\Controller\ResetPasswordController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController" (parent: .abstract.instanceof.App\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController).
  • Resolving inheritance for "App\Controller\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController).
  • Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UsersController" (parent: .abstract.instanceof.App\Controller\UsersController).
  • Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UsersController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UsersController).
  • Resolving inheritance for "App\Controller\UsersController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UsersController).
  • Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ExceptionSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\ExceptionSubscriber).
  • Resolving inheritance for "App\EventSubscriber\ExceptionSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ExceptionSubscriber).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AuctionRegisterFormType" (parent: .abstract.instanceof.App\Form\AuctionRegisterFormType).
  • Resolving inheritance for "App\Form\AuctionRegisterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AuctionRegisterFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType" (parent: .abstract.instanceof.App\Form\ChangePasswordFormType).
  • Resolving inheritance for "App\Form\ChangePasswordFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CommentType" (parent: .abstract.instanceof.App\Form\CommentType).
  • Resolving inheritance for "App\Form\CommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CommentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyDetailsFormType" (parent: .abstract.instanceof.App\Form\CompanyDetailsFormType).
  • Resolving inheritance for "App\Form\CompanyDetailsFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyDetailsFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactNumberFormType" (parent: .abstract.instanceof.App\Form\ContactNumberFormType).
  • Resolving inheritance for "App\Form\ContactNumberFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactNumberFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DirectorsFormType" (parent: .abstract.instanceof.App\Form\DirectorsFormType).
  • Resolving inheritance for "App\Form\DirectorsFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DirectorsFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocumentType" (parent: .abstract.instanceof.App\Form\DocumentType).
  • Resolving inheritance for "App\Form\DocumentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocumentType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImageType" (parent: .abstract.instanceof.App\Form\ImageType).
  • Resolving inheritance for "App\Form\ImageType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImageType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegisterFormType" (parent: .abstract.instanceof.App\Form\RegisterFormType).
  • Resolving inheritance for "App\Form\RegisterFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegisterFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType" (parent: .abstract.instanceof.App\Form\RegistrationFormType).
  • Resolving inheritance for "App\Form\RegistrationFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType" (parent: .abstract.instanceof.App\Form\ResetPasswordRequestFormType).
  • Resolving inheritance for "App\Form\ResetPasswordRequestFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransactionsFormType" (parent: .abstract.instanceof.App\Form\TransactionsFormType).
  • Resolving inheritance for "App\Form\TransactionsFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransactionsFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TrusteesFormType" (parent: .abstract.instanceof.App\Form\TrusteesFormType).
  • Resolving inheritance for "App\Form\TrusteesFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TrusteesFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserTypeFormType" (parent: .abstract.instanceof.App\Form\UserTypeFormType).
  • Resolving inheritance for "App\Form\UserTypeFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserTypeFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleDataFormType" (parent: .abstract.instanceof.App\Form\VehicleDataFormType).
  • Resolving inheritance for "App\Form\VehicleDataFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleDataFormType).
  • Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VerifyFormType" (parent: .abstract.instanceof.App\Form\VerifyFormType).
  • Resolving inheritance for "App\Form\VerifyFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VerifyFormType).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionRegisterRepository" (parent: .abstract.instanceof.App\Repository\AuctionRegisterRepository).
  • Resolving inheritance for "App\Repository\AuctionRegisterRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionRegisterRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionRulesRepository" (parent: .abstract.instanceof.App\Repository\AuctionRulesRepository).
  • Resolving inheritance for "App\Repository\AuctionRulesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionRulesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionSponsorsRepository" (parent: .abstract.instanceof.App\Repository\AuctionSponsorsRepository).
  • Resolving inheritance for "App\Repository\AuctionSponsorsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionSponsorsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionVehiclesRepository" (parent: .abstract.instanceof.App\Repository\AuctionVehiclesRepository).
  • Resolving inheritance for "App\Repository\AuctionVehiclesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionVehiclesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionsRepository" (parent: .abstract.instanceof.App\Repository\AuctionsRepository).
  • Resolving inheritance for "App\Repository\AuctionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyTaxNoRepository" (parent: .abstract.instanceof.App\Repository\CompanyTaxNoRepository).
  • Resolving inheritance for "App\Repository\CompanyTaxNoRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyTaxNoRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CopyRepository" (parent: .abstract.instanceof.App\Repository\CopyRepository).
  • Resolving inheritance for "App\Repository\CopyRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CopyRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DirectorsRepository" (parent: .abstract.instanceof.App\Repository\DirectorsRepository).
  • Resolving inheritance for "App\Repository\DirectorsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DirectorsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentsRepository" (parent: .abstract.instanceof.App\Repository\DocumentsRepository).
  • Resolving inheritance for "App\Repository\DocumentsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DownloadsRepository" (parent: .abstract.instanceof.App\Repository\DownloadsRepository).
  • Resolving inheritance for "App\Repository\DownloadsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DownloadsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqCategoriesRepository" (parent: .abstract.instanceof.App\Repository\FaqCategoriesRepository).
  • Resolving inheritance for "App\Repository\FaqCategoriesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqCategoriesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqRepository" (parent: .abstract.instanceof.App\Repository\FaqRepository).
  • Resolving inheritance for "App\Repository\FaqRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HowDidYouHearRepository" (parent: .abstract.instanceof.App\Repository\HowDidYouHearRepository).
  • Resolving inheritance for "App\Repository\HowDidYouHearRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HowDidYouHearRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MetaDataRepository" (parent: .abstract.instanceof.App\Repository\MetaDataRepository).
  • Resolving inheritance for "App\Repository\MetaDataRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MetaDataRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageRepository" (parent: .abstract.instanceof.App\Repository\PageRepository).
  • Resolving inheritance for "App\Repository\PageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageViewsRepository" (parent: .abstract.instanceof.App\Repository\PageViewsRepository).
  • Resolving inheritance for "App\Repository\PageViewsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageViewsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PreferencesRepository" (parent: .abstract.instanceof.App\Repository\PreferencesRepository).
  • Resolving inheritance for "App\Repository\PreferencesRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PreferencesRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository" (parent: .abstract.instanceof.App\Repository\ResetPasswordRequestRepository).
  • Resolving inheritance for "App\Repository\ResetPasswordRequestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SponsorsRepository" (parent: .abstract.instanceof.App\Repository\SponsorsRepository).
  • Resolving inheritance for "App\Repository\SponsorsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SponsorsRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransactionsRepository" (parent: .abstract.instanceof.App\Repository\TransactionsRepository).
  • Resolving inheritance for "App\Repository\TransactionsRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransactionsRepository).
  • 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\UsersRepository" (parent: .abstract.instanceof.App\Repository\UsersRepository).
  • Resolving inheritance for "App\Repository\UsersRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\UsersRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleImageRepository" (parent: .abstract.instanceof.App\Repository\VehicleImageRepository).
  • Resolving inheritance for "App\Repository\VehicleImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleImageRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleMotusDataRepository" (parent: .abstract.instanceof.App\Repository\VehicleMotusDataRepository).
  • Resolving inheritance for "App\Repository\VehicleMotusDataRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleMotusDataRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleOptionRepository" (parent: .abstract.instanceof.App\Repository\VehicleOptionRepository).
  • Resolving inheritance for "App\Repository\VehicleOptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleOptionRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehiclePriceRepository" (parent: .abstract.instanceof.App\Repository\VehiclePriceRepository).
  • Resolving inheritance for "App\Repository\VehiclePriceRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehiclePriceRepository).
  • Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleRepository" (parent: .abstract.instanceof.App\Repository\VehicleRepository).
  • Resolving inheritance for "App\Repository\VehicleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleRepository).
  • Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ImageExistsExtension" (parent: .abstract.instanceof.App\Twig\ImageExistsExtension).
  • Resolving inheritance for "App\Twig\ImageExistsExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ImageExistsExtension).
  • 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.system_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "cache.global_clearer" (parent: cache.default_clearer).
  • Resolving inheritance for "assets._default_package" (parent: assets.path_package).
  • Resolving inheritance for "mailer.transport_factory.null" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.sendmail" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.smtp" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "mailer.transport_factory.native" (parent: mailer.transport_factory.abstract).
  • Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
  • Resolving inheritance for "secrets.decryption_key" (parent: container.env).
  • Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
  • 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.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 "cache.security_expression_language" (parent: cache.system).
  • 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.user.provider.concrete.app_user_provider" (parent: doctrine.orm.security.user.provider).
  • Resolving inheritance for "security.firewall.map.config.dev" (parent: security.firewall.config).
  • Resolving inheritance for "security.firewall.map.context.dev" (parent: security.firewall.context).
  • Resolving inheritance for "security.firewall.map.config.main" (parent: security.firewall.config).
  • Resolving inheritance for "security.listener.main.user_provider" (parent: security.listener.user_provider.abstract).
  • Resolving inheritance for "security.context_listener.0" (parent: security.context_listener).
  • Resolving inheritance for "security.listener.session.main" (parent: security.listener.session).
  • Resolving inheritance for "security.logout_listener.main" (parent: security.logout_listener).
  • Resolving inheritance for "security.logout.listener.default.main" (parent: security.logout.listener.default).
  • Resolving inheritance for "security.logout.listener.session.main" (parent: security.logout.listener.session).
  • Resolving inheritance for "security.authenticator.form_login.main" (parent: security.authenticator.form_login).
  • 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.authenticator.manager.main" (parent: security.authenticator.manager).
  • Resolving inheritance for "security.firewall.authenticator.main" (parent: security.firewall.authenticator).
  • Resolving inheritance for "security.listener.user_checker.main" (parent: security.listener.user_checker).
  • Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
  • Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.lazy_context).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator).
  • Resolving inheritance for ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator" (parent: .abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator).
  • Resolving inheritance for "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator" (parent: .instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator).
  • Resolving inheritance for "vich_uploader.namer_origname.auctions" (parent: vich_uploader.namer_origname).
  • Resolving inheritance for "vich_uploader.namer_origname.page" (parent: vich_uploader.namer_origname).
  • Resolving inheritance for "vich_uploader.namer_origname.meta" (parent: vich_uploader.namer_origname).
  • Resolving inheritance for "vich_uploader.namer_origname.vehicle" (parent: vich_uploader.namer_origname).
  • Resolving inheritance for "vich_uploader.namer_origname.documents" (parent: vich_uploader.namer_origname).
  • Resolving inheritance for "vich_uploader.namer_origname.downloads" (parent: vich_uploader.namer_origname).
  • Resolving inheritance for "vich_uploader.listener.inject.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.upload.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.clean.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.remove.orm" (parent: vich_uploader.listener.doctrine.base).
  • Resolving inheritance for "vich_uploader.listener.inject.mongodb" (parent: vich_uploader.listener.inject.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.mongodb" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.mongodb" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.mongodb" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.inject.phpcr" (parent: vich_uploader.listener.inject.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.phpcr" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.phpcr" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.phpcr" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.auctions" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.auctions" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.auctions" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.page" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.page" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.page" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.meta" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.meta" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.meta" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.vehicle" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.vehicle" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.vehicle" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.documents" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.documents" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.documents" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "vich_uploader.listener.clean.downloads" (parent: vich_uploader.listener.clean.orm).
  • Resolving inheritance for "vich_uploader.listener.remove.downloads" (parent: vich_uploader.listener.remove.orm).
  • Resolving inheritance for "vich_uploader.listener.upload.downloads" (parent: vich_uploader.listener.upload.orm).
  • Resolving inheritance for "liip_imagine.cache.resolver.default" (parent: liip_imagine.cache.resolver.prototype.web_path).
  • Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.loader.prototype.filesystem).
  • Resolving inheritance for "liip_imagine.binary.loader.default" (parent: liip_imagine.binary.locator.filesystem).
  • 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_docker_database" (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_message" (parent: maker.auto_command.abstract).
  • Resolving inheritance for "maker.auto_command.make_messenger_middleware" (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_reset_password" (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_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 "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.mailer" (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.debug" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
  • Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
372
Symfony\Component\HttpKernel\DependencyInjection\RemoveEmptyControllerArgumentLocatorsPass
  • Removing method "setEncoder" of service "App\Controller\Admin\UserCrudController" from controller candidates: the method is called at instantiation, thus cannot be an action.
1
Symfony\Component\DependencyInjection\Compiler\RemovePrivateAliasesPass
  • Removed service "Psr\Container\ContainerInterface"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ContainerInterface"; 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\HttpKernel\UriSigner"; reason: private alias.
  • Removed service "Symfony\Component\DependencyInjection\ReverseContainer"; reason: private alias.
  • Removed service "Symfony\Component\String\Slugger\SluggerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpKernel\Fragment\FragmentUriGeneratorInterface"; reason: private alias.
  • Removed service "error_renderer.html"; reason: private alias.
  • Removed service "error_renderer"; reason: private alias.
  • Removed service "Psr\EventDispatcher\EventDispatcherInterface"; reason: private alias.
  • Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
  • Removed service "Psr\Cache\CacheItemPoolInterface"; 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\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 "SessionHandlerInterface"; reason: private alias.
  • Removed service "Symfony\Component\HttpFoundation\Session\Flash\FlashBagInterface"; reason: private alias.
  • Removed service "session.storage.factory"; 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 "mailer"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\MailerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mailer\Transport\TransportInterface"; reason: private alias.
  • Removed service "mailer.logger_message_listener"; 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\PropertyInfo\PropertyAccessExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyDescriptionExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyTypeExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyListExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyInitializableExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyReadInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\PropertyInfo\PropertyWriteInfoExtractorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Uid\Factory\UlidFactory"; reason: private alias.
  • Removed service "Symfony\Component\Uid\Factory\UuidFactory"; reason: private alias.
  • Removed service "Symfony\Component\Uid\Factory\NameBasedUuidFactory"; reason: private alias.
  • Removed service "Symfony\Component\Uid\Factory\RandomBasedUuidFactory"; reason: private alias.
  • Removed service "Symfony\Component\Uid\Factory\TimeBasedUuidFactory"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
  • Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; 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 "Twig_Environment"; reason: private alias.
  • Removed service "Twig\Environment"; reason: private alias.
  • Removed service "logger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface"; reason: private alias.
  • Removed service "Doctrine\DBAL\Driver\Connection"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection"; reason: private alias.
  • Removed service "Doctrine\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "Doctrine\Common\Persistence\ManagerRegistry"; reason: private alias.
  • Removed service "doctrine.dbal.event_manager"; reason: private alias.
  • Removed service "Doctrine\DBAL\Connection $defaultConnection"; 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\EntityManagerInterface $defaultEntityManager"; reason: private alias.
  • Removed service "doctrine.orm.default_entity_manager.event_manager"; reason: private alias.
  • Removed service "doctrine.migrations.metadata_storage"; 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\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\PasswordHasher\Hasher\PasswordHasherFactoryInterface"; reason: private alias.
  • Removed service "security.password_hasher"; reason: private alias.
  • Removed service "Symfony\Component\PasswordHasher\Hasher\UserPasswordHasherInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Http\Authentication\UserAuthenticatorInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\Authentication\AuthenticationManagerInterface"; reason: private alias.
  • Removed service "Symfony\Component\Security\Guard\GuardAuthenticatorHandler"; reason: private alias.
  • Removed service "security.firewall"; reason: private alias.
  • Removed service "security.user_providers"; 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 "security.user_checker.main"; reason: private alias.
  • Removed service "security.firewall.context_locator"; reason: private alias.
  • Removed service "Symfony\Component\Security\Core\User\UserCheckerInterface"; reason: private alias.
  • Removed service "vich_uploader.storage"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Storage\StorageInterface"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Storage\FileSystemStorage"; reason: private alias.
  • Removed service "vich_uploader.metadata_driver"; reason: private alias.
  • Removed service "vich_uploader.metadata.cache"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Handler\DownloadHandler"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Handler\UploadHandler"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Form\Type\VichFileType"; reason: private alias.
  • Removed service "Vich\UploaderBundle\Form\Type\VichImageType"; reason: private alias.
  • Removed service "SymfonyCasts\Bundle\ResetPassword\ResetPasswordHelperInterface"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\FilterFactoryCollection"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\StackBuilder"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Config\StackCollection"; reason: private alias.
  • Removed service "liip_imagine"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Cache\CacheManager"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Data\DataManager"; reason: private alias.
  • Removed service "Liip\ImagineBundle\Imagine\Filter\FilterManager"; reason: private alias.
  • Removed service "SymfonyCasts\Bundle\VerifyEmail\VerifyEmailHelperInterface"; reason: private alias.
  • Removed service "twig.loader.filesystem"; reason: private alias.
  • Removed service "argument_resolver.controller_locator"; 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 $mailerLogger"; 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 $debugLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
  • Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
  • Removed service "doctrine.id_generator_locator"; reason: private alias.
  • Removed service "liip_imagine.mime_type_guesser"; reason: private alias.
  • Removed service "liip_imagine.extension_guesser"; reason: private alias.
  • Removed service ".service_locator.Mo0FXEU"; reason: private alias.
  • Removed service ".service_locator.wKF4yn1"; 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 "var_dumper.cli_dumper"; reason: private alias.
  • Removed service "doctrine.migrations.migrations_factory"; reason: private alias.
  • Removed service "security.access.decision_manager"; 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 "EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver"; reason: private alias.
  • Removed service "EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver"; 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 "doctrine.orm.default_metadata_driver"; reason: private alias.
  • Removed service ".service_locator._5g_Wvc"; reason: private alias.
  • Removed service ".service_locator.JBAFp66"; reason: private alias.
  • Removed service ".service_locator.c1uUVZb"; reason: private alias.
  • Removed service ".service_locator.wl5Ymvc"; reason: private alias.
  • Removed service ".service_locator.2If3Gqv"; reason: private alias.
  • Removed service ".service_locator.HoBWItU"; reason: private alias.
  • Removed service ".service_locator.7VDoXVk"; reason: private alias.
  • Removed service ".service_locator.x16RqkD"; reason: private alias.
  • Removed service ".service_locator.p41iBpi"; reason: private alias.
  • Removed service ".service_locator.Er0_7SX"; reason: private alias.
  • Removed service ".service_locator.lDJSw7o"; reason: private alias.
  • Removed service ".service_locator.6KoT76J"; reason: private alias.
  • Removed service ".service_locator.vS1lpro"; reason: private alias.
  • Removed service ".service_locator.F2VpVm6"; reason: private alias.
  • Removed service ".service_locator.kXCVHeG"; reason: private alias.
  • Removed service ".service_locator.RfK8sxY"; reason: private alias.
  • Removed service ".service_locator.YgnUtf6"; reason: private alias.
  • Removed service ".service_locator.yciRRzv"; reason: private alias.
  • Removed service ".service_locator.UO__bti"; reason: private alias.
  • Removed service ".service_locator.ASSXzMq"; reason: private alias.
  • Removed service ".service_locator.bwOqYwe"; reason: private alias.
  • Removed service ".service_locator.S3Bk2.h"; reason: private alias.
201
Symfony\Component\DependencyInjection\Compiler\ReplaceAliasByActualDefinitionPass
  • Changed reference of service "App\Controller\Admin\UserCrudController" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • Changed reference of service "App\Security\LoginFormAuthenticator" 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.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 "console.command.validator_debug" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "session.flash_bag" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "session.attribute_bag" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service "form.type_guesser.validator" previously pointing to "debug.validator" to "validator".
  • Changed reference of service "form.type.choice" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type.file" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "form.type.color" 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.form.validator" previously pointing to "translator.data_collector" to "translator".
  • 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 "mailer.mailer" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.abstract" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.null" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.sendmail" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.smtp" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "mailer.transport_factory.native" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • 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 "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 "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 "twig.extension.form" previously pointing to "translator.data_collector" to "translator".
  • 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 "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.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.authenticator.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "security.authenticator.json_login" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "security.authentication.guard_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Cache\CacheWarmer" previously pointing to "router.default" to "router".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber" previously pointing to "router.default" to "router".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber" previously pointing to "router.default" to "router".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" previously pointing to "router.default" to "router".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory" previously pointing to "router.default" to "router".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Orm\EntityRepository" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Factory\ActionFactory" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service "EasyCorp\Bundle\EasyAdminBundle\Router\CrudUrlGenerator" previously pointing to "router.default" to "router".
  • Changed reference of service "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "fos_ck_editor.renderer" previously pointing to "router.default" to "router".
  • Changed reference of service "liip_imagine.cache.manager" previously pointing to "router.default" to "router".
  • Changed reference of service "liip_imagine.cache.manager" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service "tetranz_select2entity.select2entity_type" previously pointing to "router.default" to "router".
  • Changed reference of service "symfonycasts.verify_email.helper" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.pwZ6MTM" previously pointing to "security.user_password_encoder.generic" to "security.password_encoder".
  • 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.simple_role_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 "debug.security.voter.EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.opmh_Hv" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.opmh_Hv" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.wPLAlW_" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.W9y3dzm" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.J4b.DPX" previously pointing to "translator.data_collector" to "translator".
  • Changed reference of service ".service_locator.HLwzKIm" previously pointing to "router.default" to "router".
  • Changed reference of service ".service_locator.jlyTfzM" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
  • Changed reference of service ".service_locator.qStIMoR" previously pointing to ".session.do-not-use" to "session".
  • Changed reference of service ".service_locator.qStIMoR" previously pointing to ".session.do-not-use" to "session".
88
Symfony\Component\DependencyInjection\Compiler\RemoveAbstractDefinitionsPass
  • Removed service "container.env"; reason: abstract.
  • 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.redis_tag_aware"; 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 "assets.remote_json_manifest_version_strategy"; reason: abstract.
  • Removed service "mailer.transport_factory.abstract"; reason: abstract.
  • Removed service "maker.auto_command.abstract"; 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 "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 "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.ldap"; reason: abstract.
  • Removed service "security.user.provider.chain"; reason: abstract.
  • Removed service "security.logout_listener"; reason: abstract.
  • Removed service "security.logout.listener.session"; reason: abstract.
  • Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
  • Removed service "security.logout.listener.default"; 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.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.authenticator.manager"; reason: abstract.
  • Removed service "security.firewall.authenticator"; reason: abstract.
  • Removed service "security.listener.user_provider.abstract"; reason: abstract.
  • Removed service "security.listener.user_checker"; reason: abstract.
  • Removed service "security.listener.session"; reason: abstract.
  • Removed service "security.listener.login_throttling"; reason: abstract.
  • Removed service "security.authenticator.http_basic"; reason: abstract.
  • Removed service "security.authenticator.form_login"; reason: abstract.
  • Removed service "security.authenticator.json_login"; reason: abstract.
  • Removed service "security.authenticator.x509"; reason: abstract.
  • Removed service "security.authenticator.remote_user"; reason: abstract.
  • Removed service "security.authentication.provider.guard"; reason: abstract.
  • Removed service "security.authentication.listener.guard"; reason: abstract.
  • Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
  • Removed service "liip_imagine.binary.loader.prototype.flysystem"; reason: abstract.
  • Removed service "liip_imagine.binary.loader.prototype.flysystem2"; reason: abstract.
  • Removed service "liip_imagine.binary.loader.prototype.chain"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.web_path"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.aws_s3"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.cache"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.flysystem"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.flysystem2"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.proxy"; reason: abstract.
  • Removed service "liip_imagine.cache.resolver.prototype.psr_cache"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.htmlcompress"; reason: abstract.
  • Removed service ".abstract.instanceof.htmlcompress"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FetchVehicleCommand"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Command\FetchVehicleCommand"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AuctionRulesCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AuctionRulesCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\AuctionRulesCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\AuctionRulesCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AuctionsCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AuctionsCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\AuctionsCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\AuctionsCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DashboardController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\DashboardControllerInterface.0.App\Controller\Admin\DashboardController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\DashboardController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DownloadsCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DownloadsCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\DownloadsCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\DownloadsCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FaqCategoriesCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FaqCategoriesCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\FaqCategoriesCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\FaqCategoriesCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FaqCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FaqCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\FaqCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\FaqCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MetaDataCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MetaDataCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\MetaDataCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\MetaDataCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PageCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PageCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\PageCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\PageCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TransactionsCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TransactionsCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\TransactionsCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\TransactionsCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UserCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UserCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\UserCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\UserCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\UsersCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\UsersCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\UsersCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\UsersCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\VehicleCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\VehicleCrudController"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Controller\CrudControllerInterface.0.App\Controller\Admin\VehicleCrudController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\Admin\VehicleCrudController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuctionRulesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuctionRulesController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AuctionRulesController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\AuctionsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\AuctionsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\AuctionsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CalculatorController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CalculatorController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\CalculatorController"; 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\DownloadsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\DownloadsController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\DownloadsController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\FaqController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\FaqController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\FaqController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\HomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\HomeController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\HomeController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LegalPrivacyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LegalPrivacyController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\LegalPrivacyController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\LoginController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\LoginController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\LoginController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\PageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\PageController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\PageController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\RegistrationController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.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\ResetPasswordController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\ResetPasswordController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\ResetPasswordController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\SecurityController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\UsersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\UsersController"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Controller\UsersController"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\ExceptionSubscriber"; reason: abstract.
  • Removed service ".abstract.instanceof.App\EventSubscriber\ExceptionSubscriber"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AuctionRegisterFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\AuctionRegisterFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ChangePasswordFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ChangePasswordFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CommentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CommentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\CompanyDetailsFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\CompanyDetailsFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactNumberFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ContactNumberFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DirectorsFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\DirectorsFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\DocumentType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\DocumentType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ImageType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ImageType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegisterFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\RegisterFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\RegistrationFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\RegistrationFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ResetPasswordRequestFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\ResetPasswordRequestFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TransactionsFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\TransactionsFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\TrusteesFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\TrusteesFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\UserTypeFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\UserTypeFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VehicleDataFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VehicleDataFormType"; reason: abstract.
  • Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\VerifyFormType"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Form\VerifyFormType"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionRegisterRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AuctionRegisterRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionRulesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AuctionRulesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionSponsorsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AuctionSponsorsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionVehiclesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AuctionVehiclesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AuctionsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\AuctionsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CompanyTaxNoRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CompanyTaxNoRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\CopyRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\CopyRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DirectorsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DirectorsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DocumentsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DocumentsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DownloadsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\DownloadsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqCategoriesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FaqCategoriesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FaqRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\FaqRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\HowDidYouHearRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\HowDidYouHearRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MetaDataRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\MetaDataRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PageViewsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PageViewsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PreferencesRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\PreferencesRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\ResetPasswordRequestRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SponsorsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\SponsorsRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransactionsRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\TransactionsRepository"; 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\UsersRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\UsersRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleImageRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\VehicleImageRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleMotusDataRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\VehicleMotusDataRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleOptionRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\VehicleOptionRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehiclePriceRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\VehiclePriceRepository"; reason: abstract.
  • Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VehicleRepository"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Repository\VehicleRepository"; reason: abstract.
  • Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ImageExistsExtension"; reason: abstract.
  • Removed service ".abstract.instanceof.App\Twig\ImageExistsExtension"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ChoiceConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\CommonConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\ComparisonConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\DateTimeConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\EntityConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NullConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\NumericConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Filter\FilterConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Filter\Configurator\TextConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ArrayConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AssociationConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\AvatarConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\BooleanConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CodeEditorConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CollectionConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPostConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CommonPreConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CountryConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\CurrencyConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\DateTimeConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\EmailConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\FormConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IdConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ImageConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\IntegerConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LanguageConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\LocaleConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\MoneyConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\NumberConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\PercentConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\ChoiceConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\SlugConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TelephoneConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TextEditorConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\TimezoneConfigurator"; reason: abstract.
  • Removed service ".instanceof.EasyCorp\Bundle\EasyAdminBundle\Contracts\Field\FieldConfiguratorInterface.0.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator"; reason: abstract.
  • Removed service ".abstract.instanceof.EasyCorp\Bundle\EasyAdminBundle\Field\Configurator\UrlConfigurator"; reason: abstract.
335
Symfony\Component\DependencyInjection\Compiler\RemoveUnusedDefinitionsPass
  • Removed service "App\EventListener\ExceptionListener"; reason: unused.
  • Removed service "http_cache"; reason: unused.
  • Removed service "http_cache.store"; reason: unused.
  • Removed service "reverse_container"; reason: unused.
  • Removed service "cache.app.taggable"; reason: unused.
  • Removed service ".cache_connection.GD_MSZC"; reason: unused.
  • Removed service ".cache_connection.JKE6keX"; reason: unused.
  • Removed service "session.storage.factory.php_bridge"; reason: unused.
  • Removed service "session.storage.factory.mock_file"; reason: unused.
  • Removed service "session.storage.factory.service"; reason: unused.
  • Removed service "session.flash_bag"; reason: unused.
  • Removed service "session.attribute_bag"; reason: unused.
  • Removed service "session.handler.native_file"; reason: unused.
  • Removed service "session.abstract_handler"; reason: unused.
  • Removed service "session.marshaller"; reason: unused.
  • Removed service "assets.empty_package"; reason: unused.
  • Removed service "mailer.default_transport"; reason: unused.
  • Removed service "mailer.messenger.message_handler"; reason: unused.
  • Removed service "validator.mapping.cache.adapter"; reason: unused.
  • Removed service "translator.logging"; reason: unused.
  • Removed service "annotations.filesystem_cache_adapter"; reason: unused.
  • Removed service "annotations.filesystem_cache"; reason: unused.
  • Removed service "annotations.cache"; reason: unused.
  • Removed service "name_based_uuid.factory"; reason: unused.
  • Removed service "random_based_uuid.factory"; reason: unused.
  • Removed service "time_based_uuid.factory"; reason: unused.
  • Removed service "mime_types"; reason: unused.
  • Removed service "maker.maker.make_functional_test"; reason: unused.
  • Removed service "maker.maker.make_unit_test"; reason: unused.
  • Removed service "twig.loader.chain"; reason: unused.
  • Removed service "twig.extension.debug"; reason: unused.
  • Removed service "twig.extension.weblink"; reason: unused.
  • Removed service "twig.runtime.serializer"; reason: unused.
  • Removed service "twig.extension.serializer"; 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 "monolog.http_client"; reason: unused.
  • Removed service "doctrine.dbal.logger.chain"; reason: unused.
  • Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
  • Removed service ".1_ServiceLocator~Y7dpG2Z"; 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"; reason: unused.
  • Removed service "doctrine.orm.quote_strategy.ansi"; reason: unused.
  • Removed service "doctrine.migrations.connection_loader"; reason: unused.
  • Removed service "doctrine.migrations.em_loader"; reason: unused.
  • Removed service "doctrine.migrations.connection_registry_loader"; reason: unused.
  • Removed service "security.helper"; reason: unused.
  • Removed service "security.authentication.session_strategy_noop"; 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.authenticator.managers_locator"; reason: unused.
  • Removed service "security.user_authenticator"; reason: unused.
  • Removed service "security.authentication.guard_handler"; reason: unused.
  • Removed service "vich_uploader.adapter.mongodb"; reason: unused.
  • Removed service "vich_uploader.adapter.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.inject.orm"; reason: unused.
  • Removed service "vich_uploader.listener.upload.orm"; reason: unused.
  • Removed service "vich_uploader.listener.clean.orm"; reason: unused.
  • Removed service "vich_uploader.listener.remove.orm"; reason: unused.
  • Removed service "vich_uploader.listener.inject.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.upload.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.clean.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.remove.mongodb"; reason: unused.
  • Removed service "vich_uploader.listener.inject.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.upload.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.clean.phpcr"; reason: unused.
  • Removed service "vich_uploader.listener.remove.phpcr"; reason: unused.
  • Removed service "vich_uploader.metadata.attribute_reader"; reason: unused.
  • Removed service "symfonycasts.reset_password.fake_request_repository"; reason: unused.
  • Removed service "liip_imagine.mime_types"; reason: unused.
  • Removed service "liip_imagine.imagick"; reason: unused.
  • Removed service "liip_imagine.gmagick"; reason: unused.
  • Removed service "liip_imagine.binary.loader.prototype.filesystem"; reason: unused.
  • Removed service "liip_imagine.binary.loader.prototype.stream"; reason: unused.
  • Removed service "liip_imagine.binary.locator.filesystem"; reason: unused.
  • Removed service "liip_imagine.binary.locator.filesystem_insecure"; reason: unused.
  • Removed service "liip_imagine.templating.filter_helper"; reason: unused.
  • Removed service "tetranz_select2entity.autocomplete_service"; reason: unused.
  • Removed service ".service_locator.pwZ6MTM"; reason: unused.
  • Removed service "monolog.logger.translation"; reason: unused.
  • Removed service "security.ldap_locator"; reason: unused.
  • Removed service ".service_locator.XXv1IfR"; reason: unused.
  • Removed service ".service_locator.aa1PbBb"; reason: unused.
93
Symfony\Component\DependencyInjection\Compiler\InlineServiceDefinitionsPass
  • Inlined service "App\Services\VehicleFeedManager" to "App\Command\FetchVehicleCommand".
  • Inlined service ".service_locator.opmh_Hv.App\Controller\Admin\AuctionRulesCrudController" to "App\Controller\Admin\AuctionRulesCrudController".
  • Inlined service ".service_locator.opmh_Hv.App\Controller\Admin\AuctionsCrudController" to "App\Controller\Admin\AuctionsCrudController".
  • Inlined service ".service_locator.wPLAlW_.App\Controller\Admin\DashboardController" to "App\Controller\Admin\DashboardController".
  • Inlined service ".service_locator.opmh_Hv.App\Controller\Admin\DownloadsCrudController" to "App\Controller\Admin\DownloadsCrudController".
  • Inlined service ".service_locator.opmh_Hv.App\Controller\Admin\FaqCategoriesCrudController" to "App\Controller\Admin\FaqCategoriesCrudController".
  • Inlined service ".service_locator.opmh_Hv.App\Controller\Admin\FaqCrudController" to "App\Controller\Admin\FaqCrudController".
  • Inlined service ".service_locator.opmh_Hv.App\Controller\Admin\MetaDataCrudController" to "App\Controller\Admin\MetaDataCrudController".
  • Inlined service ".service_locator.opmh_Hv.App\Controller\Admin\PageCrudController" to "App\Controller\Admin\PageCrudController".
  • Inlined service ".service_locator.opmh_Hv.App\Controller\Admin\TransactionsCrudController" to "App\Controller\Admin\TransactionsCrudController".
  • Inlined service ".service_locator.opmh_Hv.App\Controller\Admin\UserCrudController" to "App\Controller\Admin\UserCrudController".
  • Inlined service ".service_locator.opmh_Hv.App\Controller\Admin\UsersCrudController" to "App\Controller\Admin\UsersCrudController".
  • Inlined service ".service_locator.opmh_Hv.App\Controller\Admin\VehicleCrudController" to "App\Controller\Admin\VehicleCrudController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\AuctionRulesController" to "App\Controller\AuctionRulesController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\AuctionsController" to "App\Controller\AuctionsController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\CalculatorController" to "App\Controller\CalculatorController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ContactController" to "App\Controller\ContactController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\DownloadsController" to "App\Controller\DownloadsController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\FaqController" to "App\Controller\FaqController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\HomeController" to "App\Controller\HomeController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\LegalPrivacyController" to "App\Controller\LegalPrivacyController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\LoginController" to "App\Controller\LoginController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\PageController" to "App\Controller\PageController".
  • Inlined service "App\Security\EmailVerifier" to "App\Controller\RegistrationController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\RegistrationController" to "App\Controller\RegistrationController".
  • Inlined service "symfonycasts.reset_password.helper" to "App\Controller\ResetPasswordController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\ResetPasswordController" to "App\Controller\ResetPasswordController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\SecurityController" to "App\Controller\SecurityController".
  • Inlined service ".service_locator.W9y3dzm.App\Controller\UsersController" to "App\Controller\UsersController".
  • Inlined service "symfonycasts.verify_email.helper" to "App\Security\EmailVerifier".
  • Inlined service "twig.error_renderer.html" to "error_controller".
  • Inlined service "debug.argument_resolver" to "http_kernel".
  • Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
  • Inlined service "uri_signer" to "fragment.uri_generator".
  • Inlined service "monolog.logger.console" to "console.error_listener".
  • 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 "session.storage.factory.native" to "session.factory".
  • Inlined service ".service_locator.qStIMoR" to "session_listener".
  • Inlined service "security.csrf.token_generator" to "security.csrf.token_manager".
  • Inlined service "form.extension" to "form.registry".
  • Inlined service "form.resolved_type_factory" to "form.registry".
  • Inlined service ".service_locator.KSfigkJ" 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.empty_version_strategy" to "assets._default_package".
  • Inlined service "assets.context" to "assets._default_package".
  • Inlined service "mailer.transports" to "mailer.mailer".
  • Inlined service "mailer.transport_factory" to "mailer.transports".
  • Inlined service "validator.validator_factory" to "validator.builder".
  • Inlined service "doctrine.orm.validator_initializer" to "validator.builder".
  • Inlined service "validator.property_info_loader" to "validator.builder".
  • Inlined service "doctrine.orm.default_entity_manager.validator_loader" to "validator.builder".
  • Inlined service ".service_locator.anofQPJ" to "validator.validator_factory".
  • Inlined service "validator.expression_language" to "validator.expression".
  • Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
  • Inlined service "property_info" to "validator.property_info_loader".
  • Inlined service "property_info" to "validator.property_info_loader".
  • Inlined service "property_info" to "validator.property_info_loader".
  • Inlined service ".service_locator.O24_MAy" 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.J4b.DPX.translation.warmer" to "translation.warmer".
  • Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
  • 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 "doctrine_migrations.migrations_collector" to "profiler".
  • Inlined service "mailer.data_collector" to "profiler".
  • Inlined service "EasyCorp\Bundle\EasyAdminBundle\Inspector\DataCollector" to "profiler".
  • Inlined service "Vich\UploaderBundle\DataCollector\MappingCollector" 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 "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 ".service_locator.kODoftA" to "routing.loader.container".
  • Inlined service "routing.resolver" to "routing.loader".
  • Inlined service ".service_locator.1ZPWTRB" to "router.expression_language_provider".
  • Inlined service ".service_locator.HLwzKIm.router.cache_warmer" to "router.cache_warmer".
  • Inlined service "annotations.dummy_registry" to "annotations.reader".
  • Inlined service "cache.property_access" to "property_accessor".
  • Inlined service "secrets.decryption_key" to "secrets.vault".
  • Inlined service "maker.autoloader_util" to "maker.file_manager".
  • Inlined service "maker.file_link_formatter" to "maker.file_manager".
  • Inlined service "maker.autoloader_finder" to "maker.autoloader_util".
  • Inlined service "maker.template_component_generator" to "maker.generator".
  • Inlined service "maker.event_registry" to "maker.maker.make_subscriber".
  • Inlined service "maker.user_class_builder" to "maker.maker.make_user".
  • 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 ".service_locator.PQK0.4p.sensio_framework_extra.view.listener" to "sensio_framework_extra.view.listener".
  • Inlined service "sensio_framework_extra.security.expression_language.default" to "sensio_framework_extra.security.listener".
  • Inlined service "twig.loader.native_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.dump" to "twig".
  • Inlined service "twig.extension.logout_url" to "twig".
  • Inlined service "twig.extension.security" to "twig".
  • Inlined service "htmlcompress" to "twig".
  • Inlined service "App\Twig\ImageExistsExtension" to "twig".
  • Inlined service "twig.extension.webprofiler" to "twig".
  • Inlined service "doctrine.twig.doctrine_extension" to "twig".
  • Inlined service "EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension" to "twig".
  • Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
  • Inlined service "fos_ck_editor.twig_extension" to "twig".
  • Inlined service "liip_imagine.templating.filter_extension" to "twig".
  • Inlined service "twig.app_variable" to "twig".
  • Inlined service "twig.runtime_loader" to "twig".
  • Inlined service "twig.configurator.environment" to "twig".
  • Inlined service ".service_locator.aq4MYft.twig.template_cache_warmer" to "twig.template_cache_warmer".
  • Inlined service "twig.template_iterator" to "twig.template_cache_warmer".
  • Inlined service "fragment.handler" to "twig.runtime.httpkernel".
  • Inlined service "fragment.uri_generator" to "twig.runtime.httpkernel".
  • Inlined service "url_helper" to "twig.extension.httpfoundation".
  • Inlined service ".service_locator.L1OAKmd" to "twig.runtime_loader".
  • Inlined service "twig.form.engine" to "twig.form.renderer".
  • Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
  • Inlined service "web_profiler.csp.handler" to "web_profiler.controller.profiler".
  • Inlined service "monolog.processor.psr_log_message" to "monolog.handler.main".
  • Inlined service "var_dumper.contextualized_cli_dumper" to "debug.dump_listener".
  • Inlined service "monolog.logger.debug" to "var_dumper.dump_server".
  • Inlined service "var_dumper.dump_server" to "var_dumper.command.server_dump".
  • 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.logger" to "doctrine.dbal.logger.chain.default".
  • Inlined service ".service_locator.qFgfRkr" 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.tV5r6Jo" to "doctrine.orm.container_repository_factory".
  • Inlined service "ulid.factory" to "doctrine.ulid_generator".
  • Inlined service "uuid.factory" to "doctrine.uuid_generator".
  • Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
  • Inlined service "cache.doctrine.orm.default.query.compatibility_layer" to "doctrine.orm.default_configuration".
  • Inlined service "cache.doctrine.orm.default.result.compatibility_layer" to "doctrine.orm.default_configuration".
  • Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
  • Inlined service "doctrine.orm.naming_strategy.underscore_number_aware" 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 "cache.doctrine.orm.default.result.recorder_inner" to "cache.doctrine.orm.default.result".
  • Inlined service "cache.doctrine.orm.default.query.recorder_inner" to "cache.doctrine.orm.default.query".
  • 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 "doctrine.migrations.configuration_loader" to "doctrine.migrations.dependency_factory".
  • Inlined service "doctrine.migrations.entity_manager_registry_loader" to "doctrine.migrations.dependency_factory".
  • Inlined service "doctrine.migrations.configuration" to "doctrine.migrations.configuration_loader".
  • Inlined service "doctrine.migrations.storage.table_storage" to "doctrine.migrations.configuration".
  • Inlined service "doctrine.migrations.container_aware_migrations_factory.inner" to "doctrine.migrations.container_aware_migrations_factory".
  • Inlined service "doctrine_migrations.migrations_flattener" to "doctrine_migrations.migrations_collector".
  • Inlined service ".service_locator.LcVn9Hr" to "security.token_storage".
  • Inlined service "security.expression_language" to "security.access.expression_voter".
  • 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.OAxFASx" to "security.access_map".
  • Inlined service "security.impersonate_url_generator" to "twig.extension.security".
  • Inlined service "debug.security.access.decision_manager.inner" to "debug.security.access.decision_manager".
  • Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
  • Inlined service "security.authentication.session_strategy" to "security.listener.session.main".
  • Inlined service "security.authentication.success_handler.main.form_login" to "security.authenticator.form_login.main".
  • Inlined service "security.authentication.failure_handler.main.form_login" to "security.authenticator.form_login.main".
  • Inlined service "security.authenticator.manager.main" to "security.firewall.authenticator.main".
  • Inlined service "security.user_checker" to "security.listener.user_checker.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 "EasyCorp\Bundle\EasyAdminBundle\Maker\Migrator" to "EasyCorp\Bundle\EasyAdminBundle\Command\MakeAdminMigrationCommand".
  • Inlined service "service_locator_EasyCorp\Bundle\EasyAdminBundle\Router\AdminUrlGenerator" to "EasyCorp\Bundle\EasyAdminBundle\Twig\EasyAdminTwigExtension".
  • Inlined service "EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory" to "EasyCorp\Bundle\EasyAdminBundle\EventListener\AdminRouterSubscriber".
  • Inlined service "EasyCorp\Bundle\EasyAdminBundle\Factory\MenuFactory" to "EasyCorp\Bundle\EasyAdminBundle\Factory\AdminContextFactory".
  • Inlined service "EasyCorp\Bundle\EasyAdminBundle\Factory\FieldFactory" to "EasyCorp\Bundle\EasyAdminBundle\Factory\EntityFactory".
  • Inlined service "EasyCorp\Bundle\EasyAdminBundle\Orm\EntityPaginator" to "EasyCorp\Bundle\EasyAdminBundle\Factory\PaginatorFactory".
  • Inlined service "vich_uploader.metadata.reader" to "vich_uploader.metadata_driver.annotation".
  • Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.annotation" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.yaml" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.yml" to "vich_uploader.metadata_driver.chain".
  • Inlined service "vich_uploader.metadata_driver.chain" to "vich_uploader.metadata_factory".
  • Inlined service "vich_uploader.metadata.cache.file_cache" to "vich_uploader.metadata_factory".
  • Inlined service "vich_uploader.metadata_factory" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.current_date_time_helper" to "Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer".
  • Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
  • Inlined service "Vich\UploaderBundle\Templating\Helper\UploaderHelper" to "Vich\UploaderBundle\Twig\Extension\UploaderExtension".
  • Inlined service "symfonycasts.reset_password.random_generator" to "symfonycasts.reset_password.token_generator".
  • Inlined service "symfonycasts.reset_password.token_generator" to "symfonycasts.reset_password.helper".
  • Inlined service "fos_ck_editor.installer" to "fos_ck_editor.command.installer".
  • Inlined service "fos_ck_editor.configuration" to "fos_ck_editor.form.type".
  • Inlined service "fos_ck_editor.builder.json_builder" to "fos_ck_editor.renderer".
  • Inlined service "fos_ck_editor.renderer" to "fos_ck_editor.twig_extension".
  • Inlined service "liip_imagine.factory.config.filter.auto_rotate" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.background" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.crop" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.downscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.flip" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.grayscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.interlace" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.paste" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.relative_resize" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.resize" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.rotate" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.scale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.strip" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.thumbnail" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.upscale" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.filter.watermark" to "liip_imagine.config.filter_factory_collection".
  • Inlined service "liip_imagine.factory.config.stack" to "liip_imagine.config.stack_builder".
  • Inlined service "liip_imagine.config.filter_factory_collection" to "liip_imagine.config.stack_builder".
  • Inlined service "liip_imagine.config.stack_builder" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.filter.loader.relative_resize" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.resize" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.thumbnail" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.crop" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.paste_image" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.watermark_image" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.background" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.strip" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.scale" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.upscale" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.loader.auto_rotate" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.jpegoptim" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.optipng" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.pngquant" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.filter.post_processor.mozjpeg" to "liip_imagine.filter.manager".
  • Inlined service "liip_imagine.controller.config" to "Liip\ImagineBundle\Controller\ImagineController".
  • Inlined service "liip_imagine.meta_data.reader" to "liip_imagine.gd".
  • Inlined service "symfonycasts.verify_email.uri_signer" to "symfonycasts.verify_email.helper".
  • Inlined service "symfonycasts.verify_email.query_utility" to "symfonycasts.verify_email.helper".
  • Inlined service "symfonycasts.verify_email.token_generator" to "symfonycasts.verify_email.helper".
  • 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_docker_database" to "maker.auto_command.make_docker_database".
  • 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_message" to "maker.auto_command.make_message".
  • Inlined service "maker.maker.make_messenger_middleware" to "maker.auto_command.make_messenger_middleware".
  • Inlined service "maker.maker.make_registration_form" to "maker.auto_command.make_registration_form".
  • Inlined service "maker.maker.make_reset_password" to "maker.auto_command.make_reset_password".
  • 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_test" to "maker.auto_command.make_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 "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.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver.inner" to "debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\AdminContextResolver".
  • Inlined service "debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver.inner" to "debug.EasyCorp\Bundle\EasyAdminBundle\ArgumentResolver\BatchActionDtoResolver".
  • 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 "monolog.handler.null_internal" to "monolog.logger.event".
  • Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
  • Inlined service ".service_locator.KLVvNIq" to ".doctrine.orm.default_metadata_driver".
  • Inlined service "security.access.authenticated_voter" to "debug.security.voter.security.access.authenticated_voter".
  • Inlined service "security.access.simple_role_voter" to "debug.security.voter.security.access.simple_role_voter".
  • Inlined service "security.access.expression_voter" to "debug.security.voter.security.access.expression_voter".
  • Inlined service "EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter" to "debug.security.voter.EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter".
  • Inlined service ".service_locator.wPLAlW_" to ".service_locator.wPLAlW_.App\Controller\Admin\DashboardController".
  • Inlined service ".service_locator.J4b.DPX" to ".service_locator.J4b.DPX.translation.warmer".
  • Inlined service ".service_locator.EyZUPFz" to ".service_locator.EyZUPFz.router.default".
  • Inlined service ".service_locator.HLwzKIm" to ".service_locator.HLwzKIm.router.cache_warmer".
  • Inlined service ".service_locator.PQK0.4p" to ".service_locator.PQK0.4p.sensio_framework_extra.view.listener".
  • Inlined service ".service_locator.aq4MYft" to ".service_locator.aq4MYft.twig.template_cache_warmer".
  • Inlined service ".service_locator.2KHnbah" to "console.command_loader".
  • Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
  • Inlined service ".service_locator.EyZUPFz.router.default" to "router".
  • Inlined service "monolog.logger.router" to "router".
  • Inlined service "session.factory" to "session".
  • 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 "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "file_locator" to "routing.loader".
  • Inlined service "routing.loader.annotation" to "routing.loader".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
  • Inlined service "vich_uploader.metadata.file_locator" to "vich_uploader.metadata_reader".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.point" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
  • Inlined service "liip_imagine.factory.config.filter.argument.size" to "liip_imagine.config.stack_collection".
355