mirror of
https://gh.wpcy.net/https://github.com/CaptainCore/captaincore-manager.git
synced 2026-04-22 09:22:16 +08:00
9 lines
No EOL
92 B
PHP
9 lines
No EOL
92 B
PHP
<?php
|
|
|
|
namespace CaptainCore;
|
|
|
|
class Keys extends DB {
|
|
|
|
static $primary_key = 'key_id';
|
|
|
|
} |