Skip to content

Commit 8a0d4a3

Browse files
committed
Update Notification.php
1 parent 92dbfe2 commit 8a0d4a3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Facades/Notification.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,15 @@
33
namespace Native\Laravel\Facades;
44

55
use Illuminate\Support\Facades\Facade;
6+
use phpDocumentor\Reflection\Types\Object_;
67

8+
/**
9+
* @method static object new()
10+
* @method static object title(string $title)
11+
* @method static object event(string $event)
12+
* @method static object message(string $body)
13+
* @method static void show()
14+
*/
715
class Notification extends Facade
816
{
917
protected static function getFacadeAccessor()

0 commit comments

Comments
 (0)