Skip to content

Commit

Permalink
Fixed incorrect variable variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Bus committed Aug 3, 2018
1 parent 4d11da0 commit cda7551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GearmanComponent.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function getConfig()
$this->_config = new Config([
'servers' => $servers,
'user' => $this->user,
'loopTimeout' => $this->$loopTimeout,
'loopTimeout' => $this->loopTimeout,
]);
}

Expand Down

0 comments on commit cda7551

Please sign in to comment.