public function __construct($config = [])
 {
     if (!isset($config['handler'])) {
         $config['handler'] = $this->returnHandlers();
     }
     parent::__construct($config);
 }