App\Controller\Front\AccountController::photos(): Implicitly marking parameter $album as nullable is deprecated, the explicit nullable type must be used instead
Return type of App\Monetico\Request\OrderContext::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Monetico\Request\OrderContextBilling::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Monetico\Request\OrderContextClient::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Monetico\Request\OrderContextShipping::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Monetico\Request\OrderContextShoppingCart::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Return type of App\Monetico\Request\OrderContextShoppingCartItem::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
App\Pagerfanta\FoundationView::__construct(): Implicitly marking parameter $template as nullable is deprecated, the explicit nullable type must be used instead
App\Repository\GuestRepository::search(): Implicitly marking parameter $criteria as nullable is deprecated, the explicit nullable type must be used instead
App\Repository\MemberRepository::getDayRegistrations(): Implicitly marking parameter $dateTime as nullable is deprecated, the explicit nullable type must be used instead
App\Repository\MonetaryAccountMovementRepository::exportDebitsByActivityProgram(): Implicitly marking parameter $since as nullable is deprecated, the explicit nullable type must be used instead
App\Repository\MonetaryAccountMovementRepository::exportDebitsByActivityProgram(): Implicitly marking parameter $to as nullable is deprecated, the explicit nullable type must be used instead
App\Repository\MonetaryAccountMovementRepository::exportProgramPayments(): Implicitly marking parameter $member as nullable is deprecated, the explicit nullable type must be used instead
App\Repository\MonetaryAccountMovementRepository::exportProgramPayments(): Implicitly marking parameter $program as nullable is deprecated, the explicit nullable type must be used instead
App\Repository\MonetaryAccountMovementRepository::addDebit(): Implicitly marking parameter $credit as nullable is deprecated, the explicit nullable type must be used instead
App\Repository\MonetaryAccountMovementRepository::refundOperation(): Implicitly marking parameter $amount as nullable is deprecated, the explicit nullable type must be used instead
App\Repository\MonetaryAccountMovementRepository::newMovement(): Implicitly marking parameter $debit as nullable is deprecated, the explicit nullable type must be used instead
App\Repository\MonetaryAccountMovementRepository::newMovement(): Implicitly marking parameter $credit as nullable is deprecated, the explicit nullable type must be used instead
App\Repository\ProgramRepository::getRegistrationsQuery(): Implicitly marking parameter $pagerParams as nullable is deprecated, the explicit nullable type must be used instead
App\Repository\ProgramRepository::search(): Implicitly marking parameter $criteria as nullable is deprecated, the explicit nullable type must be used instead
The default value of "doctrine.orm.controller_resolver.auto_mapping" will be changed from `true` to `false`. Explicitly configure `true` to keep existing behaviour. (DoctrineExtension.php:898 called by DoctrineExtension.php:517, https://github.com/doctrine/DoctrineBundle/pull/1762, package doctrine/doctrine-bundle)
Enabling the controller resolver automapping feature has been deprecated. Symfony Mapped Route Parameters should be used as replacement. (DoctrineExtension.php:907 called by DoctrineExtension.php:517, https://github.com/doctrine/DoctrineBundle/pull/1804, package doctrine/doctrine-bundle)
Not setting "doctrine.orm.enable_lazy_ghost_objects" to true is deprecated. (DoctrineExtension.php:977 called by DoctrineExtension.php:517, https://github.com/doctrine/DoctrineBundle/pull/1568, package doctrine/doctrine-bundle)
App\Entity\BasicUser implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
App\Entity\AdminUser implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
App\Entity\FfcamMember implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
App\Entity\Member implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /home/clients/422f993eadfce5ca3ee1e91748c3e84c/sites/staging/templates/admin/Adherents/FFCAM/exportPDF.html.twig at line 1.
Since twig/twig 3.12: The "tag" constructor argument of the "Symfony\Bridge\Twig\Node\FormThemeNode" class is deprecated and ignored (check which TokenParser class set it to "form_theme"), the tag is now automatically set by the Parser when needed.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /home/clients/422f993eadfce5ca3ee1e91748c3e84c/sites/staging/templates/admin/layout.html.twig at line 1.
Since twig/twig 3.12: Twig Filter "spaceless" is deprecated in /home/clients/422f993eadfce5ca3ee1e91748c3e84c/sites/staging/templates/front/layout.html.twig at line 1.
Since twig/twig 3.15: As the "??" infix operator will change its precedence in the next major version, add explicit parentheses to avoid behavior change in "@WebProfiler/Collector/form.html.twig" at line 461.
Since twig/twig 3.15: As the "??" infix operator will change its precedence in the next major version, add explicit parentheses to avoid behavior change in "@WebProfiler/Collector/form.html.twig" at line 469.
Since twig/twig 3.15: As the "??" infix operator will change its precedence in the next major version, add explicit parentheses to avoid behavior change in "@WebProfiler/Collector/form.html.twig" at line 477.
Since twig/twig 3.15: As the "??" infix operator will change its precedence in the next major version, add explicit parentheses to avoid behavior change in "@WebProfiler/Collector/form.html.twig" at line 485.
Since twig/twig 3.15: As the "??" infix operator will change its precedence in the next major version, add explicit parentheses to avoid behavior change in "@WebProfiler/Collector/notifier.html.twig" at line 141.
Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "10.9.3-MariaDB" instead of "mariadb-10.9". (AbstractMySQLDriver.php:176 called by AbstractMySQLDriver.php:45, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
User Deprecated: In ORM 3.0, the AttributeDriver will report fields for the classes where they are declared. This may uncover invalid mapping configurations. To opt into the new mode today, set the "reportFieldsWhereDeclared" constructor parameter to true. (AttributeDriver.php:77 called by App_KernelDevDebugContainer.php:818, https://github.com/doctrine/orm/pull/10455, package doctrine/orm)
User Deprecated: Creating Doctrine\ORM\Mapping\UnderscoreNamingStrategy without setting second argument $numberAware=true is deprecated and will be removed in Doctrine ORM 3.0. (UnderscoreNamingStrategy.php:47 called by App_KernelDevDebugContainer.php:832, https://github.com/doctrine/orm/pull/7908, package doctrine/orm)
User Deprecated: Not enabling lazy ghost objects is deprecated and will not be supported in Doctrine ORM 3.0. Ensure Doctrine\ORM\Configuration::setLazyGhostObjectEnabled(true) is called to enable them. (ProxyFactory.php:166 called by EntityManager.php:177, https://github.com/doctrine/orm/pull/10837/, package doctrine/orm)
Deprecated: App\Repository\ProgramRepository::getRegistrationsQuery(): Implicitly marking parameter $pagerParams as nullable is deprecated, the explicit nullable type must be used instead
Deprecated: App\Repository\ProgramRepository::search(): Implicitly marking parameter $criteria as nullable is deprecated, the explicit nullable type must be used instead
User Deprecated: Version detection logic for MySQL will change in DBAL 4. Please specify the version as the server reports it, e.g. "10.9.3-MariaDB" instead of "mariadb-10.9". (AbstractMySQLDriver.php:176 called by AbstractMySQLDriver.php:45, https://github.com/doctrine/dbal/pull/5779, package doctrine/orm)
Deprecated: App\Entity\BasicUser implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
Deprecated: App\Entity\Member implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
Deprecated: App\Entity\AdminUser implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
"SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.status AS status_3, a0_.moderation_comment AS moderation_comment_4, a0_.created_at AS created_at_5, a0_.updated_at AS updated_at_6, a0_.published_at AS published_at_7, a0_.archived_at AS archived_at_8, a0_.views AS views_9, a0_.author_id AS author_id_10, a0_.program_id AS program_id_11, a0_.category_id AS category_id_12, a0_.published_by_id AS published_by_id_13 FROM article a0_ WHERE a0_.status = ? ORDER BY a0_.published_at DESC LIMIT 12"
(parameters:
[1 => "PUBLISHED"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.status AS status_3, a0_.moderation_comment AS moderation_comment_4, a0_.created_at AS created_at_5, a0_.updated_at AS updated_at_6, a0_.published_at AS published_at_7, a0_.archived_at AS archived_at_8, a0_.views AS views_9, a0_.author_id AS author_id_10, a0_.program_id AS program_id_11, a0_.category_id AS category_id_12, a0_.published_by_id AS published_by_id_13 FROM article a0_ WHERE a0_.status = ? ORDER BY a0_.published_at DESC LIMIT 12"
"params" => [1 => "PUBLISHED"
]
"types" => [1 => 2]
]
deprecation
Deprecated: Proxies\__CG__\App\Entity\Member implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
"SELECT t0.id AS id_1, t0.starts_on AS starts_on_2, t0.ends_on AS ends_on_3, t0.duration AS duration_4, t0.duration_hours AS duration_hours_5, t0.title AS title_6, t0.description AS description_7, t0.address AS address_8, t0.latitude AS latitude_9, t0.longitude AS longitude_10, t0.featured_image AS featured_image_11, t0.featured_image_thumb AS featured_image_thumb_12, t0.rendezvous_time AS rendezvous_time_13, t0.visible AS visible_14, t0.canceled AS canceled_15, t0.deleted AS deleted_16, t0.payment_by_account AS payment_by_account_17, t0.payment_by_other AS payment_by_other_18, t0.payment_amount AS payment_amount_19, t0.payment_other_amount AS payment_other_amount_20, t0.advance_payment_amount AS advance_payment_amount_21, t0.debit_on AS debit_on_22, t0.registration_required AS registration_required_23, t0.registration_start AS registration_start_24, t0.registration_end AS registration_end_25, t0.maximum_registrations AS maximum_registrations_26, t0.registrations_cancellable AS registrations_cancellable_27, t0.withdrawal_deadline AS withdrawal_deadline_28, t0.accounting_code AS accounting_code_29, t0.accounting_ana_code AS accounting_ana_code_30, t0.total_cost AS total_cost_31, t0.validated AS validated_32, t0.legal_validated AS legal_validated_33, t0.validated_at AS validated_at_34, t0.legal_validated_at AS legal_validated_at_35, t0.validation_email_sent AS validation_email_sent_36, t0.validation_email_sent_at AS validation_email_sent_at_37, t0.created_at AS created_at_38, t0.updated_at AS updated_at_39, t0.registration_by_organizer AS registration_by_organizer_40, t0.activity_id AS activity_id_41, t0.section_id AS section_id_42, t0.creator_id AS creator_id_43, t0.supervisor_id AS supervisor_id_44, t0.localisation_id AS localisation_id_45, t0.canceled_by_id AS canceled_by_id_46, t0.deleted_by_id AS deleted_by_id_47, t0.validated_by_id AS validated_by_id_48, t0.legal_validated_by_id AS legal_validated_by_id_49, t0.training, t0.elevation AS elevation_50, t0.distance AS distance_51, t0.level_id AS level_id_52 FROM program t0 WHERE t0.id = ? AND t0.training IN ('0')"
(parameters:
[1 => 16134]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.starts_on AS starts_on_2, t0.ends_on AS ends_on_3, t0.duration AS duration_4, t0.duration_hours AS duration_hours_5, t0.title AS title_6, t0.description AS description_7, t0.address AS address_8, t0.latitude AS latitude_9, t0.longitude AS longitude_10, t0.featured_image AS featured_image_11, t0.featured_image_thumb AS featured_image_thumb_12, t0.rendezvous_time AS rendezvous_time_13, t0.visible AS visible_14, t0.canceled AS canceled_15, t0.deleted AS deleted_16, t0.payment_by_account AS payment_by_account_17, t0.payment_by_other AS payment_by_other_18, t0.payment_amount AS payment_amount_19, t0.payment_other_amount AS payment_other_amount_20, t0.advance_payment_amount AS advance_payment_amount_21, t0.debit_on AS debit_on_22, t0.registration_required AS registration_required_23, t0.registration_start AS registration_start_24, t0.registration_end AS registration_end_25, t0.maximum_registrations AS maximum_registrations_26, t0.registrations_cancellable AS registrations_cancellable_27, t0.withdrawal_deadline AS withdrawal_deadline_28, t0.accounting_code AS accounting_code_29, t0.accounting_ana_code AS accounting_ana_code_30, t0.total_cost AS total_cost_31, t0.validated AS validated_32, t0.legal_validated AS legal_validated_33, t0.validated_at AS validated_at_34, t0.legal_validated_at AS legal_validated_at_35, t0.validation_email_sent AS validation_email_sent_36, t0.validation_email_sent_at AS validation_email_sent_at_37, t0.created_at AS created_at_38, t0.updated_at AS updated_at_39, t0.registration_by_organizer AS registration_by_organizer_40, t0.activity_id AS activity_id_41, t0.section_id AS section_id_42, t0.creator_id AS creator_id_43, t0.supervisor_id AS supervisor_id_44, t0.localisation_id AS localisation_id_45, t0.canceled_by_id AS canceled_by_id_46, t0.deleted_by_id AS deleted_by_id_47, t0.validated_by_id AS validated_by_id_48, t0.legal_validated_by_id AS legal_validated_by_id_49, t0.training, t0.elevation AS elevation_50, t0.distance AS distance_51, t0.level_id AS level_id_52 FROM program t0 WHERE t0.id = ? AND t0.training IN ('0')"
"params" => [1 => 16134]
"types" => [1 => 1]
]
deprecation
Deprecated: Proxies\__CG__\App\Entity\AdminUser implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
"SELECT t0.id AS id_1, t0.starts_on AS starts_on_2, t0.ends_on AS ends_on_3, t0.duration AS duration_4, t0.duration_hours AS duration_hours_5, t0.title AS title_6, t0.description AS description_7, t0.address AS address_8, t0.latitude AS latitude_9, t0.longitude AS longitude_10, t0.featured_image AS featured_image_11, t0.featured_image_thumb AS featured_image_thumb_12, t0.rendezvous_time AS rendezvous_time_13, t0.visible AS visible_14, t0.canceled AS canceled_15, t0.deleted AS deleted_16, t0.payment_by_account AS payment_by_account_17, t0.payment_by_other AS payment_by_other_18, t0.payment_amount AS payment_amount_19, t0.payment_other_amount AS payment_other_amount_20, t0.advance_payment_amount AS advance_payment_amount_21, t0.debit_on AS debit_on_22, t0.registration_required AS registration_required_23, t0.registration_start AS registration_start_24, t0.registration_end AS registration_end_25, t0.maximum_registrations AS maximum_registrations_26, t0.registrations_cancellable AS registrations_cancellable_27, t0.withdrawal_deadline AS withdrawal_deadline_28, t0.accounting_code AS accounting_code_29, t0.accounting_ana_code AS accounting_ana_code_30, t0.total_cost AS total_cost_31, t0.validated AS validated_32, t0.legal_validated AS legal_validated_33, t0.validated_at AS validated_at_34, t0.legal_validated_at AS legal_validated_at_35, t0.validation_email_sent AS validation_email_sent_36, t0.validation_email_sent_at AS validation_email_sent_at_37, t0.created_at AS created_at_38, t0.updated_at AS updated_at_39, t0.registration_by_organizer AS registration_by_organizer_40, t0.activity_id AS activity_id_41, t0.section_id AS section_id_42, t0.creator_id AS creator_id_43, t0.supervisor_id AS supervisor_id_44, t0.localisation_id AS localisation_id_45, t0.canceled_by_id AS canceled_by_id_46, t0.deleted_by_id AS deleted_by_id_47, t0.validated_by_id AS validated_by_id_48, t0.legal_validated_by_id AS legal_validated_by_id_49, t0.training, t0.elevation AS elevation_50, t0.distance AS distance_51, t0.level_id AS level_id_52 FROM program t0 WHERE t0.id = ? AND t0.training IN ('0')"
(parameters:
[1 => 16156]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.starts_on AS starts_on_2, t0.ends_on AS ends_on_3, t0.duration AS duration_4, t0.duration_hours AS duration_hours_5, t0.title AS title_6, t0.description AS description_7, t0.address AS address_8, t0.latitude AS latitude_9, t0.longitude AS longitude_10, t0.featured_image AS featured_image_11, t0.featured_image_thumb AS featured_image_thumb_12, t0.rendezvous_time AS rendezvous_time_13, t0.visible AS visible_14, t0.canceled AS canceled_15, t0.deleted AS deleted_16, t0.payment_by_account AS payment_by_account_17, t0.payment_by_other AS payment_by_other_18, t0.payment_amount AS payment_amount_19, t0.payment_other_amount AS payment_other_amount_20, t0.advance_payment_amount AS advance_payment_amount_21, t0.debit_on AS debit_on_22, t0.registration_required AS registration_required_23, t0.registration_start AS registration_start_24, t0.registration_end AS registration_end_25, t0.maximum_registrations AS maximum_registrations_26, t0.registrations_cancellable AS registrations_cancellable_27, t0.withdrawal_deadline AS withdrawal_deadline_28, t0.accounting_code AS accounting_code_29, t0.accounting_ana_code AS accounting_ana_code_30, t0.total_cost AS total_cost_31, t0.validated AS validated_32, t0.legal_validated AS legal_validated_33, t0.validated_at AS validated_at_34, t0.legal_validated_at AS legal_validated_at_35, t0.validation_email_sent AS validation_email_sent_36, t0.validation_email_sent_at AS validation_email_sent_at_37, t0.created_at AS created_at_38, t0.updated_at AS updated_at_39, t0.registration_by_organizer AS registration_by_organizer_40, t0.activity_id AS activity_id_41, t0.section_id AS section_id_42, t0.creator_id AS creator_id_43, t0.supervisor_id AS supervisor_id_44, t0.localisation_id AS localisation_id_45, t0.canceled_by_id AS canceled_by_id_46, t0.deleted_by_id AS deleted_by_id_47, t0.validated_by_id AS validated_by_id_48, t0.legal_validated_by_id AS legal_validated_by_id_49, t0.training, t0.elevation AS elevation_50, t0.distance AS distance_51, t0.level_id AS level_id_52 FROM program t0 WHERE t0.id = ? AND t0.training IN ('0')"
"params" => [1 => 16156]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.starts_on AS starts_on_2, t0.ends_on AS ends_on_3, t0.duration AS duration_4, t0.duration_hours AS duration_hours_5, t0.title AS title_6, t0.description AS description_7, t0.address AS address_8, t0.latitude AS latitude_9, t0.longitude AS longitude_10, t0.featured_image AS featured_image_11, t0.featured_image_thumb AS featured_image_thumb_12, t0.rendezvous_time AS rendezvous_time_13, t0.visible AS visible_14, t0.canceled AS canceled_15, t0.deleted AS deleted_16, t0.payment_by_account AS payment_by_account_17, t0.payment_by_other AS payment_by_other_18, t0.payment_amount AS payment_amount_19, t0.payment_other_amount AS payment_other_amount_20, t0.advance_payment_amount AS advance_payment_amount_21, t0.debit_on AS debit_on_22, t0.registration_required AS registration_required_23, t0.registration_start AS registration_start_24, t0.registration_end AS registration_end_25, t0.maximum_registrations AS maximum_registrations_26, t0.registrations_cancellable AS registrations_cancellable_27, t0.withdrawal_deadline AS withdrawal_deadline_28, t0.accounting_code AS accounting_code_29, t0.accounting_ana_code AS accounting_ana_code_30, t0.total_cost AS total_cost_31, t0.validated AS validated_32, t0.legal_validated AS legal_validated_33, t0.validated_at AS validated_at_34, t0.legal_validated_at AS legal_validated_at_35, t0.validation_email_sent AS validation_email_sent_36, t0.validation_email_sent_at AS validation_email_sent_at_37, t0.created_at AS created_at_38, t0.updated_at AS updated_at_39, t0.registration_by_organizer AS registration_by_organizer_40, t0.activity_id AS activity_id_41, t0.section_id AS section_id_42, t0.creator_id AS creator_id_43, t0.supervisor_id AS supervisor_id_44, t0.localisation_id AS localisation_id_45, t0.canceled_by_id AS canceled_by_id_46, t0.deleted_by_id AS deleted_by_id_47, t0.validated_by_id AS validated_by_id_48, t0.legal_validated_by_id AS legal_validated_by_id_49, t0.training, t0.elevation AS elevation_50, t0.distance AS distance_51, t0.level_id AS level_id_52 FROM program t0 WHERE t0.id = ? AND t0.training IN ('0')"
(parameters:
[1 => 16350]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.starts_on AS starts_on_2, t0.ends_on AS ends_on_3, t0.duration AS duration_4, t0.duration_hours AS duration_hours_5, t0.title AS title_6, t0.description AS description_7, t0.address AS address_8, t0.latitude AS latitude_9, t0.longitude AS longitude_10, t0.featured_image AS featured_image_11, t0.featured_image_thumb AS featured_image_thumb_12, t0.rendezvous_time AS rendezvous_time_13, t0.visible AS visible_14, t0.canceled AS canceled_15, t0.deleted AS deleted_16, t0.payment_by_account AS payment_by_account_17, t0.payment_by_other AS payment_by_other_18, t0.payment_amount AS payment_amount_19, t0.payment_other_amount AS payment_other_amount_20, t0.advance_payment_amount AS advance_payment_amount_21, t0.debit_on AS debit_on_22, t0.registration_required AS registration_required_23, t0.registration_start AS registration_start_24, t0.registration_end AS registration_end_25, t0.maximum_registrations AS maximum_registrations_26, t0.registrations_cancellable AS registrations_cancellable_27, t0.withdrawal_deadline AS withdrawal_deadline_28, t0.accounting_code AS accounting_code_29, t0.accounting_ana_code AS accounting_ana_code_30, t0.total_cost AS total_cost_31, t0.validated AS validated_32, t0.legal_validated AS legal_validated_33, t0.validated_at AS validated_at_34, t0.legal_validated_at AS legal_validated_at_35, t0.validation_email_sent AS validation_email_sent_36, t0.validation_email_sent_at AS validation_email_sent_at_37, t0.created_at AS created_at_38, t0.updated_at AS updated_at_39, t0.registration_by_organizer AS registration_by_organizer_40, t0.activity_id AS activity_id_41, t0.section_id AS section_id_42, t0.creator_id AS creator_id_43, t0.supervisor_id AS supervisor_id_44, t0.localisation_id AS localisation_id_45, t0.canceled_by_id AS canceled_by_id_46, t0.deleted_by_id AS deleted_by_id_47, t0.validated_by_id AS validated_by_id_48, t0.legal_validated_by_id AS legal_validated_by_id_49, t0.training, t0.elevation AS elevation_50, t0.distance AS distance_51, t0.level_id AS level_id_52 FROM program t0 WHERE t0.id = ? AND t0.training IN ('0')"
"params" => [1 => 16350]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.starts_on AS starts_on_2, t0.ends_on AS ends_on_3, t0.duration AS duration_4, t0.duration_hours AS duration_hours_5, t0.title AS title_6, t0.description AS description_7, t0.address AS address_8, t0.latitude AS latitude_9, t0.longitude AS longitude_10, t0.featured_image AS featured_image_11, t0.featured_image_thumb AS featured_image_thumb_12, t0.rendezvous_time AS rendezvous_time_13, t0.visible AS visible_14, t0.canceled AS canceled_15, t0.deleted AS deleted_16, t0.payment_by_account AS payment_by_account_17, t0.payment_by_other AS payment_by_other_18, t0.payment_amount AS payment_amount_19, t0.payment_other_amount AS payment_other_amount_20, t0.advance_payment_amount AS advance_payment_amount_21, t0.debit_on AS debit_on_22, t0.registration_required AS registration_required_23, t0.registration_start AS registration_start_24, t0.registration_end AS registration_end_25, t0.maximum_registrations AS maximum_registrations_26, t0.registrations_cancellable AS registrations_cancellable_27, t0.withdrawal_deadline AS withdrawal_deadline_28, t0.accounting_code AS accounting_code_29, t0.accounting_ana_code AS accounting_ana_code_30, t0.total_cost AS total_cost_31, t0.validated AS validated_32, t0.legal_validated AS legal_validated_33, t0.validated_at AS validated_at_34, t0.legal_validated_at AS legal_validated_at_35, t0.validation_email_sent AS validation_email_sent_36, t0.validation_email_sent_at AS validation_email_sent_at_37, t0.created_at AS created_at_38, t0.updated_at AS updated_at_39, t0.registration_by_organizer AS registration_by_organizer_40, t0.activity_id AS activity_id_41, t0.section_id AS section_id_42, t0.creator_id AS creator_id_43, t0.supervisor_id AS supervisor_id_44, t0.localisation_id AS localisation_id_45, t0.canceled_by_id AS canceled_by_id_46, t0.deleted_by_id AS deleted_by_id_47, t0.validated_by_id AS validated_by_id_48, t0.legal_validated_by_id AS legal_validated_by_id_49, t0.training, t0.elevation AS elevation_50, t0.distance AS distance_51, t0.level_id AS level_id_52 FROM program t0 WHERE t0.id = ? AND t0.training IN ('0')"
(parameters:
[1 => 16135]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.starts_on AS starts_on_2, t0.ends_on AS ends_on_3, t0.duration AS duration_4, t0.duration_hours AS duration_hours_5, t0.title AS title_6, t0.description AS description_7, t0.address AS address_8, t0.latitude AS latitude_9, t0.longitude AS longitude_10, t0.featured_image AS featured_image_11, t0.featured_image_thumb AS featured_image_thumb_12, t0.rendezvous_time AS rendezvous_time_13, t0.visible AS visible_14, t0.canceled AS canceled_15, t0.deleted AS deleted_16, t0.payment_by_account AS payment_by_account_17, t0.payment_by_other AS payment_by_other_18, t0.payment_amount AS payment_amount_19, t0.payment_other_amount AS payment_other_amount_20, t0.advance_payment_amount AS advance_payment_amount_21, t0.debit_on AS debit_on_22, t0.registration_required AS registration_required_23, t0.registration_start AS registration_start_24, t0.registration_end AS registration_end_25, t0.maximum_registrations AS maximum_registrations_26, t0.registrations_cancellable AS registrations_cancellable_27, t0.withdrawal_deadline AS withdrawal_deadline_28, t0.accounting_code AS accounting_code_29, t0.accounting_ana_code AS accounting_ana_code_30, t0.total_cost AS total_cost_31, t0.validated AS validated_32, t0.legal_validated AS legal_validated_33, t0.validated_at AS validated_at_34, t0.legal_validated_at AS legal_validated_at_35, t0.validation_email_sent AS validation_email_sent_36, t0.validation_email_sent_at AS validation_email_sent_at_37, t0.created_at AS created_at_38, t0.updated_at AS updated_at_39, t0.registration_by_organizer AS registration_by_organizer_40, t0.activity_id AS activity_id_41, t0.section_id AS section_id_42, t0.creator_id AS creator_id_43, t0.supervisor_id AS supervisor_id_44, t0.localisation_id AS localisation_id_45, t0.canceled_by_id AS canceled_by_id_46, t0.deleted_by_id AS deleted_by_id_47, t0.validated_by_id AS validated_by_id_48, t0.legal_validated_by_id AS legal_validated_by_id_49, t0.training, t0.elevation AS elevation_50, t0.distance AS distance_51, t0.level_id AS level_id_52 FROM program t0 WHERE t0.id = ? AND t0.training IN ('0')"
"params" => [1 => 16135]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.starts_on AS starts_on_2, t0.ends_on AS ends_on_3, t0.duration AS duration_4, t0.duration_hours AS duration_hours_5, t0.title AS title_6, t0.description AS description_7, t0.address AS address_8, t0.latitude AS latitude_9, t0.longitude AS longitude_10, t0.featured_image AS featured_image_11, t0.featured_image_thumb AS featured_image_thumb_12, t0.rendezvous_time AS rendezvous_time_13, t0.visible AS visible_14, t0.canceled AS canceled_15, t0.deleted AS deleted_16, t0.payment_by_account AS payment_by_account_17, t0.payment_by_other AS payment_by_other_18, t0.payment_amount AS payment_amount_19, t0.payment_other_amount AS payment_other_amount_20, t0.advance_payment_amount AS advance_payment_amount_21, t0.debit_on AS debit_on_22, t0.registration_required AS registration_required_23, t0.registration_start AS registration_start_24, t0.registration_end AS registration_end_25, t0.maximum_registrations AS maximum_registrations_26, t0.registrations_cancellable AS registrations_cancellable_27, t0.withdrawal_deadline AS withdrawal_deadline_28, t0.accounting_code AS accounting_code_29, t0.accounting_ana_code AS accounting_ana_code_30, t0.total_cost AS total_cost_31, t0.validated AS validated_32, t0.legal_validated AS legal_validated_33, t0.validated_at AS validated_at_34, t0.legal_validated_at AS legal_validated_at_35, t0.validation_email_sent AS validation_email_sent_36, t0.validation_email_sent_at AS validation_email_sent_at_37, t0.created_at AS created_at_38, t0.updated_at AS updated_at_39, t0.registration_by_organizer AS registration_by_organizer_40, t0.activity_id AS activity_id_41, t0.section_id AS section_id_42, t0.creator_id AS creator_id_43, t0.supervisor_id AS supervisor_id_44, t0.localisation_id AS localisation_id_45, t0.canceled_by_id AS canceled_by_id_46, t0.deleted_by_id AS deleted_by_id_47, t0.validated_by_id AS validated_by_id_48, t0.legal_validated_by_id AS legal_validated_by_id_49, t0.training, t0.elevation AS elevation_50, t0.distance AS distance_51, t0.level_id AS level_id_52 FROM program t0 WHERE t0.id = ? AND t0.training IN ('0')"
(parameters:
[1 => 16133]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.starts_on AS starts_on_2, t0.ends_on AS ends_on_3, t0.duration AS duration_4, t0.duration_hours AS duration_hours_5, t0.title AS title_6, t0.description AS description_7, t0.address AS address_8, t0.latitude AS latitude_9, t0.longitude AS longitude_10, t0.featured_image AS featured_image_11, t0.featured_image_thumb AS featured_image_thumb_12, t0.rendezvous_time AS rendezvous_time_13, t0.visible AS visible_14, t0.canceled AS canceled_15, t0.deleted AS deleted_16, t0.payment_by_account AS payment_by_account_17, t0.payment_by_other AS payment_by_other_18, t0.payment_amount AS payment_amount_19, t0.payment_other_amount AS payment_other_amount_20, t0.advance_payment_amount AS advance_payment_amount_21, t0.debit_on AS debit_on_22, t0.registration_required AS registration_required_23, t0.registration_start AS registration_start_24, t0.registration_end AS registration_end_25, t0.maximum_registrations AS maximum_registrations_26, t0.registrations_cancellable AS registrations_cancellable_27, t0.withdrawal_deadline AS withdrawal_deadline_28, t0.accounting_code AS accounting_code_29, t0.accounting_ana_code AS accounting_ana_code_30, t0.total_cost AS total_cost_31, t0.validated AS validated_32, t0.legal_validated AS legal_validated_33, t0.validated_at AS validated_at_34, t0.legal_validated_at AS legal_validated_at_35, t0.validation_email_sent AS validation_email_sent_36, t0.validation_email_sent_at AS validation_email_sent_at_37, t0.created_at AS created_at_38, t0.updated_at AS updated_at_39, t0.registration_by_organizer AS registration_by_organizer_40, t0.activity_id AS activity_id_41, t0.section_id AS section_id_42, t0.creator_id AS creator_id_43, t0.supervisor_id AS supervisor_id_44, t0.localisation_id AS localisation_id_45, t0.canceled_by_id AS canceled_by_id_46, t0.deleted_by_id AS deleted_by_id_47, t0.validated_by_id AS validated_by_id_48, t0.legal_validated_by_id AS legal_validated_by_id_49, t0.training, t0.elevation AS elevation_50, t0.distance AS distance_51, t0.level_id AS level_id_52 FROM program t0 WHERE t0.id = ? AND t0.training IN ('0')"
"params" => [1 => 16133]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.starts_on AS starts_on_2, t0.ends_on AS ends_on_3, t0.duration AS duration_4, t0.duration_hours AS duration_hours_5, t0.title AS title_6, t0.description AS description_7, t0.address AS address_8, t0.latitude AS latitude_9, t0.longitude AS longitude_10, t0.featured_image AS featured_image_11, t0.featured_image_thumb AS featured_image_thumb_12, t0.rendezvous_time AS rendezvous_time_13, t0.visible AS visible_14, t0.canceled AS canceled_15, t0.deleted AS deleted_16, t0.payment_by_account AS payment_by_account_17, t0.payment_by_other AS payment_by_other_18, t0.payment_amount AS payment_amount_19, t0.payment_other_amount AS payment_other_amount_20, t0.advance_payment_amount AS advance_payment_amount_21, t0.debit_on AS debit_on_22, t0.registration_required AS registration_required_23, t0.registration_start AS registration_start_24, t0.registration_end AS registration_end_25, t0.maximum_registrations AS maximum_registrations_26, t0.registrations_cancellable AS registrations_cancellable_27, t0.withdrawal_deadline AS withdrawal_deadline_28, t0.accounting_code AS accounting_code_29, t0.accounting_ana_code AS accounting_ana_code_30, t0.total_cost AS total_cost_31, t0.validated AS validated_32, t0.legal_validated AS legal_validated_33, t0.validated_at AS validated_at_34, t0.legal_validated_at AS legal_validated_at_35, t0.validation_email_sent AS validation_email_sent_36, t0.validation_email_sent_at AS validation_email_sent_at_37, t0.created_at AS created_at_38, t0.updated_at AS updated_at_39, t0.registration_by_organizer AS registration_by_organizer_40, t0.activity_id AS activity_id_41, t0.section_id AS section_id_42, t0.creator_id AS creator_id_43, t0.supervisor_id AS supervisor_id_44, t0.localisation_id AS localisation_id_45, t0.canceled_by_id AS canceled_by_id_46, t0.deleted_by_id AS deleted_by_id_47, t0.validated_by_id AS validated_by_id_48, t0.legal_validated_by_id AS legal_validated_by_id_49, t0.training, t0.elevation AS elevation_50, t0.distance AS distance_51, t0.level_id AS level_id_52 FROM program t0 WHERE t0.id = ? AND t0.training IN ('0')"
(parameters:
[1 => 16147]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.starts_on AS starts_on_2, t0.ends_on AS ends_on_3, t0.duration AS duration_4, t0.duration_hours AS duration_hours_5, t0.title AS title_6, t0.description AS description_7, t0.address AS address_8, t0.latitude AS latitude_9, t0.longitude AS longitude_10, t0.featured_image AS featured_image_11, t0.featured_image_thumb AS featured_image_thumb_12, t0.rendezvous_time AS rendezvous_time_13, t0.visible AS visible_14, t0.canceled AS canceled_15, t0.deleted AS deleted_16, t0.payment_by_account AS payment_by_account_17, t0.payment_by_other AS payment_by_other_18, t0.payment_amount AS payment_amount_19, t0.payment_other_amount AS payment_other_amount_20, t0.advance_payment_amount AS advance_payment_amount_21, t0.debit_on AS debit_on_22, t0.registration_required AS registration_required_23, t0.registration_start AS registration_start_24, t0.registration_end AS registration_end_25, t0.maximum_registrations AS maximum_registrations_26, t0.registrations_cancellable AS registrations_cancellable_27, t0.withdrawal_deadline AS withdrawal_deadline_28, t0.accounting_code AS accounting_code_29, t0.accounting_ana_code AS accounting_ana_code_30, t0.total_cost AS total_cost_31, t0.validated AS validated_32, t0.legal_validated AS legal_validated_33, t0.validated_at AS validated_at_34, t0.legal_validated_at AS legal_validated_at_35, t0.validation_email_sent AS validation_email_sent_36, t0.validation_email_sent_at AS validation_email_sent_at_37, t0.created_at AS created_at_38, t0.updated_at AS updated_at_39, t0.registration_by_organizer AS registration_by_organizer_40, t0.activity_id AS activity_id_41, t0.section_id AS section_id_42, t0.creator_id AS creator_id_43, t0.supervisor_id AS supervisor_id_44, t0.localisation_id AS localisation_id_45, t0.canceled_by_id AS canceled_by_id_46, t0.deleted_by_id AS deleted_by_id_47, t0.validated_by_id AS validated_by_id_48, t0.legal_validated_by_id AS legal_validated_by_id_49, t0.training, t0.elevation AS elevation_50, t0.distance AS distance_51, t0.level_id AS level_id_52 FROM program t0 WHERE t0.id = ? AND t0.training IN ('0')"
"params" => [1 => 16147]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.starts_on AS starts_on_2, t0.ends_on AS ends_on_3, t0.duration AS duration_4, t0.duration_hours AS duration_hours_5, t0.title AS title_6, t0.description AS description_7, t0.address AS address_8, t0.latitude AS latitude_9, t0.longitude AS longitude_10, t0.featured_image AS featured_image_11, t0.featured_image_thumb AS featured_image_thumb_12, t0.rendezvous_time AS rendezvous_time_13, t0.visible AS visible_14, t0.canceled AS canceled_15, t0.deleted AS deleted_16, t0.payment_by_account AS payment_by_account_17, t0.payment_by_other AS payment_by_other_18, t0.payment_amount AS payment_amount_19, t0.payment_other_amount AS payment_other_amount_20, t0.advance_payment_amount AS advance_payment_amount_21, t0.debit_on AS debit_on_22, t0.registration_required AS registration_required_23, t0.registration_start AS registration_start_24, t0.registration_end AS registration_end_25, t0.maximum_registrations AS maximum_registrations_26, t0.registrations_cancellable AS registrations_cancellable_27, t0.withdrawal_deadline AS withdrawal_deadline_28, t0.accounting_code AS accounting_code_29, t0.accounting_ana_code AS accounting_ana_code_30, t0.total_cost AS total_cost_31, t0.validated AS validated_32, t0.legal_validated AS legal_validated_33, t0.validated_at AS validated_at_34, t0.legal_validated_at AS legal_validated_at_35, t0.validation_email_sent AS validation_email_sent_36, t0.validation_email_sent_at AS validation_email_sent_at_37, t0.created_at AS created_at_38, t0.updated_at AS updated_at_39, t0.registration_by_organizer AS registration_by_organizer_40, t0.activity_id AS activity_id_41, t0.section_id AS section_id_42, t0.creator_id AS creator_id_43, t0.supervisor_id AS supervisor_id_44, t0.localisation_id AS localisation_id_45, t0.canceled_by_id AS canceled_by_id_46, t0.deleted_by_id AS deleted_by_id_47, t0.validated_by_id AS validated_by_id_48, t0.legal_validated_by_id AS legal_validated_by_id_49, t0.training, t0.elevation AS elevation_50, t0.distance AS distance_51, t0.level_id AS level_id_52 FROM program t0 WHERE t0.id = ? AND t0.training IN ('0')"
(parameters:
[1 => 16154]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.starts_on AS starts_on_2, t0.ends_on AS ends_on_3, t0.duration AS duration_4, t0.duration_hours AS duration_hours_5, t0.title AS title_6, t0.description AS description_7, t0.address AS address_8, t0.latitude AS latitude_9, t0.longitude AS longitude_10, t0.featured_image AS featured_image_11, t0.featured_image_thumb AS featured_image_thumb_12, t0.rendezvous_time AS rendezvous_time_13, t0.visible AS visible_14, t0.canceled AS canceled_15, t0.deleted AS deleted_16, t0.payment_by_account AS payment_by_account_17, t0.payment_by_other AS payment_by_other_18, t0.payment_amount AS payment_amount_19, t0.payment_other_amount AS payment_other_amount_20, t0.advance_payment_amount AS advance_payment_amount_21, t0.debit_on AS debit_on_22, t0.registration_required AS registration_required_23, t0.registration_start AS registration_start_24, t0.registration_end AS registration_end_25, t0.maximum_registrations AS maximum_registrations_26, t0.registrations_cancellable AS registrations_cancellable_27, t0.withdrawal_deadline AS withdrawal_deadline_28, t0.accounting_code AS accounting_code_29, t0.accounting_ana_code AS accounting_ana_code_30, t0.total_cost AS total_cost_31, t0.validated AS validated_32, t0.legal_validated AS legal_validated_33, t0.validated_at AS validated_at_34, t0.legal_validated_at AS legal_validated_at_35, t0.validation_email_sent AS validation_email_sent_36, t0.validation_email_sent_at AS validation_email_sent_at_37, t0.created_at AS created_at_38, t0.updated_at AS updated_at_39, t0.registration_by_organizer AS registration_by_organizer_40, t0.activity_id AS activity_id_41, t0.section_id AS section_id_42, t0.creator_id AS creator_id_43, t0.supervisor_id AS supervisor_id_44, t0.localisation_id AS localisation_id_45, t0.canceled_by_id AS canceled_by_id_46, t0.deleted_by_id AS deleted_by_id_47, t0.validated_by_id AS validated_by_id_48, t0.legal_validated_by_id AS legal_validated_by_id_49, t0.training, t0.elevation AS elevation_50, t0.distance AS distance_51, t0.level_id AS level_id_52 FROM program t0 WHERE t0.id = ? AND t0.training IN ('0')"
"params" => [1 => 16154]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.starts_on AS starts_on_2, t0.ends_on AS ends_on_3, t0.duration AS duration_4, t0.duration_hours AS duration_hours_5, t0.title AS title_6, t0.description AS description_7, t0.address AS address_8, t0.latitude AS latitude_9, t0.longitude AS longitude_10, t0.featured_image AS featured_image_11, t0.featured_image_thumb AS featured_image_thumb_12, t0.rendezvous_time AS rendezvous_time_13, t0.visible AS visible_14, t0.canceled AS canceled_15, t0.deleted AS deleted_16, t0.payment_by_account AS payment_by_account_17, t0.payment_by_other AS payment_by_other_18, t0.payment_amount AS payment_amount_19, t0.payment_other_amount AS payment_other_amount_20, t0.advance_payment_amount AS advance_payment_amount_21, t0.debit_on AS debit_on_22, t0.registration_required AS registration_required_23, t0.registration_start AS registration_start_24, t0.registration_end AS registration_end_25, t0.maximum_registrations AS maximum_registrations_26, t0.registrations_cancellable AS registrations_cancellable_27, t0.withdrawal_deadline AS withdrawal_deadline_28, t0.accounting_code AS accounting_code_29, t0.accounting_ana_code AS accounting_ana_code_30, t0.total_cost AS total_cost_31, t0.validated AS validated_32, t0.legal_validated AS legal_validated_33, t0.validated_at AS validated_at_34, t0.legal_validated_at AS legal_validated_at_35, t0.validation_email_sent AS validation_email_sent_36, t0.validation_email_sent_at AS validation_email_sent_at_37, t0.created_at AS created_at_38, t0.updated_at AS updated_at_39, t0.registration_by_organizer AS registration_by_organizer_40, t0.activity_id AS activity_id_41, t0.section_id AS section_id_42, t0.creator_id AS creator_id_43, t0.supervisor_id AS supervisor_id_44, t0.localisation_id AS localisation_id_45, t0.canceled_by_id AS canceled_by_id_46, t0.deleted_by_id AS deleted_by_id_47, t0.validated_by_id AS validated_by_id_48, t0.legal_validated_by_id AS legal_validated_by_id_49, t0.training, t0.elevation AS elevation_50, t0.distance AS distance_51, t0.level_id AS level_id_52 FROM program t0 WHERE t0.id = ? AND t0.training IN ('0')"
(parameters:
[1 => 16138]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.starts_on AS starts_on_2, t0.ends_on AS ends_on_3, t0.duration AS duration_4, t0.duration_hours AS duration_hours_5, t0.title AS title_6, t0.description AS description_7, t0.address AS address_8, t0.latitude AS latitude_9, t0.longitude AS longitude_10, t0.featured_image AS featured_image_11, t0.featured_image_thumb AS featured_image_thumb_12, t0.rendezvous_time AS rendezvous_time_13, t0.visible AS visible_14, t0.canceled AS canceled_15, t0.deleted AS deleted_16, t0.payment_by_account AS payment_by_account_17, t0.payment_by_other AS payment_by_other_18, t0.payment_amount AS payment_amount_19, t0.payment_other_amount AS payment_other_amount_20, t0.advance_payment_amount AS advance_payment_amount_21, t0.debit_on AS debit_on_22, t0.registration_required AS registration_required_23, t0.registration_start AS registration_start_24, t0.registration_end AS registration_end_25, t0.maximum_registrations AS maximum_registrations_26, t0.registrations_cancellable AS registrations_cancellable_27, t0.withdrawal_deadline AS withdrawal_deadline_28, t0.accounting_code AS accounting_code_29, t0.accounting_ana_code AS accounting_ana_code_30, t0.total_cost AS total_cost_31, t0.validated AS validated_32, t0.legal_validated AS legal_validated_33, t0.validated_at AS validated_at_34, t0.legal_validated_at AS legal_validated_at_35, t0.validation_email_sent AS validation_email_sent_36, t0.validation_email_sent_at AS validation_email_sent_at_37, t0.created_at AS created_at_38, t0.updated_at AS updated_at_39, t0.registration_by_organizer AS registration_by_organizer_40, t0.activity_id AS activity_id_41, t0.section_id AS section_id_42, t0.creator_id AS creator_id_43, t0.supervisor_id AS supervisor_id_44, t0.localisation_id AS localisation_id_45, t0.canceled_by_id AS canceled_by_id_46, t0.deleted_by_id AS deleted_by_id_47, t0.validated_by_id AS validated_by_id_48, t0.legal_validated_by_id AS legal_validated_by_id_49, t0.training, t0.elevation AS elevation_50, t0.distance AS distance_51, t0.level_id AS level_id_52 FROM program t0 WHERE t0.id = ? AND t0.training IN ('0')"
"params" => [1 => 16138]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.article_id AS article_id_3 FROM article_image t0 WHERE t0.article_id = ?"
(parameters:
[1 => 26]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.article_id AS article_id_3 FROM article_image t0 WHERE t0.article_id = ?"
"params" => [1 => 26]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.visible AS visible_4 FROM article_category t0 WHERE t0.id = ?"
(parameters:
[1 => 1]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.visible AS visible_4 FROM article_category t0 WHERE t0.id = ?"
"params" => [1 => 1]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.article_id AS article_id_3 FROM article_image t0 WHERE t0.article_id = ?"
(parameters:
[1 => 25]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.article_id AS article_id_3 FROM article_image t0 WHERE t0.article_id = ?"
"params" => [1 => 25]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.article_id AS article_id_3 FROM article_image t0 WHERE t0.article_id = ?"
(parameters:
[1 => 24]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.article_id AS article_id_3 FROM article_image t0 WHERE t0.article_id = ?"
"params" => [1 => 24]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.article_id AS article_id_3 FROM article_image t0 WHERE t0.article_id = ?"
(parameters:
[1 => 23]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.article_id AS article_id_3 FROM article_image t0 WHERE t0.article_id = ?"
"params" => [1 => 23]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.visible AS visible_4 FROM article_category t0 WHERE t0.id = ?"
(parameters:
[1 => 2]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.color AS color_3, t0.visible AS visible_4 FROM article_category t0 WHERE t0.id = ?"
"params" => [1 => 2]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.article_id AS article_id_3 FROM article_image t0 WHERE t0.article_id = ?"
(parameters:
[1 => 22]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.article_id AS article_id_3 FROM article_image t0 WHERE t0.article_id = ?"
"params" => [1 => 22]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.article_id AS article_id_3 FROM article_image t0 WHERE t0.article_id = ?"
(parameters:
[1 => 20]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.article_id AS article_id_3 FROM article_image t0 WHERE t0.article_id = ?"
"params" => [1 => 20]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.article_id AS article_id_3 FROM article_image t0 WHERE t0.article_id = ?"
(parameters:
[1 => 21]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.article_id AS article_id_3 FROM article_image t0 WHERE t0.article_id = ?"
"params" => [1 => 21]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.article_id AS article_id_3 FROM article_image t0 WHERE t0.article_id = ?"
(parameters:
[1 => 18]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.article_id AS article_id_3 FROM article_image t0 WHERE t0.article_id = ?"
"params" => [1 => 18]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.article_id AS article_id_3 FROM article_image t0 WHERE t0.article_id = ?"
(parameters:
[1 => 17]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.article_id AS article_id_3 FROM article_image t0 WHERE t0.article_id = ?"
"params" => [1 => 17]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.article_id AS article_id_3 FROM article_image t0 WHERE t0.article_id = ?"
(parameters:
[1 => 16]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.article_id AS article_id_3 FROM article_image t0 WHERE t0.article_id = ?"
"params" => [1 => 16]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.article_id AS article_id_3 FROM article_image t0 WHERE t0.article_id = ?"
(parameters:
[1 => 15]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.article_id AS article_id_3 FROM article_image t0 WHERE t0.article_id = ?"
"params" => [1 => 15]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT t0.id AS id_1, t0.filename AS filename_2, t0.article_id AS article_id_3 FROM article_image t0 WHERE t0.article_id = ?"
(parameters:
[1 => 14]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.filename AS filename_2, t0.article_id AS article_id_3 FROM article_image t0 WHERE t0.article_id = ?"
"params" => [1 => 14]
"types" => [1 => 1]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.starts_on AS starts_on_1, p0_.ends_on AS ends_on_2, p0_.duration AS duration_3, p0_.duration_hours AS duration_hours_4, p0_.title AS title_5, p0_.description AS description_6, p0_.address AS address_7, p0_.latitude AS latitude_8, p0_.longitude AS longitude_9, p0_.featured_image AS featured_image_10, p0_.featured_image_thumb AS featured_image_thumb_11, p0_.rendezvous_time AS rendezvous_time_12, p0_.visible AS visible_13, p0_.canceled AS canceled_14, p0_.deleted AS deleted_15, p0_.payment_by_account AS payment_by_account_16, p0_.payment_by_other AS payment_by_other_17, p0_.payment_amount AS payment_amount_18, p0_.payment_other_amount AS payment_other_amount_19, p0_.advance_payment_amount AS advance_payment_amount_20, p0_.debit_on AS debit_on_21, p0_.registration_required AS registration_required_22, p0_.registration_start AS registration_start_23, p0_.registration_end AS registration_end_24, p0_.maximum_registrations AS maximum_registrations_25, p0_.registrations_cancellable AS registrations_cancellable_26, p0_.withdrawal_deadline AS withdrawal_deadline_27, p0_.accounting_code AS accounting_code_28, p0_.accounting_ana_code AS accounting_ana_code_29, p0_.total_cost AS total_cost_30, p0_.validated AS validated_31, p0_.legal_validated AS legal_validated_32, p0_.validated_at AS validated_at_33, p0_.legal_validated_at AS legal_validated_at_34, p0_.validation_email_sent AS validation_email_sent_35, p0_.validation_email_sent_at AS validation_email_sent_at_36, p0_.created_at AS created_at_37, p0_.updated_at AS updated_at_38, p0_.registration_by_organizer AS registration_by_organizer_39, p0_.elevation AS elevation_40, p0_.distance AS distance_41, p0_.training AS training_42, p0_.activity_id AS activity_id_43, p0_.section_id AS section_id_44, p0_.creator_id AS creator_id_45, p0_.supervisor_id AS supervisor_id_46, p0_.localisation_id AS localisation_id_47, p0_.canceled_by_id AS canceled_by_id_48, p0_.deleted_by_id AS deleted_by_id_49, p0_.validated_by_id AS validated_by_id_50, p0_.legal_validated_by_id AS legal_validated_by_id_51, p0_.level_id AS level_id_52 FROM program p0_ WHERE (p0_.visible = 1 AND p0_.deleted = 0 AND p0_.validated = 1 AND p0_.starts_on >= ?) AND p0_.training IN ('0') ORDER BY p0_.starts_on ASC LIMIT 8"
(parameters:
[1 => "2025-12-12 00:00:00"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.starts_on AS starts_on_1, p0_.ends_on AS ends_on_2, p0_.duration AS duration_3, p0_.duration_hours AS duration_hours_4, p0_.title AS title_5, p0_.description AS description_6, p0_.address AS address_7, p0_.latitude AS latitude_8, p0_.longitude AS longitude_9, p0_.featured_image AS featured_image_10, p0_.featured_image_thumb AS featured_image_thumb_11, p0_.rendezvous_time AS rendezvous_time_12, p0_.visible AS visible_13, p0_.canceled AS canceled_14, p0_.deleted AS deleted_15, p0_.payment_by_account AS payment_by_account_16, p0_.payment_by_other AS payment_by_other_17, p0_.payment_amount AS payment_amount_18, p0_.payment_other_amount AS payment_other_amount_19, p0_.advance_payment_amount AS advance_payment_amount_20, p0_.debit_on AS debit_on_21, p0_.registration_required AS registration_required_22, p0_.registration_start AS registration_start_23, p0_.registration_end AS registration_end_24, p0_.maximum_registrations AS maximum_registrations_25, p0_.registrations_cancellable AS registrations_cancellable_26, p0_.withdrawal_deadline AS withdrawal_deadline_27, p0_.accounting_code AS accounting_code_28, p0_.accounting_ana_code AS accounting_ana_code_29, p0_.total_cost AS total_cost_30, p0_.validated AS validated_31, p0_.legal_validated AS legal_validated_32, p0_.validated_at AS validated_at_33, p0_.legal_validated_at AS legal_validated_at_34, p0_.validation_email_sent AS validation_email_sent_35, p0_.validation_email_sent_at AS validation_email_sent_at_36, p0_.created_at AS created_at_37, p0_.updated_at AS updated_at_38, p0_.registration_by_organizer AS registration_by_organizer_39, p0_.elevation AS elevation_40, p0_.distance AS distance_41, p0_.training AS training_42, p0_.activity_id AS activity_id_43, p0_.section_id AS section_id_44, p0_.creator_id AS creator_id_45, p0_.supervisor_id AS supervisor_id_46, p0_.localisation_id AS localisation_id_47, p0_.canceled_by_id AS canceled_by_id_48, p0_.deleted_by_id AS deleted_by_id_49, p0_.validated_by_id AS validated_by_id_50, p0_.legal_validated_by_id AS legal_validated_by_id_51, p0_.level_id AS level_id_52 FROM program p0_ WHERE (p0_.visible = 1 AND p0_.deleted = 0 AND p0_.validated = 1 AND p0_.starts_on >= ?) AND p0_.training IN ('0') ORDER BY p0_.starts_on ASC LIMIT 8"
"params" => [1 => "2025-12-12 00:00:00"
]
"types" => [1 => 2]
]
debug
Executing statement:
"SELECT p0_.id AS id_0, p0_.starts_on AS starts_on_1, p0_.ends_on AS ends_on_2, p0_.duration AS duration_3, p0_.duration_hours AS duration_hours_4, p0_.title AS title_5, p0_.description AS description_6, p0_.address AS address_7, p0_.latitude AS latitude_8, p0_.longitude AS longitude_9, p0_.featured_image AS featured_image_10, p0_.featured_image_thumb AS featured_image_thumb_11, p0_.rendezvous_time AS rendezvous_time_12, p0_.visible AS visible_13, p0_.canceled AS canceled_14, p0_.deleted AS deleted_15, p0_.payment_by_account AS payment_by_account_16, p0_.payment_by_other AS payment_by_other_17, p0_.payment_amount AS payment_amount_18, p0_.payment_other_amount AS payment_other_amount_19, p0_.advance_payment_amount AS advance_payment_amount_20, p0_.debit_on AS debit_on_21, p0_.registration_required AS registration_required_22, p0_.registration_start AS registration_start_23, p0_.registration_end AS registration_end_24, p0_.maximum_registrations AS maximum_registrations_25, p0_.registrations_cancellable AS registrations_cancellable_26, p0_.withdrawal_deadline AS withdrawal_deadline_27, p0_.accounting_code AS accounting_code_28, p0_.accounting_ana_code AS accounting_ana_code_29, p0_.total_cost AS total_cost_30, p0_.validated AS validated_31, p0_.legal_validated AS legal_validated_32, p0_.validated_at AS validated_at_33, p0_.legal_validated_at AS legal_validated_at_34, p0_.validation_email_sent AS validation_email_sent_35, p0_.validation_email_sent_at AS validation_email_sent_at_36, p0_.created_at AS created_at_37, p0_.updated_at AS updated_at_38, p0_.registration_by_organizer AS registration_by_organizer_39, p0_.elevation AS elevation_40, p0_.distance AS distance_41, p0_.training AS training_42, p0_.activity_id AS activity_id_43, p0_.section_id AS section_id_44, p0_.creator_id AS creator_id_45, p0_.supervisor_id AS supervisor_id_46, p0_.localisation_id AS localisation_id_47, p0_.canceled_by_id AS canceled_by_id_48, p0_.deleted_by_id AS deleted_by_id_49, p0_.validated_by_id AS validated_by_id_50, p0_.legal_validated_by_id AS legal_validated_by_id_51, p0_.level_id AS level_id_52 FROM program p0_ WHERE (p0_.visible = 1 AND p0_.deleted = 0 AND p0_.validated = 1 AND p0_.starts_on >= ?) AND p0_.training IN ('0') ORDER BY p0_.starts_on ASC LIMIT 8"
(parameters:
[1 => "2025-12-12 00:00:00"
]
, types:
[1 => 2]
)
doctrine
[
"sql" => "SELECT p0_.id AS id_0, p0_.starts_on AS starts_on_1, p0_.ends_on AS ends_on_2, p0_.duration AS duration_3, p0_.duration_hours AS duration_hours_4, p0_.title AS title_5, p0_.description AS description_6, p0_.address AS address_7, p0_.latitude AS latitude_8, p0_.longitude AS longitude_9, p0_.featured_image AS featured_image_10, p0_.featured_image_thumb AS featured_image_thumb_11, p0_.rendezvous_time AS rendezvous_time_12, p0_.visible AS visible_13, p0_.canceled AS canceled_14, p0_.deleted AS deleted_15, p0_.payment_by_account AS payment_by_account_16, p0_.payment_by_other AS payment_by_other_17, p0_.payment_amount AS payment_amount_18, p0_.payment_other_amount AS payment_other_amount_19, p0_.advance_payment_amount AS advance_payment_amount_20, p0_.debit_on AS debit_on_21, p0_.registration_required AS registration_required_22, p0_.registration_start AS registration_start_23, p0_.registration_end AS registration_end_24, p0_.maximum_registrations AS maximum_registrations_25, p0_.registrations_cancellable AS registrations_cancellable_26, p0_.withdrawal_deadline AS withdrawal_deadline_27, p0_.accounting_code AS accounting_code_28, p0_.accounting_ana_code AS accounting_ana_code_29, p0_.total_cost AS total_cost_30, p0_.validated AS validated_31, p0_.legal_validated AS legal_validated_32, p0_.validated_at AS validated_at_33, p0_.legal_validated_at AS legal_validated_at_34, p0_.validation_email_sent AS validation_email_sent_35, p0_.validation_email_sent_at AS validation_email_sent_at_36, p0_.created_at AS created_at_37, p0_.updated_at AS updated_at_38, p0_.registration_by_organizer AS registration_by_organizer_39, p0_.elevation AS elevation_40, p0_.distance AS distance_41, p0_.training AS training_42, p0_.activity_id AS activity_id_43, p0_.section_id AS section_id_44, p0_.creator_id AS creator_id_45, p0_.supervisor_id AS supervisor_id_46, p0_.localisation_id AS localisation_id_47, p0_.canceled_by_id AS canceled_by_id_48, p0_.deleted_by_id AS deleted_by_id_49, p0_.validated_by_id AS validated_by_id_50, p0_.legal_validated_by_id AS legal_validated_by_id_51, p0_.level_id AS level_id_52 FROM program p0_ WHERE (p0_.visible = 1 AND p0_.deleted = 0 AND p0_.validated = 1 AND p0_.starts_on >= ?) AND p0_.training IN ('0') ORDER BY p0_.starts_on ASC LIMIT 8"
"params" => [1 => "2025-12-12 00:00:00"
]
"types" => [1 => 2]
]
"SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.activity_code AS activity_code_4, t0.person_in_charge AS person_in_charge_5, t0.color AS color_6, t0.visible AS visible_7, t0.validation_required AS validation_required_8 FROM caf2_section t0 WHERE t0.id = ?"
(parameters:
[1 => 7]
, types:
[1 => 1]
)
doctrine
[
"sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.activity_code AS activity_code_4, t0.person_in_charge AS person_in_charge_5, t0.color AS color_6, t0.visible AS visible_7, t0.validation_required AS validation_required_8 FROM caf2_section t0 WHERE t0.id = ?"
"params" => [1 => 7]
"types" => [1 => 1]
]
Deprecated: App\Entity\FfcamMember implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary)
Log messages generated during the compilation of the service container.
Messages
Class
601
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddMissingActivitiesCommand" (parent: .abstract.instanceof.App\Command\AddMissingActivitiesCommand).
Resolving inheritance for "App\Command\AddMissingActivitiesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddMissingActivitiesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddMissingSectionsFromActivitiesCommand" (parent: .abstract.instanceof.App\Command\AddMissingSectionsFromActivitiesCommand).
Resolving inheritance for "App\Command\AddMissingSectionsFromActivitiesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddMissingSectionsFromActivitiesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AssignAdminRolesFromSupervisorsCommand" (parent: .abstract.instanceof.App\Command\AssignAdminRolesFromSupervisorsCommand).
Resolving inheritance for "App\Command\AssignAdminRolesFromSupervisorsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AssignAdminRolesFromSupervisorsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BuildCommissionActivityMapCommand" (parent: .abstract.instanceof.App\Command\BuildCommissionActivityMapCommand).
Resolving inheritance for "App\Command\BuildCommissionActivityMapCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BuildCommissionActivityMapCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CompareLegacyMemberNamesCommand" (parent: .abstract.instanceof.App\Command\CompareLegacyMemberNamesCommand).
Resolving inheritance for "App\Command\CompareLegacyMemberNamesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CompareLegacyMemberNamesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CompareLegacyParticipantsCommand" (parent: .abstract.instanceof.App\Command\CompareLegacyParticipantsCommand).
Resolving inheritance for "App\Command\CompareLegacyParticipantsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CompareLegacyParticipantsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EnsureSupervisorsRegisteredCommand" (parent: .abstract.instanceof.App\Command\EnsureSupervisorsRegisteredCommand).
Resolving inheritance for "App\Command\EnsureSupervisorsRegisteredCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EnsureSupervisorsRegisteredCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FfcamImportCommand" (parent: .abstract.instanceof.App\Command\FfcamImportCommand).
Resolving inheritance for "App\Command\FfcamImportCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FfcamImportCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FindDuplicateMembersByNameCommand" (parent: .abstract.instanceof.App\Command\FindDuplicateMembersByNameCommand).
Resolving inheritance for "App\Command\FindDuplicateMembersByNameCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FindDuplicateMembersByNameCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixMissingProgramLocalisationsCommand" (parent: .abstract.instanceof.App\Command\FixMissingProgramLocalisationsCommand).
Resolving inheritance for "App\Command\FixMissingProgramLocalisationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixMissingProgramLocalisationsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HashPasswordCommand" (parent: .abstract.instanceof.App\Command\HashPasswordCommand).
Resolving inheritance for "App\Command\HashPasswordCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HashPasswordCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportLegacyMembersCommand" (parent: .abstract.instanceof.App\Command\ImportLegacyMembersCommand).
Resolving inheritance for "App\Command\ImportLegacyMembersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportLegacyMembersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportLegacyProgramsCommand" (parent: .abstract.instanceof.App\Command\ImportLegacyProgramsCommand).
Resolving inheritance for "App\Command\ImportLegacyProgramsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportLegacyProgramsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MergeDuplicateMembersByNameCommand" (parent: .abstract.instanceof.App\Command\MergeDuplicateMembersByNameCommand).
Resolving inheritance for "App\Command\MergeDuplicateMembersByNameCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MergeDuplicateMembersByNameCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MergeDuplicateMembersCommand" (parent: .abstract.instanceof.App\Command\MergeDuplicateMembersCommand).
Resolving inheritance for "App\Command\MergeDuplicateMembersCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MergeDuplicateMembersCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateDiffusionRecipientsToMemberCommand" (parent: .abstract.instanceof.App\Command\MigrateDiffusionRecipientsToMemberCommand).
Resolving inheritance for "App\Command\MigrateDiffusionRecipientsToMemberCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateDiffusionRecipientsToMemberCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NormalizeMemberPhonesCommand" (parent: .abstract.instanceof.App\Command\NormalizeMemberPhonesCommand).
Resolving inheritance for "App\Command\NormalizeMemberPhonesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NormalizeMemberPhonesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RebuildMigrationUserMapCommand" (parent: .abstract.instanceof.App\Command\RebuildMigrationUserMapCommand).
Resolving inheritance for "App\Command\RebuildMigrationUserMapCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RebuildMigrationUserMapCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReconcileLegacyRegistrationsCommand" (parent: .abstract.instanceof.App\Command\ReconcileLegacyRegistrationsCommand).
Resolving inheritance for "App\Command\ReconcileLegacyRegistrationsCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReconcileLegacyRegistrationsCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReconcileMemberLicensesCommand" (parent: .abstract.instanceof.App\Command\ReconcileMemberLicensesCommand).
Resolving inheritance for "App\Command\ReconcileMemberLicensesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReconcileMemberLicensesCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveBaseAdminRoleCommand" (parent: .abstract.instanceof.App\Command\RemoveBaseAdminRoleCommand).
Resolving inheritance for "App\Command\RemoveBaseAdminRoleCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveBaseAdminRoleCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncUsernameToEmailCommand" (parent: .abstract.instanceof.App\Command\SyncUsernameToEmailCommand).
Resolving inheritance for "App\Command\SyncUsernameToEmailCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncUsernameToEmailCommand).
Resolving inheritance for ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VerifyRegenerateArticleImagesCommand" (parent: .abstract.instanceof.App\Command\VerifyRegenerateArticleImagesCommand).
Resolving inheritance for "App\Command\VerifyRegenerateArticleImagesCommand" (parent: .instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VerifyRegenerateArticleImagesCommand).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ActivityController" (parent: .abstract.instanceof.App\Controller\Admin\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ActivityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ActivityController).
Resolving inheritance for "App\Controller\Admin\ActivityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ActivityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ActivityLevelController" (parent: .abstract.instanceof.App\Controller\Admin\ActivityLevelController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ActivityLevelController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ActivityLevelController).
Resolving inheritance for "App\Controller\Admin\ActivityLevelController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ActivityLevelController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminController" (parent: .abstract.instanceof.App\Controller\Admin\AdminController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminController).
Resolving inheritance for "App\Controller\Admin\AdminController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdministratorController" (parent: .abstract.instanceof.App\Controller\Admin\AdministratorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdministratorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdministratorController).
Resolving inheritance for "App\Controller\Admin\AdministratorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdministratorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ArticleCategoryController" (parent: .abstract.instanceof.App\Controller\Admin\ArticleCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ArticleCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ArticleCategoryController).
Resolving inheritance for "App\Controller\Admin\ArticleCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ArticleCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ArticleController" (parent: .abstract.instanceof.App\Controller\Admin\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ArticleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ArticleController).
Resolving inheritance for "App\Controller\Admin\ArticleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContactCategoryController" (parent: .abstract.instanceof.App\Controller\Admin\ContactCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContactCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContactCategoryController).
Resolving inheritance for "App\Controller\Admin\ContactCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContactCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContactController" (parent: .abstract.instanceof.App\Controller\Admin\ContactController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContactController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContactController).
Resolving inheritance for "App\Controller\Admin\ContactController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContactController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DiffusionController" (parent: .abstract.instanceof.App\Controller\Admin\DiffusionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DiffusionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DiffusionController).
Resolving inheritance for "App\Controller\Admin\DiffusionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DiffusionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DiffusionListController" (parent: .abstract.instanceof.App\Controller\Admin\DiffusionListController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DiffusionListController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DiffusionListController).
Resolving inheritance for "App\Controller\Admin\DiffusionListController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DiffusionListController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EquipmentCategoryController" (parent: .abstract.instanceof.App\Controller\Admin\EquipmentCategoryController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EquipmentCategoryController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EquipmentCategoryController).
Resolving inheritance for "App\Controller\Admin\EquipmentCategoryController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EquipmentCategoryController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EquipmentController" (parent: .abstract.instanceof.App\Controller\Admin\EquipmentController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EquipmentController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EquipmentController).
Resolving inheritance for "App\Controller\Admin\EquipmentController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EquipmentController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FfcamMemberController" (parent: .abstract.instanceof.App\Controller\Admin\FfcamMemberController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FfcamMemberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FfcamMemberController).
Resolving inheritance for "App\Controller\Admin\FfcamMemberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FfcamMemberController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\GuestController" (parent: .abstract.instanceof.App\Controller\Admin\GuestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\GuestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\GuestController).
Resolving inheritance for "App\Controller\Admin\GuestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\GuestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HomeController" (parent: .abstract.instanceof.App\Controller\Admin\HomeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HomeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HomeController).
Resolving inheritance for "App\Controller\Admin\HomeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HomeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LocalisationController" (parent: .abstract.instanceof.App\Controller\Admin\LocalisationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LocalisationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LocalisationController).
Resolving inheritance for "App\Controller\Admin\LocalisationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LocalisationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MailerController" (parent: .abstract.instanceof.App\Controller\Admin\MailerController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MailerController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MailerController).
Resolving inheritance for "App\Controller\Admin\MailerController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MailerController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MemberController" (parent: .abstract.instanceof.App\Controller\Admin\MemberController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MemberController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MemberController).
Resolving inheritance for "App\Controller\Admin\MemberController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MemberController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MemberDVATrainingController" (parent: .abstract.instanceof.App\Controller\Admin\MemberDVATrainingController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MemberDVATrainingController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MemberDVATrainingController).
Resolving inheritance for "App\Controller\Admin\MemberDVATrainingController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MemberDVATrainingController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MonetaryAccountController" (parent: .abstract.instanceof.App\Controller\Admin\MonetaryAccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MonetaryAccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MonetaryAccountController).
Resolving inheritance for "App\Controller\Admin\MonetaryAccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MonetaryAccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PlanningController" (parent: .abstract.instanceof.App\Controller\Admin\PlanningController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PlanningController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PlanningController).
Resolving inheritance for "App\Controller\Admin\PlanningController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PlanningController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProgramController" (parent: .abstract.instanceof.App\Controller\Admin\ProgramController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProgramController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProgramController).
Resolving inheritance for "App\Controller\Admin\ProgramController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProgramController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProgramTemplateController" (parent: .abstract.instanceof.App\Controller\Admin\ProgramTemplateController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProgramTemplateController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProgramTemplateController).
Resolving inheritance for "App\Controller\Admin\ProgramTemplateController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProgramTemplateController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RetexController" (parent: .abstract.instanceof.App\Controller\Admin\RetexController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RetexController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RetexController).
Resolving inheritance for "App\Controller\Admin\RetexController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RetexController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SectionController" (parent: .abstract.instanceof.App\Controller\Admin\SectionController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SectionController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SectionController).
Resolving inheritance for "App\Controller\Admin\SectionController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SectionController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SecurityController" (parent: .abstract.instanceof.App\Controller\Admin\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SecurityController).
Resolving inheritance for "App\Controller\Admin\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SupervisorController" (parent: .abstract.instanceof.App\Controller\Admin\SupervisorController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SupervisorController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SupervisorController).
Resolving inheritance for "App\Controller\Admin\SupervisorController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SupervisorController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TestController" (parent: .abstract.instanceof.App\Controller\Admin\TestController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TestController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TestController).
Resolving inheritance for "App\Controller\Admin\TestController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TestController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CronController" (parent: .abstract.instanceof.App\Controller\CronController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CronController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CronController).
Resolving inheritance for "App\Controller\CronController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CronController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AccountController" (parent: .abstract.instanceof.App\Controller\Front\AccountController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AccountController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AccountController).
Resolving inheritance for "App\Controller\Front\AccountController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AccountController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ActivitiesController" (parent: .abstract.instanceof.App\Controller\Front\ActivitiesController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ActivitiesController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ActivitiesController).
Resolving inheritance for "App\Controller\Front\ActivitiesController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ActivitiesController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ArticleController" (parent: .abstract.instanceof.App\Controller\Front\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ArticleController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ArticleController).
Resolving inheritance for "App\Controller\Front\ArticleController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ArticleController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\FFCAMController" (parent: .abstract.instanceof.App\Controller\Front\FFCAMController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\FFCAMController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\FFCAMController).
Resolving inheritance for "App\Controller\Front\FFCAMController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\FFCAMController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\MainController" (parent: .abstract.instanceof.App\Controller\Front\MainController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\MainController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\MainController).
Resolving inheritance for "App\Controller\Front\MainController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\MainController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ProgramController" (parent: .abstract.instanceof.App\Controller\Front\ProgramController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ProgramController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ProgramController).
Resolving inheritance for "App\Controller\Front\ProgramController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ProgramController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ReservationController" (parent: .abstract.instanceof.App\Controller\Front\ReservationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ReservationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ReservationController).
Resolving inheritance for "App\Controller\Front\ReservationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ReservationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\SecurityController" (parent: .abstract.instanceof.App\Controller\Front\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\SecurityController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\SecurityController).
Resolving inheritance for "App\Controller\Front\SecurityController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\SecurityController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MoneticoController" (parent: .abstract.instanceof.App\Controller\MoneticoController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MoneticoController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MoneticoController).
Resolving inheritance for "App\Controller\MoneticoController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MoneticoController).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ActivityFixtures" (parent: .abstract.instanceof.App\DataFixtures\ActivityFixtures).
Resolving inheritance for "App\DataFixtures\ActivityFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ActivityFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ActivityLevelFixtures" (parent: .abstract.instanceof.App\DataFixtures\ActivityLevelFixtures).
Resolving inheritance for "App\DataFixtures\ActivityLevelFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ActivityLevelFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AdminMemberFixtures" (parent: .abstract.instanceof.App\DataFixtures\AdminMemberFixtures).
Resolving inheritance for "App\DataFixtures\AdminMemberFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AdminMemberFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures" (parent: .abstract.instanceof.App\DataFixtures\AppFixtures).
Resolving inheritance for "App\DataFixtures\AppFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CadresFixtures" (parent: .abstract.instanceof.App\DataFixtures\CadresFixtures).
Resolving inheritance for "App\DataFixtures\CadresFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CadresFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\EquipmentFixtures" (parent: .abstract.instanceof.App\DataFixtures\EquipmentFixtures).
Resolving inheritance for "App\DataFixtures\EquipmentFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\EquipmentFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ImportCadresFixtures" (parent: .abstract.instanceof.App\DataFixtures\ImportCadresFixtures).
Resolving inheritance for "App\DataFixtures\ImportCadresFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ImportCadresFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\MemberFixtures" (parent: .abstract.instanceof.App\DataFixtures\MemberFixtures).
Resolving inheritance for "App\DataFixtures\MemberFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\MemberFixtures).
Resolving inheritance for ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\sectionFixtures" (parent: .abstract.instanceof.App\DataFixtures\sectionFixtures).
Resolving inheritance for "App\DataFixtures\sectionFixtures" (parent: .instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\sectionFixtures).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\MailerLogSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\MailerLogSubscriber).
Resolving inheritance for "App\EventSubscriber\MailerLogSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\MailerLogSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PasswordChangeSubscriber" (parent: .abstract.instanceof.App\EventSubscriber\PasswordChangeSubscriber).
Resolving inheritance for "App\EventSubscriber\PasswordChangeSubscriber" (parent: .instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PasswordChangeSubscriber).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccountCreationType" (parent: .abstract.instanceof.App\Form\AccountCreationType).
Resolving inheritance for "App\Form\AccountCreationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccountCreationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ActivityLevelType" (parent: .abstract.instanceof.App\Form\Admin\ActivityLevelType).
Resolving inheritance for "App\Form\Admin\ActivityLevelType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ActivityLevelType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ActivityType" (parent: .abstract.instanceof.App\Form\Admin\ActivityType).
Resolving inheritance for "App\Form\Admin\ActivityType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ActivityType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AdminResetPasswordType" (parent: .abstract.instanceof.App\Form\Admin\AdminResetPasswordType).
Resolving inheritance for "App\Form\Admin\AdminResetPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AdminResetPasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AdminUserChangePasswordType" (parent: .abstract.instanceof.App\Form\Admin\AdminUserChangePasswordType).
Resolving inheritance for "App\Form\Admin\AdminUserChangePasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AdminUserChangePasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AdminUserRightsType" (parent: .abstract.instanceof.App\Form\Admin\AdminUserRightsType).
Resolving inheritance for "App\Form\Admin\AdminUserRightsType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AdminUserRightsType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AdminUserSelfChangePasswordType" (parent: .abstract.instanceof.App\Form\Admin\AdminUserSelfChangePasswordType).
Resolving inheritance for "App\Form\Admin\AdminUserSelfChangePasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AdminUserSelfChangePasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AdminUserType" (parent: .abstract.instanceof.App\Form\Admin\AdminUserType).
Resolving inheritance for "App\Form\Admin\AdminUserType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AdminUserType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ArticleCategoryType" (parent: .abstract.instanceof.App\Form\Admin\ArticleCategoryType).
Resolving inheritance for "App\Form\Admin\ArticleCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ArticleCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ArticleType" (parent: .abstract.instanceof.App\Form\Admin\ArticleType).
Resolving inheritance for "App\Form\Admin\ArticleType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ArticleType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ContactCategoryType" (parent: .abstract.instanceof.App\Form\Admin\ContactCategoryType).
Resolving inheritance for "App\Form\Admin\ContactCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ContactCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ContactRecipientType" (parent: .abstract.instanceof.App\Form\Admin\ContactRecipientType).
Resolving inheritance for "App\Form\Admin\ContactRecipientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ContactRecipientType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ContactServiceType" (parent: .abstract.instanceof.App\Form\Admin\ContactServiceType).
Resolving inheritance for "App\Form\Admin\ContactServiceType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ContactServiceType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DiffusionListRecipientType" (parent: .abstract.instanceof.App\Form\Admin\DiffusionListRecipientType).
Resolving inheritance for "App\Form\Admin\DiffusionListRecipientType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DiffusionListRecipientType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DiffusionListType" (parent: .abstract.instanceof.App\Form\Admin\DiffusionListType).
Resolving inheritance for "App\Form\Admin\DiffusionListType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DiffusionListType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EquipmentCategoryType" (parent: .abstract.instanceof.App\Form\Admin\EquipmentCategoryType).
Resolving inheritance for "App\Form\Admin\EquipmentCategoryType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EquipmentCategoryType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EquipmentType" (parent: .abstract.instanceof.App\Form\Admin\EquipmentType).
Resolving inheritance for "App\Form\Admin\EquipmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EquipmentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\GuestType" (parent: .abstract.instanceof.App\Form\Admin\GuestType).
Resolving inheritance for "App\Form\Admin\GuestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\GuestType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\LocalisationType" (parent: .abstract.instanceof.App\Form\Admin\LocalisationType).
Resolving inheritance for "App\Form\Admin\LocalisationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\LocalisationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\LostPasswordType" (parent: .abstract.instanceof.App\Form\Admin\LostPasswordType).
Resolving inheritance for "App\Form\Admin\LostPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\LostPasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\MailerEmailAttachmentType" (parent: .abstract.instanceof.App\Form\Admin\MailerEmailAttachmentType).
Resolving inheritance for "App\Form\Admin\MailerEmailAttachmentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\MailerEmailAttachmentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\MailerEmailType" (parent: .abstract.instanceof.App\Form\Admin\MailerEmailType).
Resolving inheritance for "App\Form\Admin\MailerEmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\MailerEmailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\MemberDVATrainingType" (parent: .abstract.instanceof.App\Form\Admin\MemberDVATrainingType).
Resolving inheritance for "App\Form\Admin\MemberDVATrainingType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\MemberDVATrainingType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\MemberType" (parent: .abstract.instanceof.App\Form\Admin\MemberType).
Resolving inheritance for "App\Form\Admin\MemberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\MemberType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\MonetaryAccountExportType" (parent: .abstract.instanceof.App\Form\Admin\MonetaryAccountExportType).
Resolving inheritance for "App\Form\Admin\MonetaryAccountExportType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\MonetaryAccountExportType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\MonetaryAccountMovementBasicType" (parent: .abstract.instanceof.App\Form\Admin\MonetaryAccountMovementBasicType).
Resolving inheritance for "App\Form\Admin\MonetaryAccountMovementBasicType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\MonetaryAccountMovementBasicType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProgramChangePaymentType" (parent: .abstract.instanceof.App\Form\Admin\ProgramChangePaymentType).
Resolving inheritance for "App\Form\Admin\ProgramChangePaymentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProgramChangePaymentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProgramRegisterGuestType" (parent: .abstract.instanceof.App\Form\Admin\ProgramRegisterGuestType).
Resolving inheritance for "App\Form\Admin\ProgramRegisterGuestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProgramRegisterGuestType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProgramRegisterMemberType" (parent: .abstract.instanceof.App\Form\Admin\ProgramRegisterMemberType).
Resolving inheritance for "App\Form\Admin\ProgramRegisterMemberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProgramRegisterMemberType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProgramRegistrationChangeGroupType" (parent: .abstract.instanceof.App\Form\Admin\ProgramRegistrationChangeGroupType).
Resolving inheritance for "App\Form\Admin\ProgramRegistrationChangeGroupType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProgramRegistrationChangeGroupType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProgramRegistrationsEmailType" (parent: .abstract.instanceof.App\Form\Admin\ProgramRegistrationsEmailType).
Resolving inheritance for "App\Form\Admin\ProgramRegistrationsEmailType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProgramRegistrationsEmailType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProgramTemplateType" (parent: .abstract.instanceof.App\Form\Admin\ProgramTemplateType).
Resolving inheritance for "App\Form\Admin\ProgramTemplateType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProgramTemplateType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProgramType" (parent: .abstract.instanceof.App\Form\Admin\ProgramType).
Resolving inheritance for "App\Form\Admin\ProgramType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProgramType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\RefugeTarifType" (parent: .abstract.instanceof.App\Form\Admin\RefugeTarifType).
Resolving inheritance for "App\Form\Admin\RefugeTarifType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\RefugeTarifType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ReservationType" (parent: .abstract.instanceof.App\Form\Admin\ReservationType).
Resolving inheritance for "App\Form\Admin\ReservationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ReservationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\RetexType" (parent: .abstract.instanceof.App\Form\Admin\RetexType).
Resolving inheritance for "App\Form\Admin\RetexType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\RetexType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SectionType" (parent: .abstract.instanceof.App\Form\Admin\SectionType).
Resolving inheritance for "App\Form\Admin\SectionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SectionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SupervisorType" (parent: .abstract.instanceof.App\Form\Admin\SupervisorType).
Resolving inheritance for "App\Form\Admin\SupervisorType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SupervisorType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArticleCommentType" (parent: .abstract.instanceof.App\Form\ArticleCommentType).
Resolving inheritance for "App\Form\ArticleCommentType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArticleCommentType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArticleSubmissionType" (parent: .abstract.instanceof.App\Form\ArticleSubmissionType).
Resolving inheritance for "App\Form\ArticleSubmissionType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArticleSubmissionType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactFormType" (parent: .abstract.instanceof.App\Form\ContactFormType).
Resolving inheritance for "App\Form\ContactFormType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactFormType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GenericDeleteType" (parent: .abstract.instanceof.App\Form\GenericDeleteType).
Resolving inheritance for "App\Form\GenericDeleteType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GenericDeleteType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LostPasswordType" (parent: .abstract.instanceof.App\Form\LostPasswordType).
Resolving inheritance for "App\Form\LostPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LostPasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MemberChangePasswordType" (parent: .abstract.instanceof.App\Form\MemberChangePasswordType).
Resolving inheritance for "App\Form\MemberChangePasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MemberChangePasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MemberResetPasswordType" (parent: .abstract.instanceof.App\Form\MemberResetPasswordType).
Resolving inheritance for "App\Form\MemberResetPasswordType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MemberResetPasswordType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MemberType" (parent: .abstract.instanceof.App\Form\MemberType).
Resolving inheritance for "App\Form\MemberType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MemberType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MonetaryAccountCloseType" (parent: .abstract.instanceof.App\Form\MonetaryAccountCloseType).
Resolving inheritance for "App\Form\MonetaryAccountCloseType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MonetaryAccountCloseType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MonetaryAccountOpenType" (parent: .abstract.instanceof.App\Form\MonetaryAccountOpenType).
Resolving inheritance for "App\Form\MonetaryAccountOpenType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MonetaryAccountOpenType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PhotoAlbumType" (parent: .abstract.instanceof.App\Form\PhotoAlbumType).
Resolving inheritance for "App\Form\PhotoAlbumType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PhotoAlbumType).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Refuge\Controller\Admin\RefugeTarifController" (parent: .abstract.instanceof.App\Refuge\Controller\Admin\RefugeTarifController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Refuge\Controller\Admin\RefugeTarifController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Refuge\Controller\Admin\RefugeTarifController).
Resolving inheritance for "App\Refuge\Controller\Admin\RefugeTarifController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Refuge\Controller\Admin\RefugeTarifController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Refuge\Controller\Admin\ReservationController" (parent: .abstract.instanceof.App\Refuge\Controller\Admin\ReservationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Refuge\Controller\Admin\ReservationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Refuge\Controller\Admin\ReservationController).
Resolving inheritance for "App\Refuge\Controller\Admin\ReservationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Refuge\Controller\Admin\ReservationController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Refuge\Controller\Front\RefugeController" (parent: .abstract.instanceof.App\Refuge\Controller\Front\RefugeController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Refuge\Controller\Front\RefugeController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Refuge\Controller\Front\RefugeController).
Resolving inheritance for "App\Refuge\Controller\Front\RefugeController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Refuge\Controller\Front\RefugeController).
Resolving inheritance for ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Refuge\Controller\Front\ReservationController" (parent: .abstract.instanceof.App\Refuge\Controller\Front\ReservationController).
Resolving inheritance for ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Refuge\Controller\Front\ReservationController" (parent: .instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Refuge\Controller\Front\ReservationController).
Resolving inheritance for "App\Refuge\Controller\Front\ReservationController" (parent: .instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Refuge\Controller\Front\ReservationController).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Refuge\Form\Admin\ReservationType" (parent: .abstract.instanceof.App\Refuge\Form\Admin\ReservationType).
Resolving inheritance for "App\Refuge\Form\Admin\ReservationType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Refuge\Form\Admin\ReservationType).
Resolving inheritance for ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Refuge\Form\ReservationRequestType" (parent: .abstract.instanceof.App\Refuge\Form\ReservationRequestType).
Resolving inheritance for "App\Refuge\Form\ReservationRequestType" (parent: .instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Refuge\Form\ReservationRequestType).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Refuge\Repository\ReservationRepository" (parent: .abstract.instanceof.App\Refuge\Repository\ReservationRepository).
Resolving inheritance for "App\Refuge\Repository\ReservationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Refuge\Repository\ReservationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Refuge\Repository\TarifRepository" (parent: .abstract.instanceof.App\Refuge\Repository\TarifRepository).
Resolving inheritance for "App\Refuge\Repository\TarifRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Refuge\Repository\TarifRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityLevelRepository" (parent: .abstract.instanceof.App\Repository\ActivityLevelRepository).
Resolving inheritance for "App\Repository\ActivityLevelRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityLevelRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityRepository" (parent: .abstract.instanceof.App\Repository\ActivityRepository).
Resolving inheritance for "App\Repository\ActivityRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdministratorRepository" (parent: .abstract.instanceof.App\Repository\AdministratorRepository).
Resolving inheritance for "App\Repository\AdministratorRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdministratorRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleCategoryRepository" (parent: .abstract.instanceof.App\Repository\ArticleCategoryRepository).
Resolving inheritance for "App\Repository\ArticleCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleCommentRepository" (parent: .abstract.instanceof.App\Repository\ArticleCommentRepository).
Resolving inheritance for "App\Repository\ArticleCommentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleCommentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleImageRepository" (parent: .abstract.instanceof.App\Repository\ArticleImageRepository).
Resolving inheritance for "App\Repository\ArticleImageRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleImageRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleRepository" (parent: .abstract.instanceof.App\Repository\ArticleRepository).
Resolving inheritance for "App\Repository\ArticleRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRecipientRepository" (parent: .abstract.instanceof.App\Repository\ContactRecipientRepository).
Resolving inheritance for "App\Repository\ContactRecipientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRecipientRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRepository" (parent: .abstract.instanceof.App\Repository\ContactRepository).
Resolving inheritance for "App\Repository\ContactRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiffusionListRecipientRepository" (parent: .abstract.instanceof.App\Repository\DiffusionListRecipientRepository).
Resolving inheritance for "App\Repository\DiffusionListRecipientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiffusionListRecipientRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiffusionListRepository" (parent: .abstract.instanceof.App\Repository\DiffusionListRepository).
Resolving inheritance for "App\Repository\DiffusionListRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiffusionListRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EquipmentCategoryRepository" (parent: .abstract.instanceof.App\Repository\EquipmentCategoryRepository).
Resolving inheritance for "App\Repository\EquipmentCategoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EquipmentCategoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EquipmentRepository" (parent: .abstract.instanceof.App\Repository\EquipmentRepository).
Resolving inheritance for "App\Repository\EquipmentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EquipmentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FfcamImportHistoryRepository" (parent: .abstract.instanceof.App\Repository\FfcamImportHistoryRepository).
Resolving inheritance for "App\Repository\FfcamImportHistoryRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FfcamImportHistoryRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FfcamMemberRepository" (parent: .abstract.instanceof.App\Repository\FfcamMemberRepository).
Resolving inheritance for "App\Repository\FfcamMemberRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FfcamMemberRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FfcamReminderRepository" (parent: .abstract.instanceof.App\Repository\FfcamReminderRepository).
Resolving inheritance for "App\Repository\FfcamReminderRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FfcamReminderRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FfcamStatRepository" (parent: .abstract.instanceof.App\Repository\FfcamStatRepository).
Resolving inheritance for "App\Repository\FfcamStatRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FfcamStatRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GuestRepository" (parent: .abstract.instanceof.App\Repository\GuestRepository).
Resolving inheritance for "App\Repository\GuestRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GuestRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LibraryDocumentRepository" (parent: .abstract.instanceof.App\Repository\LibraryDocumentRepository).
Resolving inheritance for "App\Repository\LibraryDocumentRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LibraryDocumentRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocalisationRepository" (parent: .abstract.instanceof.App\Repository\LocalisationRepository).
Resolving inheritance for "App\Repository\LocalisationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocalisationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailerEmailRecipientRepository" (parent: .abstract.instanceof.App\Repository\MailerEmailRecipientRepository).
Resolving inheritance for "App\Repository\MailerEmailRecipientRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailerEmailRecipientRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailerEmailRepository" (parent: .abstract.instanceof.App\Repository\MailerEmailRepository).
Resolving inheritance for "App\Repository\MailerEmailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailerEmailRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MemberDVATrainingRepository" (parent: .abstract.instanceof.App\Repository\MemberDVATrainingRepository).
Resolving inheritance for "App\Repository\MemberDVATrainingRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MemberDVATrainingRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MemberRepository" (parent: .abstract.instanceof.App\Repository\MemberRepository).
Resolving inheritance for "App\Repository\MemberRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MemberRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MonetaryAccountMovementRepository" (parent: .abstract.instanceof.App\Repository\MonetaryAccountMovementRepository).
Resolving inheritance for "App\Repository\MonetaryAccountMovementRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MonetaryAccountMovementRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MonetaryAccountMovementTypeRepository" (parent: .abstract.instanceof.App\Repository\MonetaryAccountMovementTypeRepository).
Resolving inheritance for "App\Repository\MonetaryAccountMovementTypeRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MonetaryAccountMovementTypeRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MonetaryAccountTransactionRepository" (parent: .abstract.instanceof.App\Repository\MonetaryAccountTransactionRepository).
Resolving inheritance for "App\Repository\MonetaryAccountTransactionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MonetaryAccountTransactionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PhotoAlbumRepository" (parent: .abstract.instanceof.App\Repository\PhotoAlbumRepository).
Resolving inheritance for "App\Repository\PhotoAlbumRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PhotoAlbumRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgramRegistrationRepository" (parent: .abstract.instanceof.App\Repository\ProgramRegistrationRepository).
Resolving inheritance for "App\Repository\ProgramRegistrationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgramRegistrationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgramRepository" (parent: .abstract.instanceof.App\Repository\ProgramRepository).
Resolving inheritance for "App\Repository\ProgramRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgramRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgramTemplateRepository" (parent: .abstract.instanceof.App\Repository\ProgramTemplateRepository).
Resolving inheritance for "App\Repository\ProgramTemplateRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgramTemplateRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QueuedEmailRepository" (parent: .abstract.instanceof.App\Repository\QueuedEmailRepository).
Resolving inheritance for "App\Repository\QueuedEmailRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QueuedEmailRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReservationRepository" (parent: .abstract.instanceof.App\Repository\ReservationRepository).
Resolving inheritance for "App\Repository\ReservationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReservationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetexRepository" (parent: .abstract.instanceof.App\Repository\RetexRepository).
Resolving inheritance for "App\Repository\RetexRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetexRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SectionRepository" (parent: .abstract.instanceof.App\Repository\SectionRepository).
Resolving inheritance for "App\Repository\SectionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SectionRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransportationRepository" (parent: .abstract.instanceof.App\Repository\TransportationRepository).
Resolving inheritance for "App\Repository\TransportationRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransportationRepository).
Resolving inheritance for ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VInscriptionRepository" (parent: .abstract.instanceof.App\Repository\VInscriptionRepository).
Resolving inheritance for "App\Repository\VInscriptionRepository" (parent: .instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VInscriptionRepository).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ActivityLevelVoter" (parent: .abstract.instanceof.App\Security\ActivityLevelVoter).
Resolving inheritance for "App\Security\ActivityLevelVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ActivityLevelVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ActivityVoter" (parent: .abstract.instanceof.App\Security\ActivityVoter).
Resolving inheritance for "App\Security\ActivityVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ActivityVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\AdministratorVoter" (parent: .abstract.instanceof.App\Security\AdministratorVoter).
Resolving inheritance for "App\Security\AdministratorVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\AdministratorVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ArticleCategoryVoter" (parent: .abstract.instanceof.App\Security\ArticleCategoryVoter).
Resolving inheritance for "App\Security\ArticleCategoryVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ArticleCategoryVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ArticleVoter" (parent: .abstract.instanceof.App\Security\ArticleVoter).
Resolving inheritance for "App\Security\ArticleVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ArticleVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ContactVoter" (parent: .abstract.instanceof.App\Security\ContactVoter).
Resolving inheritance for "App\Security\ContactVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ContactVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\DiffusionListVoter" (parent: .abstract.instanceof.App\Security\DiffusionListVoter).
Resolving inheritance for "App\Security\DiffusionListVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\DiffusionListVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\EquipmentVoter" (parent: .abstract.instanceof.App\Security\EquipmentVoter).
Resolving inheritance for "App\Security\EquipmentVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\EquipmentVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\GuesttVoter" (parent: .abstract.instanceof.App\Security\GuesttVoter).
Resolving inheritance for "App\Security\GuesttVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\GuesttVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\LocalisationVoter" (parent: .abstract.instanceof.App\Security\LocalisationVoter).
Resolving inheritance for "App\Security\LocalisationVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\LocalisationVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\MailerVoter" (parent: .abstract.instanceof.App\Security\MailerVoter).
Resolving inheritance for "App\Security\MailerVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\MailerVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\MemberVoter" (parent: .abstract.instanceof.App\Security\MemberVoter).
Resolving inheritance for "App\Security\MemberVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\MemberVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\MonetaryAccountMovementVoter" (parent: .abstract.instanceof.App\Security\MonetaryAccountMovementVoter).
Resolving inheritance for "App\Security\MonetaryAccountMovementVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\MonetaryAccountMovementVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\PhotoAlbumVoter" (parent: .abstract.instanceof.App\Security\PhotoAlbumVoter).
Resolving inheritance for "App\Security\PhotoAlbumVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\PhotoAlbumVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\PlanningVoter" (parent: .abstract.instanceof.App\Security\PlanningVoter).
Resolving inheritance for "App\Security\PlanningVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\PlanningVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ProgramRegistrationVoter" (parent: .abstract.instanceof.App\Security\ProgramRegistrationVoter).
Resolving inheritance for "App\Security\ProgramRegistrationVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ProgramRegistrationVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ProgramVoter" (parent: .abstract.instanceof.App\Security\ProgramVoter).
Resolving inheritance for "App\Security\ProgramVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ProgramVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\RefugeVoter" (parent: .abstract.instanceof.App\Security\RefugeVoter).
Resolving inheritance for "App\Security\RefugeVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\RefugeVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\RetexVoter" (parent: .abstract.instanceof.App\Security\RetexVoter).
Resolving inheritance for "App\Security\RetexVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\RetexVoter).
Resolving inheritance for ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\SectionVoter" (parent: .abstract.instanceof.App\Security\SectionVoter).
Resolving inheritance for "App\Security\SectionVoter" (parent: .instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\SectionVoter).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension" (parent: .abstract.instanceof.App\Twig\AppExtension).
Resolving inheritance for "App\Twig\AppExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension).
Resolving inheritance for ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ImageVariantExtension" (parent: .abstract.instanceof.App\Twig\ImageVariantExtension).
Resolving inheritance for "App\Twig\ImageVariantExtension" (parent: .instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ImageVariantExtension).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\MemberLicenseNumberValidator" (parent: .abstract.instanceof.App\Validator\MemberLicenseNumberValidator).
Resolving inheritance for "App\Validator\MemberLicenseNumberValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\MemberLicenseNumberValidator).
Resolving inheritance for ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\PhoneNumberValidator" (parent: .abstract.instanceof.App\Validator\PhoneNumberValidator).
Resolving inheritance for "App\Validator\PhoneNumberValidator" (parent: .instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\PhoneNumberValidator).
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.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._version__default" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._default_package" (parent: assets.path_package).
Resolving inheritance for "assets._version_front" (parent: assets.json_manifest_version_strategy).
Resolving inheritance for "assets._package_front" (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 "secrets.decryption_key" (parent: container.env).
Resolving inheritance for "cache.validator_expression_language" (parent: cache.system).
Resolving inheritance for "doctrine.dbal.default_connection.configuration" (parent: doctrine.dbal.connection.configuration).
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.dbal.refuge_connection.configuration" (parent: doctrine.dbal.connection.configuration).
Resolving inheritance for "doctrine.dbal.refuge_connection.event_manager" (parent: doctrine.dbal.connection.event_manager).
Resolving inheritance for "doctrine.dbal.refuge_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 "doctrine.orm.refuge_configuration" (parent: doctrine.orm.configuration).
Resolving inheritance for "doctrine.orm.refuge_manager_configurator" (parent: doctrine.orm.manager_configurator.abstract).
Resolving inheritance for "doctrine.orm.refuge_entity_manager" (parent: doctrine.orm.entity_manager.abstract).
Resolving inheritance for "cache.security_expression_language" (parent: cache.system).
Resolving inheritance for "cache.security_is_granted_attribute_expression_language" (parent: cache.system).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES256" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES384" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.access_token_handler.oidc.signature.ES512" (parent: security.access_token_handler.oidc.signature).
Resolving inheritance for "security.user.provider.concrete.admin_provider" (parent: doctrine.orm.security.user.provider).
Resolving inheritance for "security.user.provider.concrete.member_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.admin" (parent: security.firewall.config).
Resolving inheritance for "security.listener.admin.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.admin" (parent: security.listener.session).
Resolving inheritance for "security.logout_listener.admin" (parent: security.logout_listener).
Resolving inheritance for "security.logout.listener.default.admin" (parent: security.logout.listener.default).
Resolving inheritance for "security.logout.listener.session.admin" (parent: security.logout.listener.session).
Resolving inheritance for "security.authenticator.form_login.admin" (parent: security.authenticator.form_login).
Resolving inheritance for "security.authentication.success_handler.admin.form_login" (parent: security.authentication.success_handler).
Resolving inheritance for "security.authentication.failure_handler.admin.form_login" (parent: security.authentication.failure_handler).
Resolving inheritance for "cache.security_token_verifier" (parent: cache.system).
Resolving inheritance for "security.authenticator.remember_me_signature_hasher.admin" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.admin" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.admin" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.admin" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.admin" (parent: security.authenticator.remember_me).
Resolving inheritance for "security.authenticator.manager.admin" (parent: security.authenticator.manager).
Resolving inheritance for "security.firewall.authenticator.admin" (parent: security.firewall.authenticator).
Resolving inheritance for "security.listener.user_checker.admin" (parent: security.listener.user_checker).
Resolving inheritance for "security.authentication.switchuser_listener.admin" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.admin" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.admin" (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.1" (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.remember_me_signature_hasher.main" (parent: security.authenticator.remember_me_signature_hasher).
Resolving inheritance for "security.authenticator.remember_me_handler.main" (parent: security.authenticator.signature_remember_me_handler).
Resolving inheritance for "security.listener.check_remember_me_conditions.main" (parent: security.listener.check_remember_me_conditions).
Resolving inheritance for "security.listener.remember_me.main" (parent: security.listener.remember_me).
Resolving inheritance for "security.authenticator.remember_me.main" (parent: security.authenticator.remember_me).
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.authentication.switchuser_listener.main" (parent: security.authentication.switchuser_listener).
Resolving inheritance for "security.exception_listener.main" (parent: security.exception_listener).
Resolving inheritance for "security.firewall.map.context.main" (parent: security.firewall.context).
Resolving inheritance for "monolog.logger" (parent: monolog.logger_prototype).
Resolving inheritance for "cache.webpack_encore" (parent: cache.system).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\SmartUniqueNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.article_images" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.mailer_email_attachments" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.retex_file" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SmartUniqueNamer.training_file" (parent: Vich\UploaderBundle\Naming\SmartUniqueNamer).
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 ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\UniqidNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\UniqidNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\UniqidNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\UniqidNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\PropertyNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\PropertyNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\PropertyNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\PropertyNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\OrignameNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\OrignameNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\OrignameNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\OrignameNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\HashNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\HashNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\HashNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\HashNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\Base64Namer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\Base64Namer).
Resolving inheritance for "Vich\UploaderBundle\Naming\Base64Namer" (parent: .instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\Base64Namer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\SubdirDirectoryNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\SubdirDirectoryNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\SubdirDirectoryNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\SubdirDirectoryNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\PropertyDirectoryNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\PropertyDirectoryNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\PropertyDirectoryNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\PropertyDirectoryNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer).
Resolving inheritance for ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer" (parent: .abstract.instanceof.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer).
Resolving inheritance for "Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer" (parent: .instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer).
Resolving inheritance for "vich_uploader.listener.clean.article_images" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.article_images" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.article_images" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.mailer_email_attachments" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.mailer_email_attachments" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.mailer_email_attachments" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.retex_file" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.retex_file" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.retex_file" (parent: vich_uploader.listener.upload.orm).
Resolving inheritance for "vich_uploader.listener.clean.training_file" (parent: vich_uploader.listener.clean.orm).
Resolving inheritance for "vich_uploader.listener.remove.training_file" (parent: vich_uploader.listener.remove.orm).
Resolving inheritance for "vich_uploader.listener.upload.training_file" (parent: vich_uploader.listener.upload.orm).
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_twig_component" (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_listener" (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_schedule" (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_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 "maker.auto_command.make_stimulus_controller" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_form_login" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_security_custom" (parent: maker.auto_command.abstract).
Resolving inheritance for "maker.auto_command.make_webhook" (parent: maker.auto_command.abstract).
Resolving inheritance for "doctrine.dbal.default_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.refuge_schema_asset_filter_manager" (parent: doctrine.dbal.schema_asset_filter_manager).
Resolving inheritance for "doctrine.dbal.logging_middleware.default" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.default" (parent: doctrine.dbal.debug_middleware).
Resolving inheritance for "doctrine.dbal.logging_middleware.refuge" (parent: doctrine.dbal.logging_middleware).
Resolving inheritance for "doctrine.dbal.debug_middleware.refuge" (parent: doctrine.dbal.debug_middleware).
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.http_client" (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.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.profiler" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.doctrine" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.security" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.debug" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.deprecation" (parent: monolog.logger_prototype).
Resolving inheritance for "monolog.logger.cafmailer" (parent: monolog.logger_prototype).
1
Skipping service "Twig\Extensions\IntlExtension": Class or interface "Twig\Extensions\IntlExtension" cannot be loaded.
1
Removing service-argument resolver for controller "App\Controller\Admin\EquipmentController::add": no corresponding services exist for the referenced types.
314
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 "Psr\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\HttpKernel\HttpCache\StoreInterface"; 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\HttpFoundation\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\Clock\ClockInterface"; reason: private alias.
Removed service "Psr\Clock\ClockInterface"; 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\Container\ContainerInterface $parameter_bag"; reason: private alias.
Removed service "Psr\Container\ContainerInterface $parameterBag"; reason: private alias.
Removed service "Psr\Cache\CacheItemPoolInterface"; 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 "Symfony\Component\Asset\Packages"; reason: private alias.
Removed service ".Symfony\Component\Asset\PackageInterface $front.package"; reason: private alias.
Removed service "Symfony\Component\Asset\PackageInterface $frontPackage"; reason: private alias.
Removed service "Symfony\Contracts\HttpClient\HttpClientInterface"; 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 "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 "Symfony\Contracts\Translation\LocaleAwareInterface"; reason: private alias.
Removed service "Symfony\Component\Translation\LocaleSwitcher"; reason: private alias.
Removed service "translator.formatter"; reason: private alias.
Removed service "Symfony\Component\ErrorHandler\ErrorRenderer\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 "Symfony\Component\PropertyAccess\PropertyAccessorInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\SerializerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\NormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Normalizer\DenormalizerInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\EncoderInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Encoder\DecoderInterface"; reason: private alias.
Removed service "serializer.property_accessor"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\ClassDiscriminatorResolverInterface"; reason: private alias.
Removed service "Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactoryInterface"; reason: private alias.
Removed service "error_renderer.serializer"; 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\WebLink\HttpHeaderSerializer"; 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_doctrine_dbal_provider"; reason: private alias.
Removed service "SessionHandlerInterface"; 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\Validator\Validator\ValidatorInterface"; reason: private alias.
Removed service "validator.mapping.class_metadata_factory"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypesInterface"; reason: private alias.
Removed service "Symfony\Component\Mime\MimeTypeGuesserInterface"; 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 $default.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $defaultConnection"; reason: private alias.
Removed service ".Doctrine\DBAL\Connection $refuge.connection"; reason: private alias.
Removed service "Doctrine\DBAL\Connection $refugeConnection"; 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 $default.entity_manager"; 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.orm.refuge_metadata_cache"; reason: private alias.
Removed service "doctrine.orm.refuge_result_cache"; reason: private alias.
Removed service "doctrine.orm.refuge_query_cache"; reason: private alias.
Removed service ".Doctrine\ORM\EntityManagerInterface $refuge.entity_manager"; reason: private alias.
Removed service "Doctrine\ORM\EntityManagerInterface $refugeEntityManager"; reason: private alias.
Removed service "doctrine.orm.refuge_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\Bundle\SecurityBundle\Security"; reason: private alias.
Removed service "Symfony\Component\Security\Http\Session\SessionAuthenticationStrategyInterface"; 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\FirewallMapInterface"; 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 "security.firewall"; reason: private alias.
Removed service "security.authentication.session_strategy.admin"; reason: private alias.
Removed service "Symfony\Component\Security\Http\RememberMe\RememberMeHandlerInterface"; reason: private alias.
Removed service "security.user_checker.admin"; 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 "Twig\Environment"; reason: private alias.
Removed service "Symfony\Component\Mime\BodyRendererInterface"; reason: private alias.
Removed service "logger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollectionInterface"; reason: private alias.
Removed service "Symfony\WebpackEncoreBundle\Asset\EntrypointLookupInterface"; 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\PropertyMappingResolverInterface"; reason: private alias.
Removed service "Vich\UploaderBundle\Mapping\PropertyMappingFactory"; reason: private alias.
Removed service "vich_uploader.namer_uniqid"; reason: private alias.
Removed service "vich_uploader.namer_property"; reason: private alias.
Removed service "vich_uploader.namer_origname"; reason: private alias.
Removed service "vich_uploader.namer_hash"; reason: private alias.
Removed service "vich_uploader.namer_base64"; reason: private alias.
Removed service "vich_uploader.directory_namer_subdir"; reason: private alias.
Removed service "vich_uploader.namer_directory_property"; reason: private alias.
Removed service "vich_uploader.namer_directory_current_date_time"; reason: private alias.
Removed service "vich_uploader.namer_directory_configurable"; reason: private alias.
Removed service "vich_uploader.namer_smart_unique"; 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 "Pagerfanta\RouteGenerator\RouteGeneratorFactoryInterface"; reason: private alias.
Removed service "Pagerfanta\View\ViewFactoryInterface"; reason: private alias.
Removed service "twig.loader.filesystem"; reason: private alias.
Removed service "argument_resolver.controller_locator"; reason: private alias.
Removed service "doctrine.id_generator_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 $http_clientLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $httpClientLogger"; 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 $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 $profilerLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $doctrineLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $securityLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $debugLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $deprecationLogger"; reason: private alias.
Removed service "Psr\Log\LoggerInterface $cafmailerLogger"; reason: private alias.
Removed service ".service_locator.XDGmiR3"; reason: private alias.
Removed service ".service_locator.hy2N8CX"; reason: private alias.
Removed service "validator"; reason: private alias.
Removed service "http_client"; reason: private alias.
Removed service ".debug.http_client.inner"; reason: private alias.
Removed service "App\Mailer\LoggingMailer.inner"; reason: private alias.
Removed service "controller_resolver"; reason: private alias.
Removed service "argument_resolver"; reason: private alias.
Removed service "translator.data_collector.inner"; reason: private alias.
Removed service "serializer"; reason: private alias.
Removed service "security.access.decision_manager"; reason: private alias.
Removed service "security.firewall.authenticator.admin"; reason: private alias.
Removed service "security.firewall.authenticator.main"; 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.orm.default_metadata_driver"; reason: private alias.
Removed service "doctrine.orm.refuge_metadata_driver"; reason: private alias.
Removed service "security.event_dispatcher.admin"; reason: private alias.
Removed service "security.event_dispatcher.main"; reason: private alias.
Removed service ".service_locator.gFlme_s"; reason: private alias.
Removed service ".service_locator.AbhKsmU"; reason: private alias.
Removed service ".service_locator.Qr3AKxP"; reason: private alias.
Removed service ".service_locator.vfLhnsA"; reason: private alias.
Removed service ".service_locator.GxAl_do"; reason: private alias.
Removed service ".service_locator.uUTn3ET"; reason: private alias.
Removed service ".service_locator.xNtaDd2"; reason: private alias.
Removed service ".service_locator.kRiAVlM"; reason: private alias.
Removed service ".service_locator.aXysecz"; reason: private alias.
Removed service ".service_locator..zxpbA4"; reason: private alias.
Removed service ".service_locator.vmrHflq"; reason: private alias.
Removed service ".service_locator.JBNSFWF"; reason: private alias.
Removed service ".service_locator.WWJrrFm"; reason: private alias.
Removed service ".service_locator.CRDtpSJ"; reason: private alias.
Removed service ".service_locator.v7BGf8D"; reason: private alias.
Removed service ".service_locator.oVfSeXv"; reason: private alias.
Removed service ".service_locator.NxelwQD"; reason: private alias.
Removed service ".service_locator.dpsfxun"; reason: private alias.
Removed service ".service_locator.jcKD1gJ"; reason: private alias.
Removed service ".service_locator.wfHtoGb"; reason: private alias.
Removed service ".service_locator.w.ANbvo"; reason: private alias.
Removed service ".service_locator.YxjWVRw"; reason: private alias.
Removed service ".service_locator.5PlR2dM"; reason: private alias.
Removed service ".service_locator.G6uPjTZ"; reason: private alias.
Removed service ".service_locator.OGBC7X1"; reason: private alias.
Removed service ".service_locator.akuN9DF"; reason: private alias.
Removed service ".service_locator.Rp9RR0T"; reason: private alias.
Removed service ".service_locator.TidRQha"; reason: private alias.
Removed service ".service_locator.USQGytP"; reason: private alias.
Removed service ".service_locator.SQbjStY"; reason: private alias.
Removed service ".service_locator.UHuQE_1"; reason: private alias.
Removed service ".service_locator.OBN7twq"; reason: private alias.
Removed service ".service_locator.GPTYEjR"; reason: private alias.
Removed service ".service_locator.v3oQtB2"; reason: private alias.
Removed service ".service_locator.VbWHV4b"; reason: private alias.
Removed service ".service_locator.wdZ6EE5"; reason: private alias.
Removed service ".service_locator.q1vzrbg"; reason: private alias.
Removed service ".service_locator.fUtFLY0"; reason: private alias.
Removed service ".service_locator.Ud_i0k5"; reason: private alias.
Removed service ".service_locator.20Lnp4n"; reason: private alias.
Removed service ".service_locator.urReivk"; reason: private alias.
Removed service ".service_locator.voQlLN4"; reason: private alias.
Removed service ".service_locator.AuUJEtA"; reason: private alias.
Removed service ".service_locator.Z24wKSu"; reason: private alias.
Removed service ".service_locator..uISamQ"; reason: private alias.
Removed service ".service_locator.FeIRs89"; reason: private alias.
Removed service ".service_locator.k5Oa6l8"; reason: private alias.
Removed service ".service_locator.5RJuLag"; reason: private alias.
Removed service ".service_locator.E53cYaK"; reason: private alias.
Removed service ".service_locator.mbyzxNQ"; reason: private alias.
Removed service ".service_locator.ez.jv4G"; reason: private alias.
Removed service ".service_locator.d9bl2.Q"; reason: private alias.
Removed service ".service_locator.D2IhJGd"; reason: private alias.
Removed service ".service_locator.0xLrd0n"; reason: private alias.
Removed service ".service_locator.PXFie5Y"; reason: private alias.
Removed service ".service_locator.CEaXxXS"; reason: private alias.
Removed service ".service_locator.xg2vj_u"; reason: private alias.
Removed service ".service_locator.KPYtwGF"; reason: private alias.
Removed service ".service_locator.rMBN0m8"; reason: private alias.
Removed service ".service_locator.cOHV_WA"; reason: private alias.
Removed service ".service_locator.DgXEKCl"; reason: private alias.
Removed service ".service_locator.SXikPqj"; reason: private alias.
Removed service ".service_locator.ZHVJWYa"; reason: private alias.
Removed service ".service_locator.wPkN6g1"; reason: private alias.
Removed service ".service_locator.kXdV4GK"; reason: private alias.
Removed service ".service_locator.hY_FW4C"; reason: private alias.
Removed service ".service_locator.C4j775p"; reason: private alias.
Removed service ".service_locator.81jb7oN"; reason: private alias.
Removed service ".service_locator.KchxlyE"; reason: private alias.
Removed service ".service_locator.VYmVt9V"; reason: private alias.
Removed service ".service_locator.2TChRxq"; reason: private alias.
Removed service ".service_locator.Es5d6gQ"; reason: private alias.
Removed service ".service_locator.LTsnUSB"; reason: private alias.
Removed service ".service_locator.nKvo3qr"; reason: private alias.
Removed service ".service_locator.Ke1VLYT"; reason: private alias.
Removed service ".service_locator.2IwwRZK"; reason: private alias.
Removed service ".service_locator.vexa9kZ"; reason: private alias.
Removed service ".service_locator.nrb.7mB"; reason: private alias.
Removed service ".service_locator.r0jNzA0"; reason: private alias.
Removed service ".service_locator.Y98.IJg"; reason: private alias.
Removed service ".service_locator.gybxsC0"; reason: private alias.
Removed service ".service_locator.h3cbGyV"; reason: private alias.
Removed service ".service_locator.SGs.HAF"; reason: private alias.
Removed service ".service_locator.rXRP61f"; reason: private alias.
Removed service ".service_locator.XnxVYga"; reason: private alias.
Removed service ".service_locator.gLZfuky"; reason: private alias.
Removed service ".service_locator.ckt0Zoh"; reason: private alias.
Removed service ".service_locator.JtIvSBN"; reason: private alias.
Removed service ".service_locator.W47vLMj"; reason: private alias.
Removed service ".service_locator.3mUxjBY"; reason: private alias.
Removed service ".service_locator.MnpS7DH"; reason: private alias.
Removed service ".service_locator.kXvzB61"; reason: private alias.
Removed service ".service_locator.EqJ94bu"; reason: private alias.
Removed service ".service_locator.oynfxY2"; reason: private alias.
Removed service ".service_locator.XqClUT3"; reason: private alias.
Removed service ".service_locator._5S_Rr5"; reason: private alias.
Removed service ".service_locator.9nkF_IH"; reason: private alias.
Removed service ".service_locator.kas.1Rr"; reason: private alias.
Removed service ".service_locator.ueqij15"; reason: private alias.
Removed service ".service_locator.XNsHvmr"; reason: private alias.
Removed service ".service_locator.QCOgPJ1"; reason: private alias.
Removed service ".service_locator.gaTSUXr"; reason: private alias.
Removed service ".service_locator.ZY1Dtv1"; reason: private alias.
Removed service ".service_locator.yBGLQP1"; reason: private alias.
Removed service ".service_locator.V7YcqGV"; reason: private alias.
Removed service ".service_locator.Oq82XFE"; reason: private alias.
Removed service ".service_locator.7E3mr0v"; reason: private alias.
Removed service ".service_locator.JA9payP"; reason: private alias.
Removed service ".service_locator.qH85W93"; reason: private alias.
Removed service ".service_locator.pRoCmPA"; reason: private alias.
Removed service ".service_locator.gXaVb2y"; reason: private alias.
Removed service ".service_locator.HD1Hpam"; reason: private alias.
Removed service ".service_locator.jHRmfNl"; reason: private alias.
Removed service ".service_locator.OK3bF5J"; reason: private alias.
Removed service ".service_locator.T2ieqv3"; reason: private alias.
Removed service ".service_locator.lZS7Aio"; reason: private alias.
Removed service ".service_locator.mL3t64U"; reason: private alias.
Removed service ".service_locator.s3B5zBf"; reason: private alias.
Removed service ".service_locator.Ro_IhCV"; reason: private alias.
87
Changed reference of service "App\EventSubscriber\PasswordChangeSubscriber" previously pointing to "router.default" to "router".
Changed reference of service "App\Refuge\Controller\Front\ReservationController" previously pointing to "router.default" to "router".
Changed reference of service "argument_resolver.request_payload" previously pointing to "translator.data_collector" to "translator".
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 "url_helper" previously pointing to "router.default" to "router".
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 "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 "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 "serializer.normalizer.problem" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "serializer.normalizer.translatable" previously pointing to "translator.data_collector" to "translator".
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 "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 "validator.builder" previously pointing to "translator.data_collector" to "translator".
Changed reference of service "console_profiler_listener" previously pointing to "router.default" to "router".
Changed reference of service "data_collector.events" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "data_collector.translation" previously pointing to "translator.data_collector" to "translator".
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.switchuser_listener" previously pointing to "router.default" to "router".
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 "debug.security.firewall" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.admin" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.admin" previously pointing to "router.default" to "router".
Changed reference of service "security.authentication.switchuser_listener.main" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "security.authentication.switchuser_listener.main" 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 "web_profiler.debug_toolbar" 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 "maker.maker.make_reset_password" previously pointing to "router.default" to "router".
Changed reference of service "webpack_encore.tag_renderer" 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 "vich_uploader.upload_handler" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service "pagerfanta.route_generator_factory" previously pointing to "router.default" to "router".
Changed reference of service ".debug.security.voter.security.access.authenticated_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.role_hierarchy_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.security.access.expression_voter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\ActivityLevelVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\ActivityVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\AdministratorVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\ArticleCategoryVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\ArticleVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\ContactVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\DiffusionListVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\EquipmentVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\GuesttVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\LocalisationVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\MailerVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\MemberVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\MonetaryAccountMovementVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\PhotoAlbumVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\PlanningVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\ProgramRegistrationVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\ProgramVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\RefugeVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\RetexVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".debug.security.voter.App\Security\SectionVoter" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
Changed reference of service ".service_locator.O2p6Lk7" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.fuYM_Z." previously pointing to "translator.data_collector" to "translator".
Changed reference of service ".service_locator.cUcW89y" previously pointing to "router.default" to "router".
Changed reference of service ".service_locator.FeLY1aP" previously pointing to "debug.event_dispatcher" to "event_dispatcher".
585
Removed service "App\Entity"; reason: abstract.
Removed service "App\Kernel"; reason: abstract.
Removed service "App\Refuge\Entity\Reservation"; reason: abstract.
Removed service "App\Refuge\Entity\Tarif"; reason: abstract.
Removed service "container.env"; reason: abstract.
Removed service "Symfony\Component\Config\Loader\LoaderInterface"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Request"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Response"; reason: abstract.
Removed service "Symfony\Component\HttpFoundation\Session\SessionInterface"; reason: abstract.
Removed service "cache.adapter.system"; reason: abstract.
Removed service "cache.adapter.apcu"; 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.doctrine_dbal"; 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 "http_client.abstract_retry_strategy"; reason: abstract.
Removed service "mailer.transport_factory.abstract"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AllValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\AtLeastOneOfValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BicValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\BlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CallbackValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CardSchemeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ChoiceValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CidrValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CollectionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CompoundValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CountryValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CssColorValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\CurrencyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateTimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DateValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\DivisibleByValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EmailValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\EqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionSyntaxValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ExpressionValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\FileValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\GreaterThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\HostnameValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IbanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ImageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IpValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsFalseValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsTrueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsbnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IsinValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\IssnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\JsonValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LanguageValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanOrEqualValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LessThanValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LocaleValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\LuhnValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NoSuspiciousCharactersValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotBlankValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotEqualToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotIdenticalToValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\NotNullValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\PasswordStrengthValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RangeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\RegexValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\SequentiallyValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TimezoneValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\TypeValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UlidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UniqueValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UrlValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\UuidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\ValidValidator"; reason: abstract.
Removed service "Symfony\Component\Validator\Constraints\WhenValidator"; 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.dbal.logging_middleware"; reason: abstract.
Removed service "doctrine.dbal.debug_middleware"; 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.clear_site_data"; reason: abstract.
Removed service "security.logout.listener.cookie_clearing"; reason: abstract.
Removed service "security.logout.listener.default"; 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.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.authenticator.access_token"; reason: abstract.
Removed service "security.authenticator.access_token.chain_extractor"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info.http_client"; reason: abstract.
Removed service "security.access_token_handler.oidc_user_info"; reason: abstract.
Removed service "security.access_token_handler.oidc"; reason: abstract.
Removed service "security.access_token_handler.oidc.jwk"; reason: abstract.
Removed service "security.access_token_handler.oidc.signature"; reason: abstract.
Removed service "security.authenticator.signature_remember_me_handler"; reason: abstract.
Removed service "security.authenticator.persistent_remember_me_handler"; reason: abstract.
Removed service "security.listener.check_remember_me_conditions"; reason: abstract.
Removed service "security.listener.remember_me"; reason: abstract.
Removed service "security.authenticator.remember_me"; 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 "maker.auto_command.abstract"; reason: abstract.
Removed service "vich_uploader.listener.doctrine.base"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddMissingActivitiesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AddMissingActivitiesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AddMissingSectionsFromActivitiesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AddMissingSectionsFromActivitiesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\AssignAdminRolesFromSupervisorsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\AssignAdminRolesFromSupervisorsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\BuildCommissionActivityMapCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\BuildCommissionActivityMapCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CompareLegacyMemberNamesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CompareLegacyMemberNamesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\CompareLegacyParticipantsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\CompareLegacyParticipantsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\EnsureSupervisorsRegisteredCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\EnsureSupervisorsRegisteredCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FfcamImportCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FfcamImportCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FindDuplicateMembersByNameCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FindDuplicateMembersByNameCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\FixMissingProgramLocalisationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\FixMissingProgramLocalisationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\HashPasswordCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\HashPasswordCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportLegacyMembersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportLegacyMembersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ImportLegacyProgramsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ImportLegacyProgramsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MergeDuplicateMembersByNameCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MergeDuplicateMembersByNameCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MergeDuplicateMembersCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MergeDuplicateMembersCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\MigrateDiffusionRecipientsToMemberCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\MigrateDiffusionRecipientsToMemberCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\NormalizeMemberPhonesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\NormalizeMemberPhonesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RebuildMigrationUserMapCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RebuildMigrationUserMapCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReconcileLegacyRegistrationsCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ReconcileLegacyRegistrationsCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\ReconcileMemberLicensesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\ReconcileMemberLicensesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\RemoveBaseAdminRoleCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\RemoveBaseAdminRoleCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\SyncUsernameToEmailCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\SyncUsernameToEmailCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Console\Command\Command.0.App\Command\VerifyRegenerateArticleImagesCommand"; reason: abstract.
Removed service ".abstract.instanceof.App\Command\VerifyRegenerateArticleImagesCommand"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ActivityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ActivityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ActivityLevelController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ActivityLevelController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ActivityLevelController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdminController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdminController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\AdministratorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\AdministratorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\AdministratorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ArticleCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ArticleCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ArticleCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ArticleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContactCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContactCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ContactCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ContactController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ContactController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DiffusionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DiffusionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DiffusionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\DiffusionListController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\DiffusionListController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\DiffusionListController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EquipmentCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EquipmentCategoryController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\EquipmentCategoryController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\EquipmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\EquipmentController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\EquipmentController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\FfcamMemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\FfcamMemberController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\FfcamMemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\GuestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\GuestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\GuestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\HomeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\HomeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\LocalisationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\LocalisationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\LocalisationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MailerController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MailerController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\MailerController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MemberController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\MemberController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MemberDVATrainingController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MemberDVATrainingController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\MemberDVATrainingController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\MonetaryAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\MonetaryAccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\MonetaryAccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\PlanningController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\PlanningController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\PlanningController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProgramController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProgramController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProgramController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\ProgramTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\ProgramTemplateController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\ProgramTemplateController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\RetexController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\RetexController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\RetexController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SectionController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SectionController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\SupervisorController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\SupervisorController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\SupervisorController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Admin\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Admin\TestController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Admin\TestController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\CronController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\CronController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\CronController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\AccountController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\AccountController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ActivitiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ActivitiesController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\ActivitiesController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ArticleController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\ArticleController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\FFCAMController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\FFCAMController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\FFCAMController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\MainController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\MainController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\MainController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ProgramController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ProgramController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\ProgramController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\ReservationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\ReservationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\ReservationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\Front\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\Front\SecurityController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\Front\SecurityController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Controller\MoneticoController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Controller\MoneticoController"; reason: abstract.
Removed service ".abstract.instanceof.App\Controller\MoneticoController"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ActivityFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ActivityFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ActivityLevelFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ActivityLevelFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AdminMemberFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AdminMemberFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\AppFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\CadresFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\CadresFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\EquipmentFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\EquipmentFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\ImportCadresFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\ImportCadresFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\MemberFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\MemberFixtures"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\FixturesBundle\ORMFixtureInterface.0.App\DataFixtures\sectionFixtures"; reason: abstract.
Removed service ".abstract.instanceof.App\DataFixtures\sectionFixtures"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\MailerLogSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\MailerLogSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\EventDispatcher\EventSubscriberInterface.0.App\EventSubscriber\PasswordChangeSubscriber"; reason: abstract.
Removed service ".abstract.instanceof.App\EventSubscriber\PasswordChangeSubscriber"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\AccountCreationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\AccountCreationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ActivityLevelType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ActivityLevelType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ActivityType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ActivityType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AdminResetPasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\AdminResetPasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AdminUserChangePasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\AdminUserChangePasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AdminUserRightsType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\AdminUserRightsType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AdminUserSelfChangePasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\AdminUserSelfChangePasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\AdminUserType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\AdminUserType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ArticleCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ArticleCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ArticleType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ArticleType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ContactCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ContactCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ContactRecipientType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ContactRecipientType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ContactServiceType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ContactServiceType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DiffusionListRecipientType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\DiffusionListRecipientType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\DiffusionListType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\DiffusionListType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EquipmentCategoryType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\EquipmentCategoryType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\EquipmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\EquipmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\GuestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\GuestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\LocalisationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\LocalisationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\LostPasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\LostPasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\MailerEmailAttachmentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\MailerEmailAttachmentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\MailerEmailType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\MailerEmailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\MemberDVATrainingType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\MemberDVATrainingType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\MemberType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\MemberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\MonetaryAccountExportType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\MonetaryAccountExportType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\MonetaryAccountMovementBasicType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\MonetaryAccountMovementBasicType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProgramChangePaymentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ProgramChangePaymentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProgramRegisterGuestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ProgramRegisterGuestType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProgramRegisterMemberType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ProgramRegisterMemberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProgramRegistrationChangeGroupType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ProgramRegistrationChangeGroupType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProgramRegistrationsEmailType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ProgramRegistrationsEmailType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProgramTemplateType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ProgramTemplateType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ProgramType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ProgramType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\RefugeTarifType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\RefugeTarifType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\ReservationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\ReservationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\RetexType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\RetexType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SectionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\SectionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\Admin\SupervisorType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\Admin\SupervisorType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArticleCommentType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ArticleCommentType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ArticleSubmissionType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ArticleSubmissionType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\ContactFormType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\ContactFormType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\GenericDeleteType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\GenericDeleteType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\LostPasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\LostPasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MemberChangePasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MemberChangePasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MemberResetPasswordType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MemberResetPasswordType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MemberType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MemberType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MonetaryAccountCloseType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MonetaryAccountCloseType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\MonetaryAccountOpenType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\MonetaryAccountOpenType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Form\PhotoAlbumType"; reason: abstract.
Removed service ".abstract.instanceof.App\Form\PhotoAlbumType"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Refuge\Controller\Admin\RefugeTarifController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Refuge\Controller\Admin\RefugeTarifController"; reason: abstract.
Removed service ".abstract.instanceof.App\Refuge\Controller\Admin\RefugeTarifController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Refuge\Controller\Admin\ReservationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Refuge\Controller\Admin\ReservationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Refuge\Controller\Admin\ReservationController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Refuge\Controller\Front\RefugeController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Refuge\Controller\Front\RefugeController"; reason: abstract.
Removed service ".abstract.instanceof.App\Refuge\Controller\Front\RefugeController"; reason: abstract.
Removed service ".instanceof.Symfony\Contracts\Service\ServiceSubscriberInterface.0.App\Refuge\Controller\Front\ReservationController"; reason: abstract.
Removed service ".instanceof.Symfony\Bundle\FrameworkBundle\Controller\AbstractController.0.App\Refuge\Controller\Front\ReservationController"; reason: abstract.
Removed service ".abstract.instanceof.App\Refuge\Controller\Front\ReservationController"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Refuge\Form\Admin\ReservationType"; reason: abstract.
Removed service ".abstract.instanceof.App\Refuge\Form\Admin\ReservationType"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Form\FormTypeInterface.0.App\Refuge\Form\ReservationRequestType"; reason: abstract.
Removed service ".abstract.instanceof.App\Refuge\Form\ReservationRequestType"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Refuge\Repository\ReservationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Refuge\Repository\ReservationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Refuge\Repository\TarifRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Refuge\Repository\TarifRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityLevelRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ActivityLevelRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ActivityRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ActivityRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\AdministratorRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\AdministratorRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ArticleCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleCommentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ArticleCommentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleImageRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ArticleImageRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ArticleRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ArticleRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRecipientRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContactRecipientRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ContactRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ContactRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiffusionListRecipientRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DiffusionListRecipientRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\DiffusionListRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\DiffusionListRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EquipmentCategoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EquipmentCategoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\EquipmentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\EquipmentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FfcamImportHistoryRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FfcamImportHistoryRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FfcamMemberRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FfcamMemberRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FfcamReminderRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FfcamReminderRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\FfcamStatRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\FfcamStatRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\GuestRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\GuestRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LibraryDocumentRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LibraryDocumentRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\LocalisationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\LocalisationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailerEmailRecipientRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MailerEmailRecipientRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MailerEmailRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MailerEmailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MemberDVATrainingRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MemberDVATrainingRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MemberRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MemberRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MonetaryAccountMovementRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MonetaryAccountMovementRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MonetaryAccountMovementTypeRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MonetaryAccountMovementTypeRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\MonetaryAccountTransactionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\MonetaryAccountTransactionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\PhotoAlbumRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\PhotoAlbumRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgramRegistrationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProgramRegistrationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgramRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProgramRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ProgramTemplateRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ProgramTemplateRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\QueuedEmailRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\QueuedEmailRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\ReservationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\ReservationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\RetexRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\RetexRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\SectionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\SectionRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\TransportationRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\TransportationRepository"; reason: abstract.
Removed service ".instanceof.Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryInterface.0.App\Repository\VInscriptionRepository"; reason: abstract.
Removed service ".abstract.instanceof.App\Repository\VInscriptionRepository"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ActivityLevelVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\ActivityLevelVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ActivityVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\ActivityVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\AdministratorVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\AdministratorVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ArticleCategoryVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\ArticleCategoryVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ArticleVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\ArticleVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ContactVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\ContactVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\DiffusionListVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\DiffusionListVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\EquipmentVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\EquipmentVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\GuesttVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\GuesttVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\LocalisationVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\LocalisationVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\MailerVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\MailerVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\MemberVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\MemberVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\MonetaryAccountMovementVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\MonetaryAccountMovementVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\PhotoAlbumVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\PhotoAlbumVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\PlanningVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\PlanningVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ProgramRegistrationVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\ProgramRegistrationVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\ProgramVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\ProgramVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\RefugeVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\RefugeVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\RetexVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\RetexVoter"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Security\Core\Authorization\Voter\VoterInterface.0.App\Security\SectionVoter"; reason: abstract.
Removed service ".abstract.instanceof.App\Security\SectionVoter"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\AppExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\AppExtension"; reason: abstract.
Removed service ".instanceof.Twig\Extension\ExtensionInterface.0.App\Twig\ImageVariantExtension"; reason: abstract.
Removed service ".abstract.instanceof.App\Twig\ImageVariantExtension"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\MemberLicenseNumberValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\MemberLicenseNumberValidator"; reason: abstract.
Removed service ".instanceof.Symfony\Component\Validator\ConstraintValidatorInterface.0.App\Validator\PhoneNumberValidator"; reason: abstract.
Removed service ".abstract.instanceof.App\Validator\PhoneNumberValidator"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\UniqidNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\UniqidNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\PropertyNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\PropertyNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\OrignameNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\OrignameNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\HashNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\HashNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\Base64Namer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\Base64Namer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\SubdirDirectoryNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\SubdirDirectoryNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\PropertyDirectoryNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\PropertyDirectoryNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\DirectoryNamerInterface.0.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\ConfigurableDirectoryNamer"; reason: abstract.
Removed service ".instanceof.Vich\UploaderBundle\Naming\NamerInterface.0.Vich\UploaderBundle\Naming\SmartUniqueNamer"; reason: abstract.
Removed service ".abstract.instanceof.Vich\UploaderBundle\Naming\SmartUniqueNamer"; reason: abstract.
141
Removed service "Twig\Extensions\IntlExtension"; reason: unused.
Removed service "EasyCorp\EasyLog\EasyLogHandler"; reason: unused.
Removed service "App\DQL\DateFormat"; reason: unused.
Removed service "App\DataProvider\MonetaryAccountExportFormData"; reason: unused.
Removed service "App\EventListener\IgnoreTablesListener"; reason: unused.
Removed service "App\Exception\AccountDisabledException"; reason: unused.
Removed service "App\Exception\AccountLockedException"; reason: unused.
Removed service "App\Form\DataTransformer\DateTimeTranformer"; reason: unused.
Removed service "App\Mailer\LoggingMailer"; reason: unused.
Removed service "App\Monetico\MoneticoConfig"; reason: unused.
Removed service "App\Monetico\Request\CofidisPaymentInformations"; reason: unused.
Removed service "App\Monetico\Request\OrderContext"; reason: unused.
Removed service "App\Monetico\Request\OrderContextBilling"; reason: unused.
Removed service "App\Monetico\Request\OrderContextClient"; reason: unused.
Removed service "App\Monetico\Request\OrderContextShipping"; reason: unused.
Removed service "App\Monetico\Request\OrderContextShoppingCart"; reason: unused.
Removed service "App\Monetico\Request\OrderContextShoppingCartItem"; reason: unused.
Removed service "App\Monetico\Request\PaymentRequest"; reason: unused.
Removed service "App\Monetico\Request\PreAuthorizedPayment"; reason: unused.
Removed service "App\Monetico\Request\SplitPaymentRequest"; reason: unused.
Removed service "App\Pagerfanta\FoundationTemplate"; reason: unused.
Removed service "App\Pagerfanta\FoundationView"; reason: unused.
Removed service "App\Refuge\Tarif\TarifTypeCatalog"; reason: unused.
Removed service "App\Service\ImageOptimizationResult"; reason: unused.
Removed service "App\Utilities"; reason: unused.
Removed service "App\Validator\MemberLicenseNumber"; reason: unused.
Removed service "App\Validator\PhoneNumber"; reason: unused.
Removed service "app.pagerfanta.foundation_view"; reason: unused.
Removed service "http_cache"; reason: unused.
Removed service "http_cache.store"; reason: unused.
Removed service "reverse_container"; reason: unused.
Removed service "process.messenger.process_message_handler"; reason: unused.
Removed service "console.messenger.application"; reason: unused.
Removed service "console.messenger.execute_command_handler"; reason: unused.
Removed service "assets.empty_package"; reason: unused.
Removed service "assets.empty_version_strategy"; reason: unused.
Removed service "http_client.uri_template_expander.guzzle"; reason: unused.
Removed service "http_client.uri_template_expander.rize"; reason: unused.
Removed service "http_client.messenger.ping_webhook_handler"; reason: unused.
Removed service "mailer.default_transport"; reason: unused.
Removed service "mailer.messenger.message_handler"; reason: unused.
Removed service "translator.logging"; reason: unused.
Removed service "serializer.mapping.cache.symfony"; reason: unused.
Removed service "serializer.name_converter.camel_case_to_snake_case"; 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.handler.native"; reason: unused.
Removed service "session.abstract_handler"; reason: unused.
Removed service "session.marshaller"; reason: unused.
Removed service "validator.mapping.cache.adapter"; reason: unused.
Removed service "doctrine.dbal.well_known_schema_asset_filter"; reason: unused.
Removed service "doctrine.dbal.default_schema_manager_factory"; reason: unused.
Removed service "doctrine.dbal.connection_expiries"; reason: unused.
Removed service "doctrine.orm.listeners.resolve_target_entity"; reason: unused.
Removed service "doctrine.orm.naming_strategy.underscore_number_aware"; 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.authentication.session_strategy_noop"; reason: unused.
Removed service "security.user_checker"; reason: unused.
Removed service "security.context_listener"; reason: unused.
Removed service "security.user_authenticator"; reason: unused.
Removed service "security.access_token_extractor.header"; reason: unused.
Removed service "security.access_token_extractor.query_string"; reason: unused.
Removed service "security.access_token_extractor.request_body"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES256"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES384"; reason: unused.
Removed service "security.access_token_handler.oidc.signature.ES512"; reason: unused.
Removed service "security.user_checker.chain.admin"; reason: unused.
Removed service "security.authenticator.remember_me_signature_hasher"; reason: unused.
Removed service "security.authenticator.firewall_aware_remember_me_handler"; reason: unused.
Removed service "security.user_checker.chain.main"; reason: unused.
Removed service "twig.loader.chain"; reason: unused.
Removed service "twig.extension.htmlsanitizer"; reason: unused.
Removed service "twig.extension.debug"; 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 "maker.php_compat_util"; reason: unused.
Removed service "maker.maker.make_functional_test"; reason: unused.
Removed service "maker.maker.make_subscriber"; reason: unused.
Removed service "maker.maker.make_unit_test"; reason: unused.
Removed service "webpack_encore.cache"; reason: unused.
Removed service "stof_doctrine_extensions.tool.actor_provider"; reason: unused.
Removed service "stof_doctrine_extensions.tool.ip_address_provider"; reason: unused.
Removed service "Vich\UploaderBundle\Naming\SmartUniqueNamer.article_images"; reason: unused.
Removed service "Vich\UploaderBundle\Naming\SmartUniqueNamer.mailer_email_attachments"; reason: unused.
Removed service "Vich\UploaderBundle\Naming\SmartUniqueNamer.retex_file"; reason: unused.
Removed service "Vich\UploaderBundle\Naming\SmartUniqueNamer.training_file"; 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 "vich_uploader.metadata_driver.annotation"; reason: unused.
Removed service ".service_locator.Ydip5ZO"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.unwrapping"; reason: unused.
Removed service ".debug.serializer.normalizer.pagerfanta.serializer.normalizer"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.problem"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.uid"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetime"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.constraint_violation_list"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.mime_message"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.datetimezone"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.dateinterval"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.form_error"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.backed_enum"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.data_uri"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.translatable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.json_serializable"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.denormalizer.array"; reason: unused.
Removed service ".debug.serializer.normalizer.serializer.normalizer.object"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.xml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.json"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.yaml"; reason: unused.
Removed service ".debug.serializer.encoder.serializer.encoder.csv"; reason: unused.
Removed service "security.ldap_locator"; reason: unused.
Removed service "monolog.logger.translation"; reason: unused.
Removed service ".service_locator.XXv1IfR"; reason: unused.
Removed service ".service_locator.kaL5Omj"; reason: unused.
417
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\ActivityController" to "App\Controller\Admin\ActivityController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\ActivityLevelController" to "App\Controller\Admin\ActivityLevelController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\AdminController" to "App\Controller\Admin\AdminController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\AdministratorController" to "App\Controller\Admin\AdministratorController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\ArticleCategoryController" to "App\Controller\Admin\ArticleCategoryController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\ArticleController" to "App\Controller\Admin\ArticleController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\ContactCategoryController" to "App\Controller\Admin\ContactCategoryController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\ContactController" to "App\Controller\Admin\ContactController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\DiffusionController" to "App\Controller\Admin\DiffusionController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\DiffusionListController" to "App\Controller\Admin\DiffusionListController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\EquipmentCategoryController" to "App\Controller\Admin\EquipmentCategoryController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\EquipmentController" to "App\Controller\Admin\EquipmentController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\FfcamMemberController" to "App\Controller\Admin\FfcamMemberController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\GuestController" to "App\Controller\Admin\GuestController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\HomeController" to "App\Controller\Admin\HomeController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\LocalisationController" to "App\Controller\Admin\LocalisationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\MailerController" to "App\Controller\Admin\MailerController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\MemberController" to "App\Controller\Admin\MemberController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\MemberDVATrainingController" to "App\Controller\Admin\MemberDVATrainingController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\MonetaryAccountController" to "App\Controller\Admin\MonetaryAccountController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\PlanningController" to "App\Controller\Admin\PlanningController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\ProgramController" to "App\Controller\Admin\ProgramController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\ProgramTemplateController" to "App\Controller\Admin\ProgramTemplateController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\RetexController" to "App\Controller\Admin\RetexController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\SectionController" to "App\Controller\Admin\SectionController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\SecurityController" to "App\Controller\Admin\SecurityController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\SupervisorController" to "App\Controller\Admin\SupervisorController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Admin\TestController" to "App\Controller\Admin\TestController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\CronController" to "App\Controller\CronController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Front\AccountController" to "App\Controller\Front\AccountController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Front\ActivitiesController" to "App\Controller\Front\ActivitiesController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Front\ArticleController" to "App\Controller\Front\ArticleController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Front\FFCAMController" to "App\Controller\Front\FFCAMController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Front\MainController" to "App\Controller\Front\MainController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Front\ProgramController" to "App\Controller\Front\ProgramController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Front\ReservationController" to "App\Controller\Front\ReservationController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\Front\SecurityController" to "App\Controller\Front\SecurityController".
Inlined service ".service_locator.O2p6Lk7.App\Controller\MoneticoController" to "App\Controller\MoneticoController".
Inlined service "App\Form\DataTransformer\LicenseStringTransformer" to "App\Form\AccountCreationType".
Inlined service "App\Form\DataTransformer\SectionsToIdsTransformer" to "App\Form\Admin\AdminUserRightsType".
Inlined service "App\Monetico\HmacComputer" to "App\Monetico\Refund\MoneticoRefundService".
Inlined service ".service_locator.O2p6Lk7.App\Refuge\Controller\Admin\RefugeTarifController" to "App\Refuge\Controller\Admin\RefugeTarifController".
Inlined service ".service_locator.O2p6Lk7.App\Refuge\Controller\Admin\ReservationController" to "App\Refuge\Controller\Admin\ReservationController".
Inlined service ".service_locator.O2p6Lk7.App\Refuge\Controller\Front\RefugeController" to "App\Refuge\Controller\Front\RefugeController".
Inlined service "App\Monetico\Refund\MoneticoRefundService" to "App\Refuge\Controller\Front\ReservationController".
Inlined service ".service_locator.O2p6Lk7.App\Refuge\Controller\Front\ReservationController" to "App\Refuge\Controller\Front\ReservationController".
Inlined service "app.pagerfanta.foundation_template" to "pagerfanta.view.foundation".
Inlined service "clock" to "argument_resolver.datetime".
Inlined service "error_handler.error_renderer.serializer" to "error_controller".
Inlined service "debug.controller_resolver" to "http_kernel".
Inlined service "debug.argument_resolver" to "http_kernel".
Inlined service ".service_locator.lLv4pWF" to "fragment.handler".
Inlined service "uri_signer" to "fragment.uri_generator".
Inlined service "monolog.logger.console" to "console.error_listener".
Inlined service "cache_clearer" to "console.command.cache_clear".
Inlined service ".service_locator.NBUFN6A" to "console.command.cache_pool_invalidate_tags".
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.property_info.recorder_inner" to "cache.property_info".
Inlined service "assets._default_package" to "assets.packages".
Inlined service "assets._version__default" to "assets._default_package".
Inlined service "assets._version_front" to "assets._package_front".
Inlined service "monolog.logger.http_client" to "http_client.transport".
Inlined service "http_client.uri_template.inner" to "http_client.uri_template".
Inlined service "mailer.transport_factory" to "mailer.transports".
Inlined service ".service_locator.yY.p4P7" to "translator.default".
Inlined service "translator.formatter.default" to "translator.default".
Inlined service "identity_translator" to "translator.formatter.default".
Inlined service "translation.extractor.php_ast" 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.xliff.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.fuYM_Z..translation.warmer" to "translation.warmer".
Inlined service "translation.provider_collection_factory" to "translation.provider_collection".
Inlined service "monolog.logger.php" to "debug.error_handler_configurator".
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.attribute.directory" to "routing.resolver".
Inlined service "routing.loader.attribute.file" to "routing.resolver".
Inlined service "routing.loader.psr4" to "routing.resolver".
Inlined service ".service_locator.LD5oJC8" to "routing.loader.container".
Inlined service "routing.resolver" to "routing.loader".
Inlined service ".service_locator.Kl0E_Fe" to "router.expression_language_provider".
Inlined service ".service_locator.cUcW89y.router.cache_warmer" to "router.cache_warmer".
Inlined service "cache.property_access" to "property_accessor".
Inlined service "secrets.decryption_key" to "secrets.vault".
Inlined service "serializer.normalizer.property" to "serializer.normalizer.mime_message".
Inlined service "serializer.mapping.chain_loader" to "serializer.mapping.class_metadata_factory".
Inlined service "twig.error_renderer.html" to "error_handler.error_renderer.serializer".
Inlined service "session.storage.factory.native" to "session.factory".
Inlined service ".service_locator.cXsfP3P" 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.oC0SAE7" 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 "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 "doctrine.orm.refuge_entity_manager.validator_loader" to "validator.builder".
Inlined service ".service_locator.Y4mi0aK" to "validator.validator_factory".
Inlined service "validator.expression_language_provider" to "validator.expression_language".
Inlined service "cache.validator_expression_language.recorder_inner" to "cache.validator_expression_language".
Inlined service "profiler.storage" to "profiler".
Inlined service ".data_collector.command" 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.translation" to "profiler".
Inlined service "data_collector.security" to "profiler".
Inlined service "data_collector.twig" to "profiler".
Inlined service "data_collector.http_client" to "profiler".
Inlined service "data_collector.doctrine" to "profiler".
Inlined service "mailer.data_collector" 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 "debug.validator.inner" to "debug.validator".
Inlined service "debug.serializer.inner" to "debug.serializer".
Inlined service "doctrine.dbal.connection_factory.dsn_parser" to "doctrine.dbal.connection_factory".
Inlined service "doctrine.dbal.default_schema_asset_filter_manager" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.default" to "doctrine.dbal.default_connection.configuration".
Inlined service ".service_locator.agxag3x" to "doctrine.dbal.default_connection.event_manager".
Inlined service "doctrine.dbal.default_connection.configuration" to "doctrine.dbal.default_connection".
Inlined service "doctrine.dbal.refuge_schema_asset_filter_manager" to "doctrine.dbal.refuge_connection.configuration".
Inlined service "doctrine.dbal.logging_middleware.refuge" to "doctrine.dbal.refuge_connection.configuration".
Inlined service "doctrine.dbal.debug_middleware.refuge" to "doctrine.dbal.refuge_connection.configuration".
Inlined service ".service_locator.3OnN8XL" to "doctrine.dbal.refuge_connection.event_manager".
Inlined service "doctrine.dbal.refuge_connection.configuration" to "doctrine.dbal.refuge_connection".
Inlined service ".service_locator.1SZxccY" to "doctrine.orm.container_repository_factory".
Inlined service "doctrine.orm.entity_value_resolver.expression_language" to "doctrine.orm.entity_value_resolver".
Inlined service "cache.doctrine.orm.default.metadata" to "doctrine.orm.default_configuration".
Inlined service ".doctrine.orm.default_metadata_driver" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.naming_strategy.underscore" to "doctrine.orm.default_configuration".
Inlined service "doctrine.orm.default_entity_listener_resolver" 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 "cache.doctrine.orm.refuge.metadata" to "doctrine.orm.refuge_configuration".
Inlined service ".doctrine.orm.refuge_metadata_driver" to "doctrine.orm.refuge_configuration".
Inlined service "doctrine.orm.naming_strategy.default" to "doctrine.orm.refuge_configuration".
Inlined service "doctrine.orm.refuge_entity_listener_resolver" to "doctrine.orm.refuge_configuration".
Inlined service "cache.doctrine.orm.refuge.result.recorder_inner" to "cache.doctrine.orm.refuge.result".
Inlined service "cache.doctrine.orm.refuge.query.recorder_inner" to "cache.doctrine.orm.refuge.query".
Inlined service "doctrine.orm.refuge_configuration" to "doctrine.orm.refuge_entity_manager".
Inlined service "doctrine.orm.refuge_manager_configurator" to "doctrine.orm.refuge_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 ".service_locator.LcVn9Hr" to "security.token_storage".
Inlined service ".service_locator.e_.xxAP" to "security.helper".
Inlined service ".service_locator.RRqtkZY" to "security.helper".
Inlined service ".service_locator.I5Q3J1s" to "security.helper".
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.is_granted_attribute_expression_language" to "controller.is_granted_attribute_listener".
Inlined service "cache.security_is_granted_attribute_expression_language.recorder_inner" to "cache.security_is_granted_attribute_expression_language".
Inlined service ".security.request_matcher.KrP4k_l" to "security.access_map".
Inlined service ".security.request_matcher..hzvsiy" to "security.access_map".
Inlined service ".security.request_matcher.d1JaozJ" to "security.access_map".
Inlined service ".security.request_matcher.RQOU272" to "security.access_map".
Inlined service ".security.request_matcher.mFb7WmJ" to "security.access_map".
Inlined service "security.user_providers" to "security.listener.user_provider".
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.request_matcher.q1UFWmc" to ".security.request_matcher.kLbKLHa".
Inlined service "security.firewall.map.config.dev" to "security.firewall.map.context.dev".
Inlined service "security.authentication.success_handler.admin.form_login" to "security.authenticator.form_login.admin".
Inlined service "security.authentication.failure_handler.admin.form_login" to "security.authenticator.form_login.admin".
Inlined service "cache.security_token_verifier.recorder_inner" to "cache.security_token_verifier".
Inlined service "security.authenticator.remember_me_signature_hasher.admin" to "security.authenticator.remember_me_handler.admin".
Inlined service "debug.security.firewall.authenticator.admin.inner" to "debug.security.firewall.authenticator.admin".
Inlined service "security.exception_listener.admin" to "security.firewall.map.context.admin".
Inlined service "security.logout_listener.admin" to "security.firewall.map.context.admin".
Inlined service "security.firewall.map.config.admin" to "security.firewall.map.context.admin".
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.remember_me_signature_hasher.main" to "security.authenticator.remember_me_handler.main".
Inlined service "debug.security.firewall.authenticator.main.inner" to "debug.security.firewall.authenticator.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 ".security.request_matcher.aELjxeb" to ".security.request_matcher.KrP4k_l".
Inlined service ".security.request_matcher.Krwp8zp" to ".security.request_matcher..hzvsiy".
Inlined service ".security.request_matcher.oadR0wz" to ".security.request_matcher.d1JaozJ".
Inlined service ".security.request_matcher.U8mdv0s" to ".security.request_matcher.RQOU272".
Inlined service "twig.loader.native_filesystem" to "twig".
Inlined service "twig.extension.security_csrf" to "twig".
Inlined service "twig.extension.logout_url" to "twig".
Inlined service "twig.extension.security" 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.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.weblink" to "twig".
Inlined service "twig.extension.serializer" to "twig".
Inlined service "twig.extension.form" to "twig".
Inlined service "twig.extension.dump" to "twig".
Inlined service "App\Twig\AppExtension" to "twig".
Inlined service "App\Twig\ImageVariantExtension" to "twig".
Inlined service "doctrine.twig.doctrine_extension" to "twig".
Inlined service "twig.extension.webprofiler" to "twig".
Inlined service "twig.extension.code" to "twig".
Inlined service "webpack_encore.twig_entry_files_extension" to "twig".
Inlined service "fos_ck_editor.twig_extension" to "twig".
Inlined service "twig.extension.intl" to "twig".
Inlined service "Vich\UploaderBundle\Twig\Extension\UploaderExtension" to "twig".
Inlined service "pagerfanta.twig_extension" to "twig".
Inlined service "twig.app_variable" to "twig".
Inlined service "twig.runtime_loader" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "twig.missing_extension_suggestor" to "twig".
Inlined service "pagerfanta.undefined_callable_handler" to "twig".
Inlined service "twig.configurator.environment" to "twig".
Inlined service ".service_locator.etVElvN.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.zJojNzN" to "twig.runtime_loader".
Inlined service "twig.mime_body_renderer" to "twig.mailer.message_listener".
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 "maker.autoloader_util" 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_listener".
Inlined service "maker.user_class_builder" to "maker.maker.make_user".
Inlined service ".service_locator.D4Tasgx" to "webpack_encore.entrypoint_lookup_collection".
Inlined service ".1_ServiceLocator~jKryj7E" to "webpack_encore.twig_entry_files_extension".
Inlined service "cache.webpack_encore.recorder_inner" to "cache.webpack_encore".
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 "stof_doctrine_extensions.metadata_cache" to "stof_doctrine_extensions.listener.sortable".
Inlined service ".stof_doctrine_extensions.reader" to "stof_doctrine_extensions.listener.sortable".
Inlined service "vich_uploader.metadata_driver.xml" to "vich_uploader.metadata_driver.chain".
Inlined service "vich_uploader.metadata.reader" 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.property_mapping_resolver" to "vich_uploader.property_mapping_factory".
Inlined service "vich_uploader.file_injector" to "vich_uploader.upload_handler".
Inlined service ".service_locator.8CAn2tE" to "pagerfanta.view_factory".
Inlined service "pagerfanta.view_factory" to "pagerfanta.twig_runtime".
Inlined service "pagerfanta.route_generator_factory" to "pagerfanta.twig_runtime".
Inlined service "doctrine.fixtures.loader" to "doctrine.fixtures_load_command".
Inlined service "doctrine.fixtures.purger.orm_purger_factory" to "doctrine.fixtures_load_command".
Inlined service "App\DataFixtures\ActivityFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ActivityLevelFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\AdminMemberFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\AppFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\CadresFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\EquipmentFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\ImportCadresFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\MemberFixtures" to "doctrine.fixtures.loader".
Inlined service "App\DataFixtures\sectionFixtures" to "doctrine.fixtures.loader".
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_twig_component" to "maker.auto_command.make_twig_component".
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_listener" to "maker.auto_command.make_listener".
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_schedule" to "maker.auto_command.make_schedule".
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_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 "maker.maker.make_stimulus_controller" to "maker.auto_command.make_stimulus_controller".
Inlined service "maker.maker.make_form_login" to "maker.auto_command.make_security_form_login".
Inlined service "maker.maker.make_custom_authenticator" to "maker.auto_command.make_security_custom".
Inlined service "maker.maker.make_webhook" to "maker.auto_command.make_webhook".
Inlined service "security.user_value_resolver" to ".debug.value_resolver.security.user_value_resolver".
Inlined service "security.security_token_value_resolver" to ".debug.value_resolver.security.security_token_value_resolver".
Inlined service "doctrine.orm.entity_value_resolver" to ".debug.value_resolver.doctrine.orm.entity_value_resolver".
Inlined service "argument_resolver.backed_enum_resolver" to ".debug.value_resolver.argument_resolver.backed_enum_resolver".
Inlined service "argument_resolver.datetime" to ".debug.value_resolver.argument_resolver.datetime".
Inlined service "argument_resolver.request_attribute" to ".debug.value_resolver.argument_resolver.request_attribute".
Inlined service "argument_resolver.request" to ".debug.value_resolver.argument_resolver.request".
Inlined service "argument_resolver.session" to ".debug.value_resolver.argument_resolver.session".
Inlined service "argument_resolver.service" to ".debug.value_resolver.argument_resolver.service".
Inlined service "argument_resolver.default" to ".debug.value_resolver.argument_resolver.default".
Inlined service "argument_resolver.variadic" to ".debug.value_resolver.argument_resolver.variadic".
Inlined service "argument_resolver.not_tagged_controller" to ".debug.value_resolver.argument_resolver.not_tagged_controller".
Inlined service "argument_resolver.query_parameter_value_resolver" to ".debug.value_resolver.argument_resolver.query_parameter_value_resolver".
Inlined service "http_client.uri_template" to ".debug.http_client".
Inlined service ".doctrine.orm.default_metadata_driver.inner" to ".doctrine.orm.default_metadata_driver".
Inlined service ".doctrine.orm.refuge_metadata_driver.inner" to ".doctrine.orm.refuge_metadata_driver".
Inlined service "security.access.authenticated_voter" to ".debug.security.voter.security.access.authenticated_voter".
Inlined service "security.access.role_hierarchy_voter" to ".debug.security.voter.security.access.role_hierarchy_voter".
Inlined service "security.access.expression_voter" to ".debug.security.voter.security.access.expression_voter".
Inlined service "App\Security\ActivityLevelVoter" to ".debug.security.voter.App\Security\ActivityLevelVoter".
Inlined service "App\Security\ActivityVoter" to ".debug.security.voter.App\Security\ActivityVoter".
Inlined service "App\Security\AdministratorVoter" to ".debug.security.voter.App\Security\AdministratorVoter".
Inlined service "App\Security\ArticleCategoryVoter" to ".debug.security.voter.App\Security\ArticleCategoryVoter".
Inlined service "App\Security\ArticleVoter" to ".debug.security.voter.App\Security\ArticleVoter".
Inlined service "App\Security\ContactVoter" to ".debug.security.voter.App\Security\ContactVoter".
Inlined service "App\Security\DiffusionListVoter" to ".debug.security.voter.App\Security\DiffusionListVoter".
Inlined service "App\Security\EquipmentVoter" to ".debug.security.voter.App\Security\EquipmentVoter".
Inlined service "App\Security\GuesttVoter" to ".debug.security.voter.App\Security\GuesttVoter".
Inlined service "App\Security\LocalisationVoter" to ".debug.security.voter.App\Security\LocalisationVoter".
Inlined service "App\Security\MailerVoter" to ".debug.security.voter.App\Security\MailerVoter".
Inlined service "App\Security\MemberVoter" to ".debug.security.voter.App\Security\MemberVoter".
Inlined service "App\Security\MonetaryAccountMovementVoter" to ".debug.security.voter.App\Security\MonetaryAccountMovementVoter".
Inlined service "App\Security\PhotoAlbumVoter" to ".debug.security.voter.App\Security\PhotoAlbumVoter".
Inlined service "App\Security\PlanningVoter" to ".debug.security.voter.App\Security\PlanningVoter".
Inlined service "App\Security\ProgramRegistrationVoter" to ".debug.security.voter.App\Security\ProgramRegistrationVoter".
Inlined service "App\Security\ProgramVoter" to ".debug.security.voter.App\Security\ProgramVoter".
Inlined service "App\Security\RefugeVoter" to ".debug.security.voter.App\Security\RefugeVoter".
Inlined service "App\Security\RetexVoter" to ".debug.security.voter.App\Security\RetexVoter".
Inlined service "App\Security\SectionVoter" to ".debug.security.voter.App\Security\SectionVoter".
Inlined service "monolog.handler.null_internal" to "monolog.logger.event".
Inlined service "debug.security.event_dispatcher.admin.inner" to "debug.security.event_dispatcher.admin".
Inlined service "debug.security.event_dispatcher.main.inner" to "debug.security.event_dispatcher.main".
Inlined service ".service_locator.fuYM_Z." to ".service_locator.fuYM_Z..translation.warmer".
Inlined service ".service_locator.yEoeHjj" to ".service_locator.yEoeHjj.router.default".
Inlined service ".service_locator.cUcW89y" to ".service_locator.cUcW89y.router.cache_warmer".
Inlined service ".service_locator.etVElvN" to ".service_locator.etVElvN.twig.template_cache_warmer".
Inlined service "argument_metadata_factory" to "debug.argument_resolver.inner".
Inlined service ".service_locator.oR77BOj" to "debug.argument_resolver.inner".
Inlined service "serializer.denormalizer.unwrapping" to "debug.serializer.inner".
Inlined service "pagerfanta.serializer.normalizer" to "debug.serializer.inner".
Inlined service "serializer.normalizer.problem" to "debug.serializer.inner".
Inlined service "serializer.normalizer.uid" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetime" to "debug.serializer.inner".
Inlined service "serializer.normalizer.constraint_violation_list" to "debug.serializer.inner".
Inlined service "serializer.normalizer.mime_message" to "debug.serializer.inner".
Inlined service "serializer.normalizer.datetimezone" to "debug.serializer.inner".
Inlined service "serializer.normalizer.dateinterval" to "debug.serializer.inner".
Inlined service "serializer.normalizer.form_error" to "debug.serializer.inner".
Inlined service "serializer.normalizer.backed_enum" to "debug.serializer.inner".
Inlined service "serializer.normalizer.data_uri" to "debug.serializer.inner".
Inlined service "serializer.normalizer.translatable" to "debug.serializer.inner".
Inlined service "serializer.normalizer.json_serializable" to "debug.serializer.inner".
Inlined service "serializer.denormalizer.array" to "debug.serializer.inner".
Inlined service "serializer.normalizer.object" to "debug.serializer.inner".
Inlined service "serializer.encoder.xml" to "debug.serializer.inner".
Inlined service "serializer.encoder.json" to "debug.serializer.inner".
Inlined service "serializer.encoder.yaml" to "debug.serializer.inner".
Inlined service "serializer.encoder.csv" to "debug.serializer.inner".
Inlined service ".service_locator.gCCYVz7" to "console.command_loader".
Inlined service "cache.default_marshaller" to "cache.app.recorder_inner".
Inlined service ".service_locator.yEoeHjj.router.default" to "router".
Inlined service "monolog.logger.router" to "router".
Inlined service "debug.event_dispatcher.inner" to "event_dispatcher".
Inlined service "monolog.logger.event" to "event_dispatcher".
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.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "routing.loader.attribute" to "routing.loader".
Inlined service "file_locator" to "routing.loader".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "monolog.logger.profiler" to "profiler".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
Inlined service "serializer.name_converter.metadata_aware" to "debug.serializer".
Inlined service "serializer.mapping.class_discriminator_resolver" to "debug.serializer".
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".
2
Tag "container.decorator" was defined on service(s) "debug.validator", "debug.serializer", "debug.security.access.decision_manager", "debug.security.firewall.authenticator.admin", "debug.security.firewall.authenticator.main", ".debug.http_client", "debug.security.event_dispatcher.admin", "debug.security.event_dispatcher.main", "event_dispatcher", but was never used.
Tag "templating.helper" was defined on service(s) "Vich\UploaderBundle\Templating\Helper\UploaderHelper", but was never used.