mirror of
https://github.com/standardebooks/web.git
synced 2025-07-10 00:30:28 -04:00
Add support for filling backed enum types in the DB ORM layer, and cleanup some formatting issues
This commit is contained in:
parent
e7a9790147
commit
5b3f8f7b77
8 changed files with 57 additions and 54 deletions
|
@ -1,5 +1,4 @@
|
|||
<?
|
||||
|
||||
enum EbookFormat: string{
|
||||
case Epub = 'epub';
|
||||
case Azw3 = 'azw3';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue