src/Models/Traits/HasWebinars.php
Call to undeclared method \EscolaLms\Webinar\Models\Traits\HasWebinars::belongsToMany
Open
Open
return $this->belongsToMany(Webinar::class, 'webinar_user')->using(WebinarUserPivot::class);
- Exclude checks
Return type of webinars()
is undeclared type \Illuminate\Database\Eloquent\Relations\BelongsToMany
Open
Open
public function webinars(): BelongsToMany
- Exclude checks