|UserPronoun newModelQuery() * @method static \Illuminate\Database\Eloquent\Builder|UserPronoun newQuery() * @method static \Illuminate\Database\Eloquent\Builder|UserPronoun query() * @method static \Illuminate\Database\Eloquent\Builder|UserPronoun whereCreatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|UserPronoun whereId($value) * @method static \Illuminate\Database\Eloquent\Builder|UserPronoun whereProfileId($value) * @method static \Illuminate\Database\Eloquent\Builder|UserPronoun wherePronouns($value) * @method static \Illuminate\Database\Eloquent\Builder|UserPronoun whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|UserPronoun whereUserId($value) * * @mixin \Eloquent */ class UserPronoun extends Model { use HasFactory; protected $guarded = []; }