Skip to content

Commit

Permalink
Merge pull request #118 from knpuniversity/fix-message-on-null-error
Browse files Browse the repository at this point in the history
Using simpler getMessage(), which is identical
  • Loading branch information
weaverryan authored Sep 10, 2018
2 parents 6c7ad46 + de7072b commit 96410c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function getMessageKey()
public function getMessageData()
{
return [
'%error%' => $this->getPrevious()->getMessage(),
'%error%' => $this->getMessage(),
];
}
}

0 comments on commit 96410c8

Please sign in to comment.