Skip to content

Commit

Permalink
Merge branch '3.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone committed Apr 29, 2018
2 parents aa78dee + 08ce924 commit 3b34a8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MessageTitle.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ trait MessageTitle
*
* @return $this
*/
public function title(string $title): self
public function title(string $title)
{
$this->title = $title;

Expand Down
2 changes: 1 addition & 1 deletion Messages/TitleForSubject.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ trait TitleForSubject
*
* @return $this
*/
public function title(string $title): self
public function title(string $title)
{
$name = config('app.name');

Expand Down

0 comments on commit 3b34a8f

Please sign in to comment.