mirror of
https://github.com/standardebooks/web.git
synced 2025-07-22 15:24:46 -04:00
Allow adjustment of Patrons Circle cost
This commit is contained in:
parent
a4d1e9d724
commit
9a2b095b70
8 changed files with 153 additions and 123 deletions
8
lib/Enums/CycleType.php
Normal file
8
lib/Enums/CycleType.php
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?
|
||||
namespace Enums;
|
||||
|
||||
enum CycleType: string{
|
||||
case Monthly = 'monthly';
|
||||
case Unlimited = 'unlimited';
|
||||
case Yearly = 'yearly';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue