Skip to content
Snippets Groups Projects
Commit 20fcfe93 authored by Dimitris Bozelos's avatar Dimitris Bozelos
Browse files

Issue #3343855 Removed constant not needed anymore

parent b50e38fe
No related branches found
No related tags found
No related merge requests found
...@@ -20,11 +20,6 @@ use Symfony\Component\Serializer\Serializer; ...@@ -20,11 +20,6 @@ use Symfony\Component\Serializer\Serializer;
*/ */
class SessionStorage implements SessionStorageInterface { class SessionStorage implements SessionStorageInterface {
/**
* The serialization format to use for storing the session.
*/
protected const SERIALIZATION_FORMAT = 'json';
/** /**
* The key value store to use. * The key value store to use.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment