'array' ]; public function site() { return $this->hasOne(Site::class,'id','site_id')->select(['cn_title','id']); } }