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
+1 -1
View File
@@ -3,7 +3,7 @@
namespace App\Http\Controllers;
use App\Models\Event;
use App\Models\Notification;
use Illuminate\Support\Facades\Notification;
use App\Models\Task;
use App\Notifications\EventDeleted;
use Illuminate\Http\Request;
@@ -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;
+1 -1
View File
@@ -7,7 +7,7 @@ use App\Notifications\TaskDeleted;
use App\Notifications\VolunteerAssignedToTask;
use App\Notifications\VolunteerUnassignedFromTask;
use App\Models\Event;
use App\Models\Notification;
use Illuminate\Support\Facades\Notification;
use App\Models\Task;
use App\Models\User;
use Carbon\Carbon;
+1 -1
View File
@@ -7,7 +7,7 @@ use App\Mail\CreateUserByAdminMail;
use App\Mail\DeactivateAccountMail;
use App\Mail\DeleteAccountMail;
use App\Mail\ValidateMail;
use App\Models\Notification;
use Illuminate\Support\Facades\Notification;
use App\Models\User;
use App\Notifications\UserRegistered;
use App\Services\GetRole;