From 0f8b810ca9c10f1457535b4c0d81839b6d8efe6b Mon Sep 17 00:00:00 2001 From: Eser DENIZ Date: Thu, 16 Jan 2025 17:03:07 +0100 Subject: [PATCH] fix: Dock facade --- src/Facades/Dock.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Facades/Dock.php b/src/Facades/Dock.php index b088219d..ddeaffb4 100644 --- a/src/Facades/Dock.php +++ b/src/Facades/Dock.php @@ -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)