改名
This commit is contained in:
@@ -17,6 +17,9 @@ class ApplicationStore
|
|||||||
private Channel $lock;
|
private Channel $lock;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* ApplicationStore constructor.
|
||||||
|
*/
|
||||||
private function __construct()
|
private function __construct()
|
||||||
{
|
{
|
||||||
$this->lock = new Channel(99999);
|
$this->lock = new Channel(99999);
|
||||||
|
|||||||
Reference in New Issue
Block a user