wzq 5 년 전
부모
커밋
541ad60a55
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Repositories/PostRepositories.php

+ 1 - 1
app/Repositories/PostRepositories.php

@@ -373,7 +373,7 @@ class PostRepositories
     /**
      * 个人中心内容列表
      */
-    public function MyPost($request, $uid)
+    public function myPost($request, $uid)
     {
         $type = $request['type'];
         $perPage = isset($request['per_page']) ? $request['per_page'] : 18;