Skip to content

Commit

Permalink
alphabetize
Browse files Browse the repository at this point in the history
  • Loading branch information
venix12 committed Jan 3, 2025
1 parent cb30c70 commit 61ef3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/UserSeasonScore.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
*/
class UserSeasonScore extends Model
{
public $timestamps = false;
public $incrementing = false;
public $timestamps = false;

protected $primaryKey = ':composite';
protected $primaryKeys = ['user_id', 'season_id'];
Expand Down

0 comments on commit 61ef3dc

Please sign in to comment.