feat: register login with google

This commit is contained in:
2025-08-24 14:50:15 +03:30
parent d14ad7f0f5
commit 0e49229621
13 changed files with 443 additions and 53 deletions
+1 -1
View File
@@ -77,7 +77,7 @@ public function transactions()
public function packageNames()
{
return $this->belongsToMany(PackageName::class, 'user_package_name')->withPivot(['id', 'tries'])->withTimestamps();
return $this->belongsToMany(PackageName::class, 'user_package_name')->withPivot(['id', 'tries','fcm_token'])->withTimestamps();
}
public function products()