mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 12:26:39 -04:00
Add placeholders for ebooks
This commit is contained in:
parent
cf5f488cae
commit
1ab95df084
52 changed files with 1192 additions and 237 deletions
8
lib/Enums/EbookReleaseStatusFilter.php
Normal file
8
lib/Enums/EbookReleaseStatusFilter.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?
|
||||
namespace Enums;
|
||||
|
||||
enum EbookReleaseStatusFilter{
|
||||
case All;
|
||||
case Placeholder;
|
||||
case Released;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue