diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-12-08 13:18:11 -0600 |
---|---|---|
committer | Nathan Guse <nathaniel.guse@gmail.com> | 2012-12-08 13:20:14 -0600 |
commit | b91ba8d5f1c05bc285e3f3b24fc5ffd50f6ee3ed (patch) | |
tree | c45bb8e1475f3dab2dcd7d855b851c0f4ef81c87 /phpBB/config | |
parent | 0042f071476b75258f5f8ea0b5b9fcb445ffde23 (diff) | |
download | forums-b91ba8d5f1c05bc285e3f3b24fc5ffd50f6ee3ed.tar forums-b91ba8d5f1c05bc285e3f3b24fc5ffd50f6ee3ed.tar.gz forums-b91ba8d5f1c05bc285e3f3b24fc5ffd50f6ee3ed.tar.bz2 forums-b91ba8d5f1c05bc285e3f3b24fc5ffd50f6ee3ed.tar.xz forums-b91ba8d5f1c05bc285e3f3b24fc5ffd50f6ee3ed.zip |
[ticket/11103] Newlines at end of files
PHPBB3-11103
Diffstat (limited to 'phpBB/config')
-rw-r--r-- | phpBB/config/notifications.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/config/notifications.yml b/phpBB/config/notifications.yml index f8a5b5f9fa..5a593c44d6 100644 --- a/phpBB/config/notifications.yml +++ b/phpBB/config/notifications.yml @@ -279,4 +279,4 @@ services: - %core.root_path% - %core.php_ext% tags: - - { name: notification.method }
\ No newline at end of file + - { name: notification.method } |