Session::Instance()를 명명법에 맞게 Session::getInstance() 로 변경
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ namespace sammo;
|
||||
include 'lib.php';
|
||||
include 'func.php';
|
||||
|
||||
$session = Session::Instance()->setReadOnly();
|
||||
$session = Session::getInstance()->setReadOnly();
|
||||
|
||||
$defaultPost = [
|
||||
'year' => null,
|
||||
|
||||
Reference in New Issue
Block a user