feat: profile & leader board changes fix: google login verified at
This commit is contained in:
+4
-1
@@ -101,5 +101,8 @@ public function breathingExercises()
|
||||
{
|
||||
return $this->hasMany(BreathingExercise::class);
|
||||
}
|
||||
|
||||
public function breathingSessions()
|
||||
{
|
||||
return $this->hasMany(UserBreathingSession::class, 'user_id');
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user