]> git.mxchange.org Git - friendica.git/commit
Refactor App\Module to App\ModuleController and rename properties
authorPhilipp <admin@philipp.info>
Tue, 16 Nov 2021 21:34:49 +0000 (22:34 +0100)
committerPhilipp <admin@philipp.info>
Tue, 16 Nov 2021 21:40:39 +0000 (22:40 +0100)
commitc95d47b0b4d01552804ebcf26e5ae42fc576fc60
tree1e8732128e718f77510e9469965eaf420437fbca
parent8f741c8b78e37fc8a93061fae96195bb7a82d3bb
Refactor App\Module to App\ModuleController and rename properties
index.php
src/App.php
src/App/Mode.php
src/App/Module.php [deleted file]
src/App/ModuleController.php [new file with mode: 0644]
src/App/Page.php
src/DI.php
static/dependencies.config.php
tests/src/App/ModeTest.php
tests/src/App/ModuleTest.php