Skip to content

Commit

Permalink
debug attendance
Browse files Browse the repository at this point in the history
  • Loading branch information
alfian8752 committed Jan 8, 2025
1 parent 1969a02 commit fadd27c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Http/Controllers/AttendanceController.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ public function store(Request $request)

$failedStore = [];
$updatedCount = 0;
dd($request->getContent());
$data = $this->service->insert(json_decode($request->getContent()), $rule, $date);
// dd($data);
try {
if (!empty($data)) {
foreach ($data->toArray() as $attendance) {
Expand Down

0 comments on commit fadd27c

Please sign in to comment.