mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 18:11:52 -04:00
Refactor functions out of Library
This commit is contained in:
parent
1449148989
commit
b7b63a4be5
24 changed files with 419 additions and 444 deletions
8
lib/Enums/FeedType.php
Normal file
8
lib/Enums/FeedType.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?
|
||||
namespace Enums;
|
||||
|
||||
enum FeedType: string{
|
||||
case Atom = 'atom';
|
||||
case Opds = 'opds';
|
||||
case Rss = 'rss';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue