Ver Fonte

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

Update Collection model
daniel há 6 anos atrás
pai
commit
be3f5976d5
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      app/Collection.php

+ 1 - 1
app/Collection.php

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