hasMany('Campaigns\Campaign\Models\Campaign_kind_support'); } /** * The volunteers that belong to the campaign. */ public function volunteers(){ return $this->hasMany('Campaigns\Campaign\Models\Campaign_volunteer'); } }