mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-nostr.git
synced 2025-12-27 21:30:16 +00:00
voting system with nostr added
This commit is contained in:
10
app/Models/Election.php
Normal file
10
app/Models/Election.php
Normal file
@@ -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