Skip to content

Commit

Permalink
Remove test contact id
Browse files Browse the repository at this point in the history
  • Loading branch information
kuzmany committed Mar 7, 2019
1 parent a103766 commit 2349609
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Helper/TemplateProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ protected function configureTwig(\Twig_Environment $twig)
}));

$twig->addFilter(new \Twig_SimpleFilter('rss', function () {
$this->lead['id'] = 22833;
return $this->feedFactory->getItems($this->lead['id'], func_get_args());
}));
}
Expand Down

0 comments on commit 2349609

Please sign in to comment.