mirror of
https://github.com/flarum/framework.git
synced 2024-12-12 22:53:37 +08: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
|