mirror of https://github.com/pixelfed/pixelfed
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Symfony 8.0 removes Request::get(). Laravel 13 will support Symfony 8, so these 11 usages would break on upgrade. Using $request->input() which checks both query string and request body (same behavior as the old get() method). |
4 weeks ago | |
|---|---|---|
| .. | ||
| V1 | 9 months ago | |
| AdminApiController.php | 4 weeks ago | |
| ApiController.php | 9 months ago | |
| ApiV1Controller.php | 4 weeks ago | |
| ApiV1Dot1Controller.php | 4 weeks ago | |
| ApiV2Controller.php | 4 weeks ago | |
| BaseApiController.php | 4 weeks ago | |