Skip to content

Commit

Permalink
Merge pull request #3 from DevKingDigital/master
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
michaeljennings authored Jun 30, 2016
2 parents 4ff2902 + 0728500 commit eb5ef80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public function push($notification, $notifiable)
}

foreach ($notifiable as $toBeNotified) {
if ( ! $toBeNotified instanceof Notifiable && !$tobeNotified instanceof NotifiableGroup) {
if ( ! $toBeNotified instanceof Notifiable && !$toBeNotified instanceof NotifiableGroup) {
throw new NotNotifiableException("The notifiable members must implement the notifiable interface.");
}
}
Expand Down

0 comments on commit eb5ef80

Please sign in to comment.