moon rental fix

This commit is contained in:
2019-04-02 15:16:36 -05:00
parent d3a2252c95
commit 3be3ba3f50

View File

@@ -10,7 +10,7 @@ class SentMail extends Model
protected $table = 'sent_mails';
//Timestamps
public $timestamps = 'false';
public $timestamps = false;
protected $fillable = [
'sender',