fix: duration added to breath template

This commit is contained in:
2025-09-20 12:25:15 +03:30
parent fa64091300
commit a6822a55f8
+1 -1
View File
@@ -6,7 +6,7 @@
class UserBreathingSession extends Model class UserBreathingSession extends Model
{ {
protected $fillable = ['user_id', 'template_id']; protected $fillable = ['user_id', 'template_id' , 'duration'];
public function template() public function template()
{ {