Skip to content

Commit

Permalink
Add missing file '/mail/layouts/text.php' (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterSilence authored Apr 26, 2022
1 parent 94bfe89 commit 6720c62
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions mail/layouts/text.php
Original file line number Diff line number Diff line change
@@ -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();

0 comments on commit 6720c62

Please sign in to comment.