diff --git a/modules/PremiumPodcasts/Models/SubscriptionModel.php b/modules/PremiumPodcasts/Models/SubscriptionModel.php index 8eac328e..c0953013 100644 --- a/modules/PremiumPodcasts/Models/SubscriptionModel.php +++ b/modules/PremiumPodcasts/Models/SubscriptionModel.php @@ -54,6 +54,11 @@ class SubscriptionModel extends Model */ protected $useTimestamps = true; + /** + * @var string[] + */ + protected $afterInsert = ['clearCache']; + /** * @var string[] */