mirror of
https://gh.llkk.cc/https://github.com/CaptainCore/captaincore-manager.git
synced 2025-10-04 14:12:08 +08:00
9 lines
No EOL
118 B
PHP
9 lines
No EOL
118 B
PHP
<?php
|
|
|
|
namespace CaptainCore;
|
|
|
|
class ProcessLogSite extends DB {
|
|
|
|
static $primary_key = 'process_log_site_id';
|
|
|
|
} |