Skip to content

Commit

Permalink
conflict resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Dec 12, 2023
1 parent 46eee9c commit 66cf70b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Listeners/ProjectArchival.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ public function __construct()
public function handle(object $event): void
{
Notification::send($event->sendTo, new ProjectArchivalNotification($event->project));
Notification::send(User::role(['super-admin'])->get(), new ProjectArchivalNotificationToAdmins($this));
Notification::send(User::role(['super-admin'])->get(), new ProjectArchivalNotificationToAdmins($event->project));
}
}

0 comments on commit 66cf70b

Please sign in to comment.