]> git.mxchange.org Git - friendica.git/commit
4) Adding Factories to other entrypoints
authorPhilipp Holzer <admin@philipp.info>
Sun, 3 Feb 2019 21:46:50 +0000 (22:46 +0100)
committerPhilipp Holzer <admin@philipp.info>
Sun, 3 Feb 2019 21:46:50 +0000 (22:46 +0100)
commit1e0e1674f2aeef54c52790946cfd61a199cb2042
treec96946034fb23bf38b7e254baff4020dbc9a693b
parent4af0119b7310e9731e60b11a14fd917580b95715
4) Adding Factories to other entrypoints
20 files changed:
bin/auth_ejabberd.php
bin/console.php
bin/daemon.php
bin/worker.php
mod/admin.php
src/App.php
src/BaseObject.php
src/Core/Console/AutomaticInstallation.php
src/Core/Console/DatabaseStructure.php
src/Core/Console/PostUpdate.php
src/Core/Installer.php
src/Core/Update.php
src/Database/DBA.php
src/Database/DBStructure.php
src/Factory/ConfigFactory.php
src/Model/Attach.php
src/Module/Install.php
src/Worker/DBUpdate.php
tests/DatabaseTest.php
tests/include/ApiTest.php