This commit is contained in:
root
2019-11-05 00:12:04 +08:00
parent 2b7f31b6d1
commit c6c83c86fd
4 changed files with 0 additions and 74 deletions

View File

@ -10,6 +10,5 @@ class ServerLog extends Model
protected $table = 'v2_server_log';
protected $dateFormat = 'U';
protected $dispatchesEvents = [
'saving' => ServerLogSaveEvent::class,
];
}