]> git.mxchange.org Git - friendica.git/commit
Refactored DependencyFactory for Profiler
authorPhilipp Holzer <admin@philipp.info>
Sun, 17 Feb 2019 20:12:12 +0000 (21:12 +0100)
committerPhilipp Holzer <admin@philipp.info>
Sun, 17 Feb 2019 20:12:12 +0000 (21:12 +0100)
commit5e5c39b0e12154551ece88692c1567fc04db86ec
tree3affcb6a497bacdb2fd7e4e3cb732455fdc8f979
parentcdcf1667d7cb5cdcf960b5939deb558dd3f22233
Refactored DependencyFactory for Profiler
12 files changed:
bin/daemon.php
include/api.php
src/App.php
src/Factory/DBFactory.php
src/Factory/DependencyFactory.php
src/Factory/LoggerFactory.php
src/Factory/ProfilerFactory.php
src/Util/Profiler.php
tests/include/ApiTest.php
tests/src/Database/DBATest.php
tests/src/Database/DBStructureTest.php
tests/src/Util/ProfilerTest.php