Skip to content

Commit b1e3c77

Browse files
authored
Update ComponentFactory.php
1 parent 2a6fb62 commit b1e3c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ComponentFactory.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ protected function requirePath(string $path): void
7979
: $variable;
8080
}, get_defined_vars());
8181
})();
82+
8283
CompileContext::instance()->variables = array_merge(CompileContext::instance()->variables, $variables);
8384
} finally {
8485
ob_get_clean();
8586
}
86-
8787
}
8888

8989
/**

0 commit comments

Comments
 (0)