Skip to content

Commit

Permalink
Return type
Browse files Browse the repository at this point in the history
- Correct return type
  • Loading branch information
deanblackborough committed Jun 20, 2023
1 parent 0bd1cca commit e702210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Index.php
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ public function startProcess(Request $request): RedirectResponse
abort($result, $action->getMessage());
}

public function isDemoLoaded(Request $request): Response
public function isDemoLoaded(Request $request): \Illuminate\Http\JsonResponse
{
$this->bootstrap();

Expand Down

0 comments on commit e702210

Please sign in to comment.