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
@@ -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;