Compare commits
3 Commits
95ca655eb0
...
d854732143
Author | SHA1 | Date | |
---|---|---|---|
d854732143 | |||
9b021296eb | |||
d581afa793 |
@ -173,7 +173,7 @@ abstract class AbstractConverter implements ConverterContract
|
||||
*/
|
||||
protected function interpolate(string $content): string
|
||||
{
|
||||
if (empty($this->vars) && $this->env->hasVars()) {
|
||||
if (empty($this->vars) && !empty($this->env) && $this->env->hasVars()) {
|
||||
return $content;
|
||||
}
|
||||
$matches = [];
|
||||
|
@ -22,7 +22,7 @@ class Processor
|
||||
/**
|
||||
* Converter version
|
||||
*/
|
||||
public const VERSION = '1.2.2';
|
||||
public const VERSION = '1.2.3';
|
||||
|
||||
/**
|
||||
* @var string[] Paths to collection files
|
||||
|
Loading…
Reference in New Issue
Block a user