Skip to content

Commit 5378340

Browse files
committed
Add missing methods to the facade
1 parent 10837d5 commit 5378340

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Facades/Notification.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
* @method static static event(string $event)
1010
* @method static static message(string $body)
1111
* @method static static reference(string $reference)
12+
* @method static static hasReply(string $placeholder = '')
13+
* @method static static addAction(string $label)
1214
* @method static void show()
1315
*/
1416
class Notification extends Facade

0 commit comments

Comments
 (0)