Commit 2accb0f7 authored by Yassine Doghri's avatar Yassine Doghri
Browse files

fix(premium-subs): clear subscription list cache after insert

fixes #430
parent 3cb5ffd2
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -54,6 +54,11 @@ class SubscriptionModel extends Model
     */
    protected $useTimestamps = true;

    /**
     * @var string[]
     */
    protected $afterInsert = ['clearCache'];

    /**
     * @var string[]
     */