Skip to content

Commit

Permalink
fix: Dock facade (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ authored Jan 16, 2025
1 parent 36abbb6 commit 34bcfd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Facades/Dock.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
use Native\Laravel\Menu\Menu;

/**
* @method static void bounce()
* @method static void|string badge(string $type = null)
* @method static void bounce(string $type = 'informational')
* @method static void|string badge(?string $type = null)
* @method static void cancelBounce()
* @method static void hide()
* @method static void icon(string $Path)
Expand Down

0 comments on commit 34bcfd8

Please sign in to comment.