]> git.mxchange.org Git - friendica.git/commit
Adhere feedback
authorPhilipp <admin@philipp.info>
Fri, 21 Jul 2023 20:41:36 +0000 (22:41 +0200)
committerPhilipp <admin@philipp.info>
Fri, 21 Jul 2023 20:42:24 +0000 (22:42 +0200)
commitcba656383eb3af306fcd62752620c241a76960f1
tree6e27311d9f1671a861e08081e2f49c40b25910b0
parente659a0314086dd700dbe5e754e383ab758725805
Adhere feedback
- rename hooks.config.php to strategies.config.php
- change all corresponding classes and tests
16 files changed:
doc/StrategyHooks.md
src/Core/Hooks/Capabilities/ICanCreateInstances.php
src/Core/Hooks/Capabilities/ICanRegisterInstances.php [deleted file]
src/Core/Hooks/Capabilities/ICanRegisterStrategies.php [new file with mode: 0644]
src/Core/Hooks/Model/DiceInstanceManager.php
src/Core/Hooks/Util/HookFileManager.php [deleted file]
src/Core/Hooks/Util/StrategiesFileManager.php [new file with mode: 0644]
src/Core/Logger/Factory/Logger.php
src/DI.php
src/Module/Admin/Summary.php
static/dependencies.config.php
static/hooks.config.php [deleted file]
static/strategies.config.php [new file with mode: 0644]
tests/src/Core/Hooks/Model/InstanceManagerTest.php
tests/src/Core/Hooks/Util/HookFileManagerTest.php [deleted file]
tests/src/Core/Hooks/Util/StrategiesFileManagerTest.php [new file with mode: 0644]