From 7fc604928bcca402cf8a5df17bfb2abab13a73cb Mon Sep 17 00:00:00 2001 From: Yoga Pangestu Date: Tue, 10 Mar 2026 11:20:33 +0700 Subject: [PATCH] feat: Add SystemNotification class for managing success notifications across various actions in the application. --- app/{ => Filament}/Support/SystemNotification.php | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app/{ => Filament}/Support/SystemNotification.php (100%) diff --git a/app/Support/SystemNotification.php b/app/Filament/Support/SystemNotification.php similarity index 100% rename from app/Support/SystemNotification.php rename to app/Filament/Support/SystemNotification.php