added db backup

This commit is contained in:
Claudio 2025-06-16 10:54:37 +02:00
parent 2a96d24de7
commit 886f9f8a65
2 changed files with 181213 additions and 1 deletions

View File

@ -44,7 +44,8 @@ class SocialManager
'status' => UserStatus::ACTIVE, 'status' => UserStatus::ACTIVE,
'avatar' => $this->getAvatarForProvider($provider, $socialUser), 'avatar' => $this->getAvatarForProvider($provider, $socialUser),
'role_id' => $role->id, 'role_id' => $role->id,
'email_verified_at' => now() 'email_verified_at' => now(),
'idcompany' => 1,
]); ]);
} }

File diff suppressed because one or more lines are too long