mirror of
https://codeberg.org/vlw/vlw.se.git
synced 2025-11-05 07:02:41 +01: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";
|
|
} |