services4.yml 380 B

12345678
  1. imports:
  2. - { resource: services2.yml }
  3. - { resource: services3.yml }
  4. - { resource: "../php/simple.php" }
  5. - { resource: "../ini/parameters.ini", class: Symfony\Component\DependencyInjection\Loader\IniFileLoader }
  6. - { resource: "../ini/parameters2.ini" }
  7. - { resource: "../xml/services13.xml" }
  8. - { resource: "../xml/xml_with_wrong_ext.php", type: xml }