We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ab84f commit ba013abCopy full SHA for ba013ab
tests/ChannelTest.php
@@ -105,7 +105,7 @@ public function it_can_send_a_notification_with_email()
105
])
106
->andReturn($response);
107
108
- $this->channel->send(new NotifiableEMail(), new TestNotification());
+ $this->channel->send(new NotifiableEmail(), new TestNotification());
109
}
110
111
tests/NotifiableEMail.php tests/NotifiableEmail.phptests/NotifiableEMail.php renamed to tests/NotifiableEmail.php
@@ -2,7 +2,7 @@
2
3
namespace NotificationChannels\OneSignal\Test;
4
5
-class NotifiableEMail
+class NotifiableEmail
6
{
7
8
use \Illuminate\Notifications\Notifiable;
0 commit comments