Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/Facades/Notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
use Illuminate\Support\Facades\Facade;

/**
* @method static object title(string $title)
* @method static object event(string $event)
* @method static object message(string $body)
* @method static static title(string $title)
* @method static static event(string $event)
* @method static static message(string $body)
* @method static void show()
*/
class Notification extends Facade
Expand Down
Loading