Skip to content

Commit

Permalink
refactor: Define property.
Browse files Browse the repository at this point in the history
  • Loading branch information
qpautrat committed Jun 2, 2020
1 parent d9c7e66 commit cc7c763
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Layer/ViewRendererLayer.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ class ViewRendererLayer extends AbstractLayer implements Layer

private $templateRenderer;

/** @var ResponseBag|null */
protected $bag;

public function __construct(Renderer $templateRenderer)
{
$this->templateRenderer = $templateRenderer;
Expand Down

0 comments on commit cc7c763

Please sign in to comment.