This commit is contained in:
f4ilji
2025-01-30 00:31:40 +05:00
parent bad611eb84
commit 3385dc5807
60 changed files with 1811 additions and 825 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ class PostObserver
*/
public function updated(Post $post)
{
$this->postCacheService->clearCache($post);
$this->postCacheService->clearAllCacheByModel();
}
/**