Skip to content

Commit

Permalink
Add missing constant to import
Browse files Browse the repository at this point in the history
  • Loading branch information
shaedrich authored Dec 21, 2024
1 parent 10e14e0 commit 4494cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Cache/RateLimiting/Limit.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Illuminate\Cache\RateLimiting;

use const Illuminate\Support\Date\{SECONDS_PER_DAY, SECONDS_PER_HOUR};
use const Illuminate\Support\Date\{MINUTES_PER_HOUR, SECONDS_PER_DAY, SECONDS_PER_HOUR};

class Limit
{
Expand Down

0 comments on commit 4494cc4

Please sign in to comment.