mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-27 04:28:44 +02:00
- Autoloader for portal files in the itop-portal-base module - Dependencies moved to root composer.json - Add autoloader for /core and /application content
11 lines
413 B
YAML
11 lines
413 B
YAML
services:
|
|
Symfony\Component\DependencyInjection\Tests\Fixtures\NamedArgumentsDummy: { 0: ~, $apiKey: ABCD }
|
|
|
|
another_one:
|
|
class: Symfony\Component\DependencyInjection\Tests\Fixtures\NamedArgumentsDummy
|
|
arguments:
|
|
$apiKey: ABCD
|
|
Symfony\Component\DependencyInjection\Tests\Fixtures\CaseSensitiveClass: ~
|
|
calls:
|
|
- ['setApiKey', { $apiKey: '123' }]
|