调整订单消息未推送问题
parent
557888392c
commit
0d81926159
|
|
@ -23,7 +23,7 @@ class Message extends Model
|
|||
];
|
||||
|
||||
protected $fillable = [
|
||||
'title', 'content', 'type', 'ext', 'jump_type', 'jump_link', 'user_id',
|
||||
'title', 'content', 'type', 'ext', 'jump_type', 'jump_link', 'user_id', 'is_push',
|
||||
];
|
||||
|
||||
public function logs()
|
||||
|
|
|
|||
Loading…
Reference in New Issue