dever 6 년 전
부모
커밋
9555810ceb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/src/Journal.php

+ 1 - 1
main/src/Journal.php

@@ -104,7 +104,7 @@ class Journal extends Core
             $this->data['journal'] = array();
         }
 
-        Dever::cache($key, $this->data);
+        Dever::cache($key, $this->data, 900);
 
         return $this->data;
     }