You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in course model public function groups(): BelongsToMany
{
return $this->belongsToMany(Group::class);
}
in group model public function courses(): BelongsToMany
{
return $this->belongsToMany(Course::class);
}
Package Version
3.1
PHP Version
8.3
Laravel Version
11
Which operating systems does with happen with?
No response
Notes
No response
The text was updated successfully, but these errors were encountered:
What happened?
Validation: you should pass an array as a value! !i && !Array.isArray(n) && console.error("Validation: you should pass an array as a value!"),
How to reproduce the bug
in course model public function groups(): BelongsToMany
{
return $this->belongsToMany(Group::class);
}
in group model public function courses(): BelongsToMany
{
return $this->belongsToMany(Course::class);
}
Package Version
3.1
PHP Version
8.3
Laravel Version
11
Which operating systems does with happen with?
No response
Notes
No response
The text was updated successfully, but these errors were encountered: