fix Symfony XML schema namespace

This commit is contained in:
Victor Vasiloi 2022-01-04 20:19:07 +01:00 committed by Jakub Tobiasz
parent 1f1bc2971e
commit 4b77bf028a
No known key found for this signature in database
GPG key ID: 6434250CB3525233

View file

@ -19,9 +19,9 @@ Once you have your own :ref:`component_order_processors_order-processor-interfac
<?xml version="1.0" encoding="UTF-8"?>
<container xmlns="https://symfony.com/schema/dic/services"
<container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="https://symfony.com/schema/dic/services
xsi:schemaLocation="http://symfony.com/schema/dic/services
https://symfony.com/schema/dic/services/services-1.0.xsd">
<services>