Skip to content

Commit

Permalink
[fix] reset module cache after create new module
Browse files Browse the repository at this point in the history
  • Loading branch information
alissn committed Nov 16, 2024
1 parent 7e52dd9 commit ce16a7b
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 ce16a7b

Please sign in to comment.