More spaces
This commit is contained in:
parent
0fb5afaf58
commit
ee62ec9798
|
@ -40,7 +40,7 @@ class PickWinnerCommand extends Command
|
||||||
*/
|
*/
|
||||||
public function __construct(Picker $picker)
|
public function __construct(Picker $picker)
|
||||||
{
|
{
|
||||||
parent::__construct();
|
parent::__construct();
|
||||||
$this->client = new Client();
|
$this->client = new Client();
|
||||||
$this->cache = new FilesystemCache();
|
$this->cache = new FilesystemCache();
|
||||||
$this->picker = $picker;
|
$this->picker = $picker;
|
||||||
|
|
Loading…
Reference in a new issue