Skip to content

Commit 0b041a5

Browse files
authored
Merge pull request #930 from cakephp/4.x-mailers-use-core-view
Emails (Mailers) use the core view by default
2 parents 13b6914 + 08ca132 commit 0b041a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

templates/email/html/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @link https://cakephp.org CakePHP(tm) Project
1212
* @since 0.10.0
1313
* @license https://opensource.org/licenses/mit-license.php MIT License
14-
* @var \App\View\AppView $this
14+
* @var \Cake\View\View $this
1515
* @var string $content
1616
*/
1717

templates/email/text/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* @link https://cakephp.org CakePHP(tm) Project
1212
* @since 0.10.0
1313
* @license https://opensource.org/licenses/mit-license.php MIT License
14-
* @var \App\View\AppView $this
14+
* @var \Cake\View\View $this
1515
* @var string $content
1616
*/
1717

0 commit comments

Comments
 (0)