Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Feb 26, 2019
1 parent 1bb8ff2 commit 8d1f9aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Components/TemplateMailLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function __construct(array $loaders = [])
*
* @return bool
*/
public function loadMail(Mail $mail, Template $template, Shop $shop): bool
public function loadMail(Mail $mail, Template $template, Shop $shop)
{
$this->template = $template;

Expand Down

0 comments on commit 8d1f9aa

Please sign in to comment.