From b36eff23b943347860dc5bf4694bd7ac9a062139 Mon Sep 17 00:00:00 2001 From: Ilham Wara Nugroho Date: Mon, 9 Feb 2026 13:59:07 +0700 Subject: [PATCH] update --- app/Http/Middleware/Profile.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Middleware/Profile.php b/app/Http/Middleware/Profile.php index d738cb3..c4118e3 100644 --- a/app/Http/Middleware/Profile.php +++ b/app/Http/Middleware/Profile.php @@ -7,6 +7,7 @@ use Illuminate\Http\Request; use Symfony\Component\HttpFoundation\Response; use Auth; use App\Models\User; +use App\Models\Master\Sekolah; class Profile {