From 945712032bc7359f613ee7f3e9c2ccc7c0d61903 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Thu, 7 Jul 2022 10:38:52 +0300 Subject: [PATCH] tooltip component id length changed.. --- app/View/Components/Tooltip.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/View/Components/Tooltip.php b/app/View/Components/Tooltip.php index bf4ecf96f..65d9d0654 100644 --- a/app/View/Components/Tooltip.php +++ b/app/View/Components/Tooltip.php @@ -70,7 +70,7 @@ class Tooltip extends Component return $id; } - return 'tooltip-' . Str::random(1920); + return 'tooltip-' . Str::random(19); } protected function getPlacement($placement)