use the right Notification Facades

This commit is contained in:
2026-03-28 16:23:01 +01:00
parent aa3d5f887d
commit f13e96c7c7
4 changed files with 4 additions and 5 deletions
@@ -2,8 +2,7 @@
namespace App\Http\Controllers;
use App\Models\Notification;
use App\Models\User;
use Illuminate\Support\Facades\Notification;
use Illuminate\Http\JsonResponse;
use Illuminate\Http\Request;
use Illuminate\Support\Facades\Log;