feat: register login with google
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user