Just optimisations
This commit is contained in:
@@ -8,6 +8,7 @@ class Netmail extends Model
|
||||
{
|
||||
protected $dates = ['date'];
|
||||
protected $fillable = ['date','msgid','from_ftn'];
|
||||
public $timestamps = FALSE; // @todo Remove, seems an issue with cockroach updating tables.
|
||||
|
||||
public function kludges()
|
||||
{
|
||||
|
Reference in New Issue
Block a user