Skip to content

Commit

Permalink
Added render attrs into template
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaplet committed Mar 27, 2019
1 parent e9279e5 commit 168798d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Component/Frontend/Printer/Printer.php
Expand Up @@ -79,6 +79,7 @@ public function __construct(
*/
public function render(array $attrs) : void
{
$this->template->attrs = $attrs;
$this->template->rows = $this->getResult($attrs);
$this->template->paginator = $this->paginator;

Expand Down

0 comments on commit 168798d

Please sign in to comment.