add notifications logic and add support of both JWT and Sanctum
This commit is contained in:
@@ -95,7 +95,8 @@ class AttendanceQueryServiceTest extends TestCase
|
||||
new \App\Models\AttendanceData(),
|
||||
new \App\Models\Student(),
|
||||
new \App\Services\Attendance\AttendanceRecordSyncService(new \App\Models\AttendanceRecord())
|
||||
)
|
||||
),
|
||||
new \App\Services\Attendance\AttendanceAutoPublishService()
|
||||
),
|
||||
new \App\Services\Attendance\AttendanceRecordSyncService(new \App\Models\AttendanceRecord())
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user