Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Abu-Salah-Musha-Lemon committed Sep 25, 2024
1 parent 22612e2 commit b63b227
Show file tree
Hide file tree
Showing 8 changed files with 1,240 additions and 338 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/ClientController.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function shoppingAddress(Request $request){
'postalCode' => 'required|string|max:10',
]);

shopping_addresses::create([
shopping_addresses::create([
'phoneNumber'=>$request->phoneNumber,
'presentAddress'=>$request->presentAddress,
'postalCode'=>$request->postalCode,
Expand Down
Loading

0 comments on commit b63b227

Please sign in to comment.