Skip to content

Commit

Permalink
[BUGFIX] Avoid null controllerName (#802)
Browse files Browse the repository at this point in the history
Resolves #694
  • Loading branch information
lolli42 committed Jun 7, 2023
1 parent 5a3569b commit 203c14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Rendering/RenderingContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class RenderingContext implements RenderingContextInterface
/**
* @var string
*/
protected $controllerName;
protected $controllerName = '';

/**
* @var string
Expand Down

0 comments on commit 203c14f

Please sign in to comment.