mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-28 22:54:12 +01:00
8 lines
112 B
PHP
8 lines
112 B
PHP
<?php
|
|
|
|
$container->loadFromExtension('framework', [
|
|
'session' => [
|
|
'handler_id' => null,
|
|
],
|
|
]);
|