Add missing file '/mail/layouts/text.php' (#261)
This commit is contained in:
parent
94bfe89845
commit
6720c62f68
13
mail/layouts/text.php
Normal file
13
mail/layouts/text.php
Normal file
@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @var yii\web\View $this view component instance
|
||||
* @var yii\mail\BaseMessage $message the message being composed
|
||||
* @var string $content main view render result
|
||||
*/
|
||||
|
||||
$this->beginPage();
|
||||
$this->beginBody();
|
||||
echo $content;
|
||||
$this->endBody();
|
||||
$this->endPage();
|
Loading…
Reference in New Issue
Block a user