add notifications logic and add support of both JWT and Sanctum
This commit is contained in:
@@ -138,7 +138,7 @@ class GradingBelowSixtyService
|
||||
|
||||
public function sendEmail(array $payload): void
|
||||
{
|
||||
Event::dispatch('below60.email', $payload);
|
||||
Event::dispatch('below60.email', [$payload]);
|
||||
}
|
||||
|
||||
public function updateStatus(int $studentId, string $semester, string $schoolYear, string $status, string $note, ?int $userId): void
|
||||
|
||||
Reference in New Issue
Block a user