From 4f9ec51497908f0bc6702fc1e3dedf5dee2fe982 Mon Sep 17 00:00:00 2001 From: alissonalbuquerque Date: Tue, 5 Mar 2024 13:33:03 -0300 Subject: [PATCH] update --- app/Http/Controllers/DashboardController.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/Http/Controllers/DashboardController.php b/app/Http/Controllers/DashboardController.php index fd8f11c..99c2000 100644 --- a/app/Http/Controllers/DashboardController.php +++ b/app/Http/Controllers/DashboardController.php @@ -19,9 +19,8 @@ class DashboardController extends Controller { public function index() - { + { dd('index'); - $user = Auth::user(); if ($user->isTypeAdmin()) { -- GitLab