mirror of
https://github.com/standardebooks/web.git
synced 2025-07-12 09:32:24 -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
|
@ -10,7 +10,7 @@ class Payment{
|
|||
public int $PaymentId;
|
||||
public ?int $UserId = null;
|
||||
public DateTimeImmutable $Created;
|
||||
public PaymentProcessorType $Processor;
|
||||
public Enums\PaymentProcessorType $Processor;
|
||||
public string $TransactionId;
|
||||
public float $Amount;
|
||||
public float $Fee;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue