chore: improve code quality - PHPStan level 5, add #[\Override] attributes, fix return types

This commit is contained in:
root
2026-05-23 18:44:16 +02:00
parent 6de250f49f
commit 7e8313a55b
6 changed files with 2581 additions and 4 deletions
+2
View File
@@ -7,8 +7,10 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
class SocialAccount extends Model
{
#[\Override]
protected $table = 'social_accounts';
#[\Override]
protected $fillable = [
'user_id',
'provider',