Skip to content

Commit

Permalink
up fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kiss291323003 committed Jun 20, 2019
1 parent 36015d7 commit 761b6d5
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class Config extends SplBean
protected $tempDir;
protected $workerNum = 3;
protected $timeout = 3;
protected $socketPrefix;

/**
* @return mixed
Expand Down Expand Up @@ -83,15 +82,7 @@ public function setTimeout(int $timeout): void
*/
public function getSocketPrefix()
{
return $this->socketPrefix;
}

/**
* @param mixed $socketPrefix
*/
public function setSocketPrefix($socketPrefix): void
{
$this->socketPrefix = $socketPrefix;
return md5(get_class($this->getRender()));
}

protected function initialize(): void
Expand All @@ -101,6 +92,4 @@ protected function initialize(): void
}
}



}

0 comments on commit 761b6d5

Please sign in to comment.