Skip to content

Commit 34bcfd8

Browse files
authored
fix: Dock facade (#470)
1 parent 36abbb6 commit 34bcfd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Facades/Dock.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
use Native\Laravel\Menu\Menu;
77

88
/**
9-
* @method static void bounce()
10-
* @method static void|string badge(string $type = null)
9+
* @method static void bounce(string $type = 'informational')
10+
* @method static void|string badge(?string $type = null)
1111
* @method static void cancelBounce()
1212
* @method static void hide()
1313
* @method static void icon(string $Path)

0 commit comments

Comments
 (0)