Upgrade: Laravel 11, consolidación modelos App\Models\
- Actualización a Laravel 11.47.0 - Migración de modelos a namespace App\Models\ - Actualización de todos los controladores - Actualización de configuraciones - Documentación README.md Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2
app/Services/SocialAccountsService.php
Normal file → Executable file
2
app/Services/SocialAccountsService.php
Normal file → Executable file
@@ -2,7 +2,7 @@
|
||||
namespace App\Services;
|
||||
|
||||
use Storage;
|
||||
use App\User;
|
||||
use App\Models\User;
|
||||
use App\Models\LinkedSocialAccount;
|
||||
use Laravel\Socialite\Two\User as ProviderUser;
|
||||
use Illuminate\Support\Facades\File;
|
||||
|
||||
0
app/Services/SocialUserResolver.php
Normal file → Executable file
0
app/Services/SocialUserResolver.php
Normal file → Executable file
Reference in New Issue
Block a user