mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 19:06:49 -04:00
Refactor feed functions out of Library and add some enums
This commit is contained in:
parent
66c44cbdbe
commit
90b70b3235
8 changed files with 117 additions and 101 deletions
8
lib/Enums/FeedCollectionType.php
Normal file
8
lib/Enums/FeedCollectionType.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?
|
||||
namespace Enums;
|
||||
|
||||
enum FeedCollectionType: string{
|
||||
case Authors = 'authors';
|
||||
case Collections = 'collections';
|
||||
case Subjects = 'subjects';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue