app\models\BeatmapFailtimes::find PHP Method

find() public static method

public static find ( $beatmap_id, $type )
    public static function find($beatmap_id, $type)
    {
        return static::where('beatmap_id', '=', $beatmap_id)->where('type', '=', $type)->first();
    }