forked from mirror/pixelfed
Update CollectionItem
This commit is contained in:
parent
d26704c713
commit
a0bebad28c
|
@ -6,5 +6,8 @@ use Illuminate\Database\Eloquent\Model;
|
|||
|
||||
class CollectionItem extends Model
|
||||
{
|
||||
//
|
||||
public function collection()
|
||||
{
|
||||
return $this->belongsTo(Collection::class);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue