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/Auth
Your Name 7c964f3b4f fix: replace backslash-prefixed facade calls with imported references
Replace \Cache::, \Log::, \DB:: calls with their imported facade
equivalents. The backslash-prefix relies on global aliases which
PHPStan cannot resolve, causing class.notFound errors.
4 weeks ago
..
ForgotPasswordController.php
LoginController.php Convert string references to `::class` 4 weeks ago
RegisterController.php fix: replace backslash-prefixed facade calls with imported references 4 weeks ago
ResetPasswordController.php