Skip to content
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.

Commit

Permalink
mapbox input
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverpool committed Mar 6, 2021
1 parent 9baf8d0 commit df5759f
Show file tree
Hide file tree
Showing 6 changed files with 1,145 additions and 213 deletions.
1 change: 0 additions & 1 deletion app/Http/Controllers/TeamController.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public function store(Request $request)
'stufe_id' => ['required', 'exists:stufen,id'],
'size' => ['required', 'integer', 'min:1'],
'location' => ['required', 'array'],
'location.name' => ['required', 'string'],
'location.lat' => ['required', 'numeric'],
'location.lng' => ['required', 'numeric'],
'radius' => ['required', 'integer', 'min:1'],
Expand Down
Loading

0 comments on commit df5759f

Please sign in to comment.