mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-13 21:13:40 +02:00
* wip: 2024-06-19T13:31:53+0200 (1718796713) * fix: final touchups with bugfixes * fix: typo in widlcardsearch function * wip: 2024-07-05T14:14:12+0200 (1720181652) * wip: 2024-07-07T11:22:34+0200 (1720344154) * wip: 2024-07-07T11:22:34+0200 (1720344154)
14 lines
No EOL
268 B
PHP
14 lines
No EOL
268 B
PHP
<?php
|
|
|
|
namespace VLW\API\Databases\VLWdb\Models\Battlestation\Config;
|
|
|
|
use victorwesterlund\xEnum;
|
|
|
|
enum ChassisMbModel: string {
|
|
use xEnum;
|
|
|
|
const TABLE = "config_chassis_mb";
|
|
|
|
case REF_CHASSIS_ID = "ref_chassis_id";
|
|
case REF_MB_ID = "ref_mb_id";
|
|
} |