Skip to content

Commit

Permalink
fix: fix passing null to ltrim error
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardBaumrock committed Nov 12, 2023
1 parent d11708a commit de06831
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RockFrontend.module.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ class RockFrontend extends WireData implements Module, ConfigurableModule
/** @var Engine */
private $latteWithLayout;

public $layoutFile = 'layout.latte';

/** @var WireArray $layoutFolders */
public $layoutFolders;

Expand Down Expand Up @@ -113,7 +115,6 @@ class RockFrontend extends WireData implements Module, ConfigurableModule

private $scripts;
private $styles;
private $textdomain;

/** @var array */
private $translations = [];
Expand Down

0 comments on commit de06831

Please sign in to comment.