mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-09-13 21:13:40 +02:00
9 lines
No EOL
144 B
PHP
9 lines
No EOL
144 B
PHP
<?php
|
|
|
|
namespace VLW\API\Databases\VLWdb\Models\Playground\Coffee;
|
|
|
|
enum CoffeeModel: string {
|
|
const TABLE = "coffee";
|
|
|
|
case ID = "id";
|
|
} |