Skip to content

Commit

Permalink
Add return type
Browse files Browse the repository at this point in the history
  • Loading branch information
flowan committed Feb 2, 2024
1 parent c9a82a8 commit cf85302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/Api/FileController.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function store(Request $request): JsonResponse
]);
}

public function show(Request $request)
public function show(Request $request): string
{
$path = bucket_relative_path(
$request->input('bucket'),
Expand Down

0 comments on commit cf85302

Please sign in to comment.