wzq 5 éve
szülő
commit
541ad60a55
1 módosított fájl, 1 hozzáadás és 1 törlés
  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;