TestS
This commit is contained in:
parent
ccdb55223c
commit
3dde9e5eee
1 changed files with 3 additions and 0 deletions
|
|
@ -347,6 +347,9 @@ class BaseRepository
|
|||
|
||||
}
|
||||
|
||||
if(isset($data['mark_sent']) && $data['mark_sent'] == true)
|
||||
$model->service()->markSent()->save();
|
||||
|
||||
$model->save();
|
||||
|
||||
return $model->fresh();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue