hasMany('App\SpecialContentOption', 'special_content_id'); } public function category() { return $this->belongsTo('App\Category'); } }