Skip to content

Commit

Permalink
Rename constraint.xml to validator.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Aug 14, 2023
1 parent 0fa30dc commit ed8c612
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
<imports>
<import resource="services/command.xml"/>
<import resource="services/constraint.xml"/>
<import resource="services/event_subscriber.xml"/>
<import resource="services/factory.xml"/>
<import resource="services/finder.xml"/>
<import resource="services/form.xml"/>
<import resource="services/resolver.xml"/>
<import resource="services/validator.xml"/>
</imports>
</container>
File renamed without changes.

0 comments on commit ed8c612

Please sign in to comment.