dever 6 năm trước cách đây
mục cha
commit
aaa3e2be96
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tests/src/Api.php

+ 1 - 1
tests/src/Api.php

@@ -103,7 +103,7 @@ class Api
     public function getRead()
     {
         $this->uid();
-        $data = Dever::load('main/journal_v1')->view();
+        $data = Dever::load('main/journal_v1')->read();
 
         return $data;
     }