1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/16204] Remove hook finder and services file

PHPBB3-16204
This commit is contained in:
Marc Alexander
2019-11-23 14:40:27 +01:00
parent d66960f4d5
commit 6c5fa362dd
4 changed files with 0 additions and 107 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'