|GroupRole newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|GroupRole newQuery() * @method static \Illuminate\Database\Eloquent\Builder|GroupRole query() * @method static \Illuminate\Database\Eloquent\Builder|GroupRole whereAbilities($value) * @method static \Illuminate\Database\Eloquent\Builder|GroupRole whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|GroupRole whereGroupId($value) * @method static \Illuminate\Database\Eloquent\Builder|GroupRole whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|GroupRole whereName($value) * @method static \Illuminate\Database\Eloquent\Builder|GroupRole whereSlug($value) * @method static \Illuminate\Database\Eloquent\Builder|GroupRole whereUpdatedAt($value) * * @mixin \Eloquent */ class GroupRole extends Model { use HasFactory; }