Commit Graph

5 Commits

Author SHA1 Message Date
Roardom
a447269552 refactor: use moderation status enum and cast
For consistency and less magic numbers hard coded everywhere.
2025-02-26 14:23:02 +00:00
Roardom
868ad35aa4 refactor: swap magic RedirectResponse withX('Y') to with('X', 'Y')
Allows ctrl+clicking to access the underlying function unlike the previous magic implementation. Probably also negligibly faster.

Swapped all instances of `>withSuccess(` -> `>with('success', `, `>withWarning(` -> `>with('warning', `, and `>withInfo(` -> `>with('info', ` with ide's find and replace.
2025-01-21 16:05:11 +00:00
HDVinnie
6772f9a48c fix: package and gateway is_active 2024-09-16 16:54:37 -04:00
HDVinnie
95183f1692 PHP Style Change (Laravel Pint CI) 2024-09-12 17:04:41 +00:00
HDVinnie
428bf63910 add: base donation system 2024-09-12 13:03:38 -04:00