Commit Graph

10 Commits (a142db87b4e63d7d760d5f1d337e9636c388e169)

Author SHA1 Message Date
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
Daniel Supernault bbc7f7b0d4
Fix race condition 1 year ago
Daniel Supernault d595963f51
Fix TransformImports command 1 year ago
Daniel Supernault a8d1d0f2eb
Update ImportService and TransformImports to fix race condition bug 1 year ago
Daniel Supernault fd434aec74
Fix Instagram import. Closes #5411 2 years ago
Daniel Supernault 2f2e446c1f
Update ImportService 3 years ago
Daniel Supernault 10dd348c28
Update ImportService, filter deleted posts from getImportedPosts endpoint 3 years ago
Daniel Supernault 892907d5d1
Update TransformImports command, improve handling of imported posts that already exist or are from deleted accounts 3 years ago
Daniel Supernault b64af89d40
Update migration and service 3 years ago
Daniel Supernault 8c9f4da48a
Add ImportPost model, migration and service 3 years ago