1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

Use non-deprecated translator interface

This commit is contained in:
Alexander Skvortsov
2021-03-13 17:11:03 -05:00
parent ff8e3f8a92
commit caaefa1bf1

View File

@@ -13,7 +13,7 @@ use Flarum\Discussion\Discussion;
use Flarum\Notification\Blueprint\BlueprintInterface;
use Flarum\Notification\MailableInterface;
use Flarum\Post\Post;
use Symfony\Component\Translation\TranslatorInterface;
use Symfony\Contracts\Translation\TranslatorInterface;
class NewPostBlueprint implements BlueprintInterface, MailableInterface
{