mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2025-12-14 12:06:46 +00:00
🚀 initial commit
This commit is contained in:
10
app/Models/MeetupUser.php
Normal file
10
app/Models/MeetupUser.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class MeetupUser extends Model
|
||||
{
|
||||
protected $table = 'meetup_user';
|
||||
}
|
||||
Reference in New Issue
Block a user