update: server log fetch

This commit is contained in:
tokumeikoi
2021-09-02 18:42:36 +09:00
parent 91418caf04
commit 0c14652ff7
3 changed files with 16 additions and 4 deletions

View File

@ -13,4 +13,8 @@ class ServerLog extends Model
'created_at' => 'timestamp',
'updated_at' => 'timestamp'
];
protected $fillable = [
'u',
'd'
];
}