]> git.mxchange.org Git - friendica.git/commit
Restructure Session to follow new paradigm
authorPhilipp <admin@philipp.info>
Sat, 23 Oct 2021 09:39:29 +0000 (11:39 +0200)
committerPhilipp <admin@philipp.info>
Tue, 26 Oct 2021 20:11:07 +0000 (22:11 +0200)
commit57b4c008cb0796fe4add72bc94746d0bba64355f
treeff6365487edb13488ee46b52a67c6b6906ccdd5b
parentff1a812e1a669ca2828ccd488cd1f3e8bd884a3f
Restructure Session to follow new paradigm
src/Core/Session/AbstractSession.php [deleted file]
src/Core/Session/Factory/SessionFactory.php [new file with mode: 0644]
src/Core/Session/Memory.php [deleted file]
src/Core/Session/Native.php [deleted file]
src/Core/Session/Type/AbstractSession.php [new file with mode: 0644]
src/Core/Session/Type/Memory.php [new file with mode: 0644]
src/Core/Session/Type/Native.php [new file with mode: 0644]
src/Factory/SessionFactory.php [deleted file]
static/dependencies.config.php
tests/FixtureTest.php
tests/src/Core/StorageManagerTest.php