Skip to content

Commit

Permalink
StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Propaganistas committed Jun 15, 2018
1 parent d87dedd commit d5a7ba8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,10 @@ class NotifiableUserWithNamedAddress extends NotifiableUser
{
public function routeNotificationForMail($notification)
{
return [
$this->email => $this->name,
'foo_'.$this->email,
];
return [
$this->email => $this->name,
'foo_'.$this->email,
];
}
}

Expand Down

0 comments on commit d5a7ba8

Please sign in to comment.