Restore default parameter value in Core\Renderer::replaceMacros
This commit is contained in:
parent
ef9b51e631
commit
64e89a516d
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ class Renderer
|
||||||
* @return string
|
* @return string
|
||||||
* @throws InternalServerErrorException
|
* @throws InternalServerErrorException
|
||||||
*/
|
*/
|
||||||
public static function replaceMacros(string $template, array $vars)
|
public static function replaceMacros(string $template, array $vars = [])
|
||||||
{
|
{
|
||||||
$stamp1 = microtime(true);
|
$stamp1 = microtime(true);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue