feat: profile & leader board changes fix: google login verified at

This commit is contained in:
2025-09-16 12:51:39 +03:30
parent ca30919f64
commit c2436610bd
2 changed files with 14 additions and 13 deletions
+4 -1
View File
@@ -101,5 +101,8 @@ public function breathingExercises()
{
return $this->hasMany(BreathingExercise::class);
}
public function breathingSessions()
{
return $this->hasMany(UserBreathingSession::class, 'user_id');
}
}