public function __construct(Config $config)
 {
     parent::__construct();
     $this->config->merge($config);
 }