Skip to content

Commit

Permalink
missing non-incrementing
Browse files Browse the repository at this point in the history
  • Loading branch information
notbakaneko committed Dec 19, 2024
1 parent 05db2c1 commit 0eefd0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Models/BeatmapTag.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ class BeatmapTag extends Model
{
protected $primaryKey = ':composite';
protected $primaryKeys = ['beatmap_id', 'tag_id', 'user_id'];
public $incrementing = false;

public static function topTagIdsQuery(int $beatmapId, int $limit = 50)
{
Expand Down

0 comments on commit 0eefd0b

Please sign in to comment.