mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2026-05-15 04:14:53 +00:00
voting system with nostr added
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class Election extends Model
|
||||
{
|
||||
protected $guarded = [];
|
||||
}
|
||||
Reference in New Issue
Block a user