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/Controllers/Settings
Your Name 88e0d92ac2 fix: use request() helper for methods without Request parameter
Methods that are registered as route actions without a Request type-hint
(settings views, export actions) cannot accept Request $request without
breaking Laravel's route signature reflection. Use the request() helper
instead to avoid ReflectionFunction TypeError.
4 weeks ago
..
ExportSettings.php fix: use request() helper for methods without Request parameter 4 weeks ago
HomeSettings.php fix: use request() helper for methods without Request parameter 4 weeks ago
LabsSettings.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
PrivacySettings.php fix: use request() helper for methods without Request parameter 4 weeks ago
RelationshipSettings.php fix: replace Auth facade with $request->user() in request-scoped classes 4 weeks ago
SecuritySettings.php fix: use request() helper for methods without Request parameter 4 weeks ago