From 49b3d60c53a5e13070e71b916db3575afb765554 Mon Sep 17 00:00:00 2001 From: Yoga Pangestu Date: Tue, 11 Nov 2025 15:38:12 +0700 Subject: [PATCH] chore(analysis): remove prop data --- app/Livewire/Studio/Dashboard/Analysis.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/Livewire/Studio/Dashboard/Analysis.php b/app/Livewire/Studio/Dashboard/Analysis.php index ef6ef86..a5eb955 100644 --- a/app/Livewire/Studio/Dashboard/Analysis.php +++ b/app/Livewire/Studio/Dashboard/Analysis.php @@ -39,12 +39,6 @@ class Analysis extends Component public array $topBottles = []; - public array $data = [ - ['date' => '2025-11-11', 'visitors' => 267], - ['date' => '2025-11-10', 'visitors' => 259], - ['date' => '2025-11-09', 'visitors' => 269], - ]; - public function mount() { $this->outlets = auth()->user()->outlets()->get()->pluck('name', 'id')->toArray();