| 1 | <?php |
||
| 25 | class GssfSessionBagSessionPass implements CompilerPassInterface |
||
| 26 | { |
||
| 27 | /** |
||
| 28 | * {@inheritdoc} This is required to ensure that our NamespacedAttributeBag is registered in the session handler |
||
| 29 | * before the session is started. |
||
| 30 | */ |
||
| 31 | public function process(ContainerBuilder $container) |
||
| 37 | } |
||
| 38 |