'integer', ]; } public function user() { return $this->belongsTo(User::class); } public function voteable() { return $this->morphTo(); } }