소스 검색

Merge pull request #1517 from pixelfed/frontend-ui-refactor

Update Collection model
daniel 6 년 전
부모
커밋
be3f5976d5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Collection.php

+ 1 - 1
app/Collection.php

@@ -39,7 +39,7 @@ class Collection extends Model
             'collection_id',
             'id',
             'id',
-            'object_id',
+            'object_id'
         );
     }