|GroupHashtag newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|GroupHashtag newQuery() * @method static \Illuminate\Database\Eloquent\Builder|GroupHashtag query() * @method static \Illuminate\Database\Eloquent\Builder|GroupHashtag whereBanned($value) * @method static \Illuminate\Database\Eloquent\Builder|GroupHashtag whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|GroupHashtag whereFormatted($value) * @method static \Illuminate\Database\Eloquent\Builder|GroupHashtag whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|GroupHashtag whereName($value) * @method static \Illuminate\Database\Eloquent\Builder|GroupHashtag whereRecommended($value) * @method static \Illuminate\Database\Eloquent\Builder|GroupHashtag whereSensitive($value) * @method static \Illuminate\Database\Eloquent\Builder|GroupHashtag whereUpdatedAt($value) * * @mixin \Eloquent */ class GroupHashtag extends Model { use HasFactory; public $fillable = ['name']; }