public function setCustom(array $custom = []) : Provider
 {
     $this->provider->setCustom($custom);
     return $this;
 }