Skip to content

Commit

Permalink
Merge pull request #1982 from alissn/FixCreateModuleLogic
Browse files Browse the repository at this point in the history
Reset Static Variable for Module Creation
  • Loading branch information
dcblogdev authored Nov 16, 2024
2 parents 7e52dd9 + ce16a7b commit bebe5b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Generators/ModuleGenerator.php
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ public function generate(): int

if ($this->type !== 'plain') {
$this->generateFiles();
$this->module->resetModules();
$this->generateResources();
}

Expand Down

0 comments on commit bebe5b4

Please sign in to comment.