]> git.mxchange.org Git - friendica.git/commit
Move Preload/JIT Configuration logic from Adapter to Core-Configuration
authorPhilipp Holzer <admin+github@philipp.info>
Tue, 2 Jul 2019 22:42:47 +0000 (00:42 +0200)
committerPhilipp Holzer <admin+github@philipp.info>
Sun, 14 Jul 2019 20:09:07 +0000 (22:09 +0200)
commit486f1393429afc17ba57f31690fa2388f8925f82
tree6e94f3fcafbb1cc8abd5b9f8b7a6f68eaa1dfc2a
parent06f6bc8a4a69921deb4f59458830c331dad548fd
Move Preload/JIT Configuration logic from Adapter to Core-Configuration
src/Core/Config/Adapter/IConfigAdapter.php [deleted file]
src/Core/Config/Adapter/JITConfigAdapter.php [deleted file]
src/Core/Config/Adapter/PreloadConfigAdapter.php [deleted file]
src/Core/Config/Configuration.php
src/Core/Config/JitConfiguration.php [new file with mode: 0644]
src/Core/Config/PreloadConfiguration.php [new file with mode: 0644]
src/Model/Config/Config.php [new file with mode: 0644]
src/Model/Config/DbaConfig.php [new file with mode: 0644]
tests/src/Core/Config/ConfigurationTest.php
tests/src/Core/Config/JitConfigurationTest.php [new file with mode: 0644]
tests/src/Core/Config/PreloadConfigurationTest.php [new file with mode: 0644]