作者 lackoxygen

feat:m auth

@@ -20,7 +20,7 @@ class Config @@ -20,7 +20,7 @@ class Config
20 /** 20 /**
21 * @return Option 21 * @return Option
22 */ 22 */
23 - public function getConfig(): Option 23 + protected function getConfig(): Option
24 { 24 {
25 return clone $this->config; 25 return clone $this->config;
26 } 26 }