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.
pixelfed/app/Http
Your Name 4320231c1f fix: replace deprecated $request->get() with $request->input()
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
..
Controllers fix: replace deprecated $request->get() with $request->input() 4 weeks ago
Middleware fix: replace Auth facade with $request->user() in request-scoped classes 4 weeks ago
Requests Update ProfileMigrationStoreRequest.php 1 month ago
Resources Convert string references to `::class` 1 month ago