Skip to content

Commit

Permalink
Code style constants
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Apr 9, 2023
1 parent d24e2b9 commit 6d767e4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Reaction/Models/Reaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ final class Reaction extends Model implements
use HasFactory;

public const RATE_DEFAULT = 1.0;

public const RATE_MIN = 0.01;

public const RATE_MAX = 99.99;

protected $table = 'love_reactions';
Expand Down

0 comments on commit 6d767e4

Please sign in to comment.