feat: add description to breathing template

This commit is contained in:
2025-09-14 12:12:52 +03:30
parent 35fb0cd417
commit ca30919f64
4 changed files with 96 additions and 53 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
class BreathingTemplate extends Model
{
protected $fillable = ['user_id', 'name', 'inhale', 'exhale', 'breath_hold' , 'duration'];
protected $fillable = ['user_id', 'name', 'inhale', 'exhale', 'breath_hold' , 'duration' , 'description'];
public function user()
{