Browse Source

Merge branch 'master' of github.com:movim/movim

pull/700/head
Timothée Jaussoin 7 years ago
parent
commit
527283c519
  1. 6
      app/Message.php

6
app/Message.php

@ -16,6 +16,12 @@ class Message extends Model
'type' => 'chat'
];
protected $casts = [
'edited' => 'boolean',
'quoted' => 'boolean',
'markable' => 'boolean'
];
public function save(array $options = [])
{
try {

Loading…
Cancel
Save