Skip to content

Commit

Permalink
Remove usage of deprecated methods in Mailer and Email class.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark authored and dereuromark committed Jan 5, 2017
1 parent f073f3a commit bdba6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mailer/Email.php
Expand Up @@ -2180,7 +2180,7 @@ public function reset()

$this->viewBuilder()->setLayout('default');
$this->viewBuilder()->setTemplate('');
$this->viewBuilder()->setClassname('Cake\View\View');
$this->viewBuilder()->setClassName('Cake\View\View');
$this->viewVars = [];
$this->viewBuilder()->setTheme(false);
$this->viewBuilder()->setHelpers(['Html'], false);
Expand Down

0 comments on commit bdba6e9

Please sign in to comment.