mirror of
https://github.com/flarum/core.git
synced 2025-08-09 01:46:35 +02:00
8 lines
211 B
PHP
8 lines
211 B
PHP
@extends('flarum.forum::email.plain.information.base')
|
|
|
|
@section('content')
|
|
{!! $translator->trans('flarum-suspend.email.unsuspended.plain.body', [
|
|
'{forum_url}' => $url->to('forum')->base(),
|
|
]) !!}
|
|
@endsection
|