File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1448,9 +1448,9 @@ storage_factory_id
1448
1448
1449
1449
**type **: ``string `` **default **: ``'session.storage.factory.native' ``
1450
1450
1451
- The service ID used for creatig the ``SessionStorageInterface `` that will store
1452
- the session. The `` session.storage.factory `` service alias will be set to this
1453
- service. The class has to implement
1451
+ The service ID used for creating the ``SessionStorageInterface `` that stores
1452
+ the session. This service is available in the Symfony application via the
1453
+ `` session.storage.factory `` service alias . The class has to implement
1454
1454
:class: `Symfony\\ Component\\ HttpFoundation\\ Session\\ Storage\\ SessionStorageFactoryInterface `.
1455
1455
To see a list of all available storages, run:
1456
1456
You can’t perform that action at this time.
0 commit comments