vlw.se/api/src/databases/models/Playground/Coffee/Coffee.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";
}