Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
George Hanson committed Jun 30, 2016
1 parent df67817 commit 0728500
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 0728500

Please sign in to comment.