From 4b41f4897248e5ceb64635109e0be860790276ce Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Wed, 17 Jul 2019 23:22:17 -0600 Subject: [PATCH] Update Collection model --- app/Collection.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Collection.php b/app/Collection.php index 7be40f726..2e7b4967c 100644 --- a/app/Collection.php +++ b/app/Collection.php @@ -39,7 +39,7 @@ class Collection extends Model 'collection_id', 'id', 'id', - 'object_id', + 'object_id' ); }