mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-01-27 06:33:18 +00:00
✨ Refactor project-support forms: add admin-only fields, improve Flux form components, and enhance layout for consistency. 🛠️ Remove redundant NostrAuth methods and streamline authorization logic.
This commit is contained in:
@@ -35,6 +35,8 @@ class ProjectProposal extends Model implements HasMedia
|
||||
protected $casts = [
|
||||
'id' => 'integer',
|
||||
'einundzwanzig_pleb_id' => 'integer',
|
||||
'accepted' => 'boolean',
|
||||
'sats_paid' => 'integer',
|
||||
];
|
||||
|
||||
protected static function booted() {}
|
||||
|
||||
Reference in New Issue
Block a user