mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02: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…
Add table
Reference in a new issue