fix: duration added to breath template
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
class UserBreathingSession extends Model
|
||||
{
|
||||
protected $fillable = ['user_id', 'template_id'];
|
||||
protected $fillable = ['user_id', 'template_id' , 'duration'];
|
||||
|
||||
public function template()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user