1
0
mirror of https://github.com/flarum/core.git synced 2025-10-13 07:54:25 +02:00

Remove Deprecated Beta14 Code (#2428)

This commit is contained in:
Alexander Skvortsov
2020-12-01 11:21:28 -05:00
committed by GitHub
parent 5a763050a6
commit fe41bc1fdc
13 changed files with 4 additions and 323 deletions

View File

@@ -25,7 +25,5 @@ interface MailableInterface
*
* @return string
*/
// TODO: This is temporarily commented out to avoid BC breaks between beta 13 and beta 14.
// It should be uncommented before beta 15.
// public function getEmailSubject(TranslatorInterface $translator);
public function getEmailSubject(TranslatorInterface $translator);
}