misc: d_setting에 관련 코드가 추가되어 TODO 제거

This commit is contained in:
2023-06-11 21:57:45 +09:00
parent eda5ecb124
commit 4efcbaed6a
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -5,8 +5,6 @@ namespace sammo;
/** 서버 내 변수 모음 */ /** 서버 내 변수 모음 */
class ServerDefaultEnv class ServerDefaultEnv
{ {
//TODO: 이 값이 .env든 d_setting의 기타 변수이든, 수정 가능해야함
private function __construct() private function __construct()
{ {
} }
+1 -1
View File
@@ -2,5 +2,5 @@
namespace sammo; namespace sammo;
class ServerEnv extends ServerDefaultEnv { class ServerEnv extends ServerDefaultEnv {
//TODO: 이 값이 .env든 d_setting의 기타 변수이든, 수정 가능해야함 //NOTE: d_setting에 ServerEnv.php가 없을때 대비.
} }