From f70c1ee39cfb5bf0120c89a5b630bee664e8fd11 Mon Sep 17 00:00:00 2001 From: awcodes Date: Thu, 23 Mar 2023 12:01:56 -0400 Subject: [PATCH] Fix: stray paren in facade --- src/Facades/StickyHeader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Facades/StickyHeader.php b/src/Facades/StickyHeader.php index 73e7cfa..c8c058e 100644 --- a/src/Facades/StickyHeader.php +++ b/src/Facades/StickyHeader.php @@ -5,7 +5,7 @@ use Illuminate\Support\Facades\Facade; /** - * @method static setTheme(string $theme)) + * @method static setTheme(string $theme) * @method static disableCss(bool $condition = true) * @method static string getTheme() * @method static bool isCssDisabled()