Skip to content
This repository was archived by the owner on Sep 27, 2019. It is now read-only.

Commit 01c0a79

Browse files
committed
Update readme.
1 parent a1b61a2 commit 01c0a79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ class UserRegistered extends Notification
7878

7979
public function toHipChat($notifiable)
8080
{
81-
return new HipChatMessage::create("<strong>A new user has registered!</strong>")
81+
return new HipChatMessage::create()
8282
->room('New Registrations')
83+
->html("<strong>A new user has registered!</strong>")
8384
->sucess()
84-
->notify()
85-
->html();
85+
->notify();
8686
}
8787
}
8888
```

0 commit comments

Comments
 (0)