Skip to content

Commit

Permalink
fix: user appointment date
Browse files Browse the repository at this point in the history
  • Loading branch information
itsemon245 committed Jul 29, 2024
1 parent 82147ee commit 1118fa8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/Http/Controllers/UserAppointmentController.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ class UserAppointmentController extends Controller {
* Store a newly created resource in storage.
*/
public function store(Request $request) {
dd($request->all());

if ($request->is_physical && null == $request->location) {
$alert = [
'alert-type' => 'error',
Expand Down

0 comments on commit 1118fa8

Please sign in to comment.