captaincore-manager/app/Snapshots.php
2019-09-29 18:42:41 -04:00

9 lines
No EOL
102 B
PHP

<?php
namespace CaptainCore;
class Snapshots extends DB {
static $primary_key = 'snapshot_id';
}