This commit is contained in:
2021-07-30 17:53:15 +08:00
parent b13ab488cc
commit eb08fbaa0b
+3
View File
@@ -17,6 +17,9 @@ class ApplicationStore
private Channel $lock;
/**
* ApplicationStore constructor.
*/
private function __construct()
{
$this->lock = new Channel(99999);