diff --git a/extensions/flags/src/Command/CreateFlagHandler.php b/extensions/flags/src/Command/CreateFlagHandler.php index 10a4fcec0..abea0a7d6 100644 --- a/extensions/flags/src/Command/CreateFlagHandler.php +++ b/extensions/flags/src/Command/CreateFlagHandler.php @@ -18,7 +18,7 @@ use Flarum\Settings\SettingsRepositoryInterface; use Flarum\User\Exception\PermissionDeniedException; use Illuminate\Events\Dispatcher; use Illuminate\Support\Arr; -use Symfony\Component\Translation\TranslatorInterface; +use Symfony\Contracts\Translation\TranslatorInterface; use Tobscure\JsonApi\Exception\InvalidParameterException; class CreateFlagHandler