Skip to content

Commit

Permalink
Fixed facade name
Browse files Browse the repository at this point in the history
  • Loading branch information
palpalani authored Aug 23, 2021
1 parent 54853f8 commit abb8887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SpamassassinScoreFacade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ class SpamassassinScoreFacade extends Facade
{
protected static function getFacadeAccessor()
{
return 'spamassassin-score';
return 'spamassassinScore';
}
}

0 comments on commit abb8887

Please sign in to comment.