Skip to content

Commit

Permalink
add to ListensForContentEvents so api/graphql cache gets invalidated
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Oct 17, 2024
1 parent 23f21b8 commit 0925cc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Events/Concerns/ListensForContentEvents.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ trait ListensForContentEvents
\Statamic\Events\CollectionTreeDeleted::class,
\Statamic\Events\EntryDeleted::class,
\Statamic\Events\EntrySaved::class,
\Statamic\Events\EntryScheduleFulfilled::class,
\Statamic\Events\FieldsetDeleted::class,
\Statamic\Events\FieldsetReset::class,
\Statamic\Events\FieldsetSaved::class,
Expand Down

0 comments on commit 0925cc8

Please sign in to comment.