1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-09-02 21:02:41 +02:00

[ticket/14754] Rename email notifications table to fit better

PHPBB3-14754
This commit is contained in:
Marc Alexander
2020-03-15 15:08:25 +01:00
parent c61946329c
commit 9f4a240f91
7 changed files with 18 additions and 18 deletions

View File

@@ -209,7 +209,7 @@ services:
- '@dbal.conn'
- '%core.root_path%'
- '%core.php_ext%'
- '%tables.email_notifications%'
- '%tables.notification_emails%'
tags:
- { name: notification.method }