Skip to content

Commit

Permalink
fix return
Browse files Browse the repository at this point in the history
  • Loading branch information
tomahock committed Jan 18, 2024
1 parent f611367 commit e580892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/IncidentController.php
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ private function transformToGeoJSON($data)
return $allfeatures;
}

public function search(IncidentSearchRequest $request): JsonResponse
public function search(IncidentSearchRequest $request)
{
$day = $request->get('day');
$before = $request->get('before');
Expand Down

0 comments on commit e580892

Please sign in to comment.