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