Skip to content

Commit

Permalink
fix typo (#35916)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuangbo committed Jan 16, 2021
1 parent 8465ecf commit c90605d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Queue/Middleware/RateLimited.php
Expand Up @@ -144,7 +144,7 @@ public function __unserialize(array $data)
{
$this->limiter = Container::getInstance()->make(RateLimiter::class);

$this->limitedName = $data['limiterName'];
$this->limiterName = $data['limiterName'];
$this->shouldRelease = $data['shouldRelease'];
}
}

0 comments on commit c90605d

Please sign in to comment.