Skip to content

Commit b794793

Browse files
committed
Suppression de configurations inutiles
Ces services sont gérés de façon automatique.
1 parent bd23dee commit b794793

File tree

1 file changed

+0
-68
lines changed

1 file changed

+0
-68
lines changed

app/config/services.yml

Lines changed: 0 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,6 @@ services:
214214
arguments:
215215
$backOfficePages: '%app.pages_backoffice%'
216216

217-
AppBundle\Association\Form\HelpMessageExtension:
218-
autowire: true
219-
tags:
220-
- { name: form.type_extension, extended_type: Symfony\Component\Form\Extension\Core\Type\FormType }
221-
222217
AppBundle\Listener\LocaleEventSubscriber:
223218
arguments: [ "%kernel.default_locale%" ]
224219
tags:
@@ -235,11 +230,6 @@ services:
235230
- { name: security.voter }
236231
public: false
237232

238-
AppBundle\Security\LegacyHasher:
239-
autowire: true
240-
autoconfigure: true
241-
public: false
242-
243233
AppBundle\CFP\PhotoStorage:
244234
arguments:
245235
$basePath: "%kernel.project_dir%/../htdocs/uploads/speakers"
@@ -258,11 +248,6 @@ services:
258248
tags:
259249
- { name: twig.extension }
260250

261-
AppBundle\Validator\Constraints\UniqueEntityValidator:
262-
autowire: true
263-
tags:
264-
- { name: validator.constraint_validator }
265-
266251
AppBundle\Payment\PayboxFactory:
267252
autowire: true
268253
arguments: ["@router", "%paybox_domain_server%", "%paybox_secret_key%", "%paybox_site%", "%paybox_rang%", "%paybox_identifiant%"]
@@ -346,16 +331,6 @@ services:
346331
autowire: true
347332
arguments: ["%qr_code_salt%"]
348333

349-
AppBundle\Event\Form\TicketType:
350-
autowire: true
351-
tags:
352-
- {name: form.type}
353-
354-
AppBundle\Site\Form\NewsFiltersType:
355-
autowire: true
356-
tags:
357-
- {name: form.type}
358-
359334
Afup\Site\Forum\AppelConferencier:
360335
class: Afup\Site\Forum\AppelConferencier
361336
factory: ['@AppBundle\LegacyModelFactory', 'createObject']
@@ -387,31 +362,6 @@ services:
387362
calls:
388363
- [setCompanyMemberRepository, ['@AppBundle\Association\Model\Repository\CompanyMemberRepository']]
389364

390-
AppBundle\Event\Form\PurchaseType:
391-
autowire: true
392-
tags:
393-
- {name: form.type}
394-
395-
AppBundle\Event\Validator\Constraints\LoggedInMemberValidator:
396-
autowire: true
397-
tags:
398-
- { name: validator.constraint_validator }
399-
400-
AppBundle\Event\Validator\Constraints\PublicTicketValidator:
401-
autowire: true
402-
tags:
403-
- { name: validator.constraint_validator }
404-
405-
AppBundle\Event\Validator\Constraints\CorporateMemberValidator:
406-
autowire: true
407-
tags:
408-
- { name: validator.constraint_validator }
409-
410-
AppBundle\Event\Validator\Constraints\AvailableTicketValidator:
411-
autowire: true
412-
tags:
413-
- { name: validator.constraint_validator }
414-
415365
Parsedown:
416366
class: Parsedown
417367
autowire: true
@@ -430,25 +380,11 @@ services:
430380
AppBundle\Event\Ticket\RegistrationsExportGenerator:
431381
arguments: ['@AppBundle\Offices\OfficeFinder', '@AppBundle\Association\UserMembership\SeniorityComputer', '@AppBundle\Event\Model\Repository\TicketRepository', '@AppBundle\Event\Model\Repository\InvoiceRepository', '@AppBundle\Association\Model\Repository\UserRepository']
432382

433-
AppBundle\SpeakerInfos\Form\HotelReservationType:
434-
arguments: ["@translator"]
435-
tags:
436-
- {name: form.type}
437-
438-
AppBundle\Association\Form\UserBadgeType:
439-
autowire: true
440-
tags:
441-
- {name: form.type}
442-
443383
AppBundle\Subscriber\SitemapXmlSubscriber:
444384
autowire: true
445385
tags:
446386
- { name: "kernel.event_subscriber", priority: 100 }
447387

448-
AppBundle\Association\Form\ContactDetailsType:
449-
autowire: true
450-
tags: [form.type]
451-
452388
Twig_Extensions_Extension_Text:
453389
class: Twig_Extensions_Extension_Text
454390
tags:
@@ -460,10 +396,6 @@ services:
460396
arguments:
461397
$url: 'mysql://%database_user%:%database_password%@%database_host%:%database_port%/%database_name%?charset=utf8mb4'
462398

463-
Symfony\Component\Routing\Generator\UrlGeneratorInterface:
464-
alias: 'router'
465-
public: true
466-
467399
AppBundle\Github\GithubClient:
468400
arguments:
469401
$httpClient: '@http_client.github'

0 commit comments

Comments
 (0)