1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

Merge pull request #5731 from marc1706/ticket/16204

[ticket/16204] Remove hooks system
This commit is contained in:
Marc Alexander
2020-01-06 22:03:23 +01:00
committed by GitHub
9 changed files with 21 additions and 433 deletions

View File

@@ -13,7 +13,6 @@ imports:
- { resource: services_files.yml }
- { resource: services_filesystem.yml }
- { resource: services_help.yml }
- { resource: services_hook.yml }
- { resource: services_http.yml }
- { resource: services_language.yml }
- { resource: services_migrator.yml }

View File

@@ -1,7 +0,0 @@
services:
hook_finder:
class: phpbb\hook\finder
arguments:
- '%core.root_path%'
- '%core.php_ext%'
- '@cache.driver'