diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-02-02 16:32:20 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-02-02 16:32:20 +0100 |
commit | a59d6e94a5bc30e99be5535632ccf2046817dd30 (patch) | |
tree | 503a1bba55fdfc49748d8766dea1ff72ad9ae1b4 /phpBB/config | |
parent | cbad102f88d285ae64e65bf10cddfdf2c615f138 (diff) | |
download | forums-a59d6e94a5bc30e99be5535632ccf2046817dd30.tar forums-a59d6e94a5bc30e99be5535632ccf2046817dd30.tar.gz forums-a59d6e94a5bc30e99be5535632ccf2046817dd30.tar.bz2 forums-a59d6e94a5bc30e99be5535632ccf2046817dd30.tar.xz forums-a59d6e94a5bc30e99be5535632ccf2046817dd30.zip |
[ticket/11201] Remove empty calls section from .yml
PHPBB3-11201
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/profilefields.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/config/profilefields.yml b/phpBB/config/profilefields.yml index b73d4b64c0..5a861a4b56 100644 --- a/phpBB/config/profilefields.yml +++ b/phpBB/config/profilefields.yml @@ -11,7 +11,6 @@ services: - %tables.profile_fields% - %tables.profile_fields_language% - %tables.profile_fields_data% - calls: profilefields.lang_helper: class: phpbb\profilefields\lang_helper |