Browse Source

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

Update Collection model
daniel 6 năm trước cách đây
mục cha
commit
be3f5976d5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'
         );
     }