Skip to content

Commit

Permalink
update cache manifest when manifest changed
Browse files Browse the repository at this point in the history
  • Loading branch information
SonyPradana committed Nov 9, 2023
1 parent 370a114 commit a8c0ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System/View/Manifestor.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public function replaceDependency(string $template_filename, $new_dependency): v
{
$dependency = $this->getManifest();
$dependency[$template_filename] = $new_dependency;
$this->putManifest($dependency);
$this->putManifest(self::$cache_manifest = $dependency);
}

/**
Expand Down

0 comments on commit a8c0ed6

Please sign in to comment.