rabin 1 년 전
부모
커밋
ffe64b3691
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Auth.php

+ 1 - 1
src/Auth.php

@@ -31,7 +31,7 @@ class Auth
      */
     public function __construct()
     {
-        $this->save = new Oper(false, 'cookie');
+        $this->save = new Oper(false, 'session');
         $this->name = md5('manage_in_' . Dever::config('host')->host);
     }