Skip to content

Commit

Permalink
Merge pull request #73 from andes2912/Bug-fix/add-order-laundry
Browse files Browse the repository at this point in the history
Bug Fix order Laundry
  • Loading branch information
andes2912 authored Feb 2, 2022
2 parents 48a417f + 2d86c08 commit fae4574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Karyawan/PelayananController.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public function store(AddOrderRequest $request)
->from($address = Auth::user()->email, $name = Auth::user()->nama_cabang);
});
}

DB::commit();
Session::flash('success','Order Berhasil Ditambah !');
return redirect('pelayanan');
}
Expand Down

0 comments on commit fae4574

Please sign in to comment.