Skip to content

Commit

Permalink
critical bug fix for cache updater job
Browse files Browse the repository at this point in the history
  • Loading branch information
irfan-dahir committed Aug 18, 2019
1 parent 30b8bb9 commit d23cbfe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Jobs/UpdateCacheJob.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ class UpdateCacheJob extends Job
*/
public function __construct(Request $request)
{
$this->requestUri = $request->getRequestUri();
$this->requestUriHash = HttpHelper::getRequestUriHash($request);
$this->requestType = HttpHelper::requestType($request);

Expand Down

0 comments on commit d23cbfe

Please sign in to comment.