This commit is contained in:
root 2019-11-18 18:23:39 +08:00
parent 9e642f11e1
commit 7280459f17

View File

@ -8,4 +8,5 @@ class Server extends Model
{
protected $table = 'v2_server';
protected $dateFormat = 'U';
protected $guarded = ['id'];
}