From eb08fbaa0bb90cb6cd5bbe0150c97c40e71d281e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 30 Jul 2021 17:53:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/ApplicationStore.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Server/ApplicationStore.php b/Server/ApplicationStore.php index 81c78442..892d05a8 100644 --- a/Server/ApplicationStore.php +++ b/Server/ApplicationStore.php @@ -17,6 +17,9 @@ class ApplicationStore private Channel $lock; + /** + * ApplicationStore constructor. + */ private function __construct() { $this->lock = new Channel(99999);