浏览代码

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'
         );
     }