We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78fe2ee + 5592aa5 commit 74afaa9Copy full SHA for 74afaa9
lib/BladeOne.php
@@ -189,7 +189,7 @@ class BladeOne
189
/** @var string it is a relative path calculated between baseUrl and the current url. Example ../../ */
190
protected string $relativePath = '';
191
/** @var string[] Dictionary of assets */
192
- protected ?array $assetDict;
+ protected array $assetDict = [];
193
/** @var bool if true then it removes tabs and unneeded spaces */
194
protected bool $optimize = true;
195
/** @var bool if false, then the template is not compiled (but executed on memory). */
0 commit comments