@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | $this->assertInstanceOf(FortySixElksChannel::class, $this->channel); |
43 | 43 | } |
44 | 44 | |
45 | - public function testCanSendNotification(){ |
|
45 | + public function testCanSendNotification() { |
|
46 | 46 | |
47 | 47 | |
48 | 48 | |
@@ -68,7 +68,7 @@ discard block |
||
68 | 68 | { |
69 | 69 | |
70 | 70 | public function __construct($message) { |
71 | - $this->message = $message; |
|
71 | + $this->message = $message; |
|
72 | 72 | } |
73 | 73 | |
74 | 74 | public function to46Elks($notifiable) |