v1.2.2 #5

Merged
anthony merged 4 commits from dev into master 2023-08-13 06:04:05 +03:00
Showing only changes of commit 2c4eedbf8b - Show all commits

View File

@@ -71,7 +71,7 @@ abstract class AbstractConverter implements ConverterContract
*/
protected function setVariables(): static
{
if ($this->collection->variable) {
if (isset($this->collection?->variable)) {
foreach ($this->collection->variable as $var) {
$this->vars["{{{$var->key}}}"] = $var->value;
}