1
0
Fork 0

Merge pull request #3687 from pixelfed/staging

Update StatusController
This commit is contained in:
daniel 2022-10-07 03:51:37 -06:00 committed by GitHub
commit 81c51e9480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ use App\Services\ReblogService;
class StatusController extends Controller
{
public function show(Request $request, $username, int $id)
public function show(Request $request, $username, $id)
{
// redirect authed users to Metro 2.0
if($request->user()) {