/**
  * @param App  $app
  * @param Collection $collection
  */
 public function __construct(App $app, Collection $collection)
 {
     parent::__construct($app, $collection);
     $this->restoreDefaultPostProcessors();
 }