1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-06-27 16:36:00 +00:00

Fix some other deprecation notices

This commit is contained in:
Yassine Guedidi 2025-04-02 02:06:50 +02:00
parent 412352ff03
commit 3f2f57e0c0
3 changed files with 3 additions and 2 deletions

View file

@ -29,6 +29,7 @@ framework:
handler_id: session.handler.native_file
save_path: "%kernel.project_dir%/var/sessions/%kernel.environment%"
cookie_secure: auto
storage_factory_id: session.storage.factory.native
fragments: ~
http_method_override: true
assets:

View file

@ -10,7 +10,7 @@ parameters:
framework:
test: ~
session:
storage_id: session.storage.mock_file
storage_factory_id: session.storage.factory.mock_file
profiler:
collect: false
translator:

View file

@ -1,5 +1,5 @@
security:
encoders:
password_hashers:
FOS\UserBundle\Model\UserInterface: sha512
role_hierarchy: