mirror of
https://gh.wpcy.net/https://github.com/CaptainCore/captaincore-manager.git
synced 2026-04-23 09:32:15 +08:00
9 lines
104 B
PHP
9 lines
104 B
PHP
<?php
|
|
|
|
namespace CaptainCore;
|
|
|
|
class JobTokens extends DB {
|
|
|
|
static $primary_key = 'job_token_id';
|
|
|
|
}
|