(Add) Block users system #3657
Annotations
5 errors
app/Models/User.php#L209
Class App\Models\BlockedUsers not found.
|
app/Models/User.php#L209
Method App\Models\User::blockedUsers() should return Illuminate\Database\Eloquent\Relations\BelongsToMany<App\Models\User, $this(App\Models\User)> but returns Illuminate\Database\Eloquent\Relations\BelongsToMany<App\Models\BlockedUsers, $this(App\Models\User)>.
|
app/Models/User.php#L209
Parameter #1 $related of method Illuminate\Database\Eloquent\Model::belongsToMany() expects class-string<Illuminate\Database\Eloquent\Model>, string given.
|
app/Models/User.php#L209
Unable to resolve the template type TRelatedModel in call to method Illuminate\Database\Eloquent\Model::belongsToMany()
|
|
The logs for this run have expired and are no longer available.
Loading