Session::Instance()를 명명법에 맞게 Session::getInstance() 로 변경

This commit is contained in:
2018-04-06 16:47:24 +09:00
parent 18101d9e90
commit ceccb43f82
19 changed files with 75 additions and 75 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ namespace sammo;
include 'lib.php';
include 'func.php';
$session = Session::Instance()->setReadOnly();
$session = Session::getInstance()->setReadOnly();
$defaultPost = [
'year' => null,