mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 15:20:32 -04:00
Move enums into their own namespace
This commit is contained in:
parent
c3c588cc1b
commit
be5574eaec
45 changed files with 164 additions and 154 deletions
|
@ -4,7 +4,7 @@ use Safe\DateTimeImmutable;
|
|||
|
||||
class EbookSource{
|
||||
public ?int $EbookId = null;
|
||||
public EbookSourceType $Type;
|
||||
public Enums\EbookSourceType $Type;
|
||||
public string $Url;
|
||||
public ?int $SortOrder = null;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue