Skip to content

Commit

Permalink
Use predefined helper
Browse files Browse the repository at this point in the history
  • Loading branch information
rozsival committed Oct 30, 2020
1 parent f427cb3 commit abea769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PropsControl/PropsControl.php
Expand Up @@ -52,7 +52,7 @@ public function __construct()
function (Template $template): void {
$template->setParameters(
[
self::DEFINITION => $this->createProps([]),
self::DEFINITION => $this->getProps(),
self::CLASS_NAME => $this->createClassName(),
self::STYLE => new Style(),
]
Expand Down

0 comments on commit abea769

Please sign in to comment.