mirror of
https://gh.llkk.cc/https://github.com/CaptainCore/captaincore-manager.git
synced 2026-07-27 20:26:22 +08:00
9 lines
112 B
PHP
9 lines
112 B
PHP
<?php
|
|
|
|
namespace CaptainCore;
|
|
|
|
class ActivityLogs extends DB {
|
|
|
|
static $primary_key = 'activity_log_id';
|
|
|
|
}
|