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