update to livewire 3

This commit is contained in:
HolgerHatGarKeineNode
2023-11-20 18:20:40 +01:00
parent a392e6fee0
commit adc9d625d9
577 changed files with 585 additions and 7703 deletions

View File

@@ -5,12 +5,10 @@ namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\Relations\BelongsTo;
use Spatie\Comments\Models\Concerns\HasComments;
class MeetupEvent extends Model
{
use HasFactory;
use HasComments;
/**
* The attributes that aren't mass assignable.