1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-22 15:55:14 +00:00

Update Collection model

This commit is contained in:
Daniel Supernault 2019-07-17 23:22:17 -06:00
parent 6751aa4ea6
commit 4b41f48972
No known key found for this signature in database
GPG key ID: 0DEF1C662C9033F7

View file

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