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