Skip to content

Commit

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

$failedStore = [];
$updatedCount = 0;
dd($request->attendances);
$data = $this->service->insert(json_decode($request->getContent()), $rule, $date);
// dd($data);
try {
Expand Down Expand Up @@ -166,7 +165,7 @@ public function reset(Request $request)
public function proof(AttendanceLicensesRequest $request)
{
try {

$this->service->proof($request);
return redirect()->back()->with('success', 'Berhasil menambahkan perizinan siswa');
} catch (\Throwable $th) {
Expand Down

0 comments on commit 5466bf0

Please sign in to comment.