We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee1558c commit 8988933Copy full SHA for 8988933
src/Logic/LogicExecutor.php
@@ -21,7 +21,7 @@ public function __construct(
21
22
/** @return Generator<string> filename::function() */
23
public function invoke(string $name, array $extraArgs = []):Generator {
24
- foreach($this->assembly as $file) {
+ foreach(iterator_to_array($this->assembly) as $file) {
25
$nsProject = (string)(new LogicProjectNamespace(
26
$file,
27
$this->appNamespace
0 commit comments