mirror of
https://github.com/v2board/v2board.git
synced 2025-06-12 12:37:54 +08:00
update
This commit is contained in:
@ -2,10 +2,14 @@
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use App\Events\ServerLogSaveEvent;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class ServerLog extends Model
|
||||
{
|
||||
protected $table = 'v2_server_log';
|
||||
protected $dateFormat = 'U';
|
||||
protected $dispatchesEvents = [
|
||||
'saving' => ServerLogSaveEvent::class,
|
||||
];
|
||||
}
|
||||
|
Reference in New Issue
Block a user