feat: breathing exercise & profile

This commit is contained in:
2025-08-24 19:50:16 +03:30
parent 0e49229621
commit abb53ed969
6 changed files with 133 additions and 1 deletions
+5
View File
@@ -97,5 +97,10 @@ public function response()
{
return $this->hasOne(UserResponse::class);
}
public function breathingExercises()
{
return $this->hasMany(BreathingExercise::class);
}
}