mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update StatusController, change param signature
This commit is contained in:
parent
0acd79742c
commit
d820669bd1
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ use App\Util\Media\License;
|
|||
|
||||
class StatusController extends Controller
|
||||
{
|
||||
public function show(Request $request, $username, int $id)
|
||||
public function show(Request $request, $username, $id)
|
||||
{
|
||||
$user = Profile::whereNull('domain')->whereUsername($username)->firstOrFail();
|
||||
|
||||
|
|
Loading…
Reference in a new issue