mirror of
https://gh.llkk.cc/https://github.com/CaptainCore/captaincore-manager.git
synced 2026-07-27 15:12:37 +08:00
9 lines
118 B
PHP
9 lines
118 B
PHP
<?php
|
|
|
|
namespace CaptainCore;
|
|
|
|
class ProcessLogFile extends DB {
|
|
|
|
static $primary_key = 'process_log_file_id';
|
|
|
|
}
|