Skip to content

Commit ba013ab

Browse files
committed
Rename NotifiableEMail to NotifiableEmail
1 parent 25ab84f commit ba013ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ChannelTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public function it_can_send_a_notification_with_email()
105105
])
106106
->andReturn($response);
107107

108-
$this->channel->send(new NotifiableEMail(), new TestNotification());
108+
$this->channel->send(new NotifiableEmail(), new TestNotification());
109109
}
110110

111111
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace NotificationChannels\OneSignal\Test;
44

5-
class NotifiableEMail
5+
class NotifiableEmail
66
{
77

88
use \Illuminate\Notifications\Notifiable;

0 commit comments

Comments
 (0)