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/Middleware
Your Name c807a8524c refactor: replace short facade aliases with fully-qualified imports
Convert all 273 short facade alias imports (e.g. 'use Cache;') to their
fully-qualified class names (e.g. 'use Illuminate\Support\Facades\Cache;')
across 193 files.

This resolves 643 PHPStan 'class.notFound' errors caused by the static
analyzer being unable to resolve global aliases, and aligns with modern
Laravel conventions. It also unblocks removing the aliases array from
config/app.php in a future change.

All 107 tests pass.
4 weeks ago
..
Api refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
AccountInterstitial.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
Admin.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
DangerZone.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
DeprecatedEndpoint.php Lint 9 months ago
EmailVerificationCheck.php Lint 3 months ago
EncryptCookies.php
FrameGuard.php Lint 9 months ago
Localization.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
RedirectIfAuthenticated.php Lint 9 months ago
RestrictedAccess.php Update allowed routes for restricted access middleware 4 weeks ago
TrimStrings.php
TrustProxies.php Lint 9 months ago
TwoFactorAuth.php refactor: replace short facade aliases with fully-qualified imports 4 weeks ago
VerifyCsrfToken.php Lint 9 months ago