Explorar el Código

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

Update Collection model
daniel hace 6 años
padre
commit
be3f5976d5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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'
         );
     }