Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed May 8, 2017
1 parent 48838ef commit d3b4308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Queue/Events/Looping.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Looping
*/
public function __construct($connectionName, $queue)
{
$this->connectionName = $connectionName;
$this->queue = $queue;
$this->connectionName = $connectionName;
}
}

0 comments on commit d3b4308

Please sign in to comment.