Skip to content

Commit

Permalink
Listen for FormSaved (2.10.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonvarga committed Aug 1, 2018
1 parent 6dddf69 commit d9564a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addons/Spock/SpockListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class SpockListener extends Listener
\Statamic\Events\Data\FileUploaded::class => 'run',
\Statamic\Events\Data\FieldsetSaved::class => 'run',
\Statamic\Events\Data\FieldsetDeleted::class => 'run',
\Statamic\Events\Data\FormSaved::class => 'run',
\Statamic\Events\Data\GlobalsSaved::class => 'run',
\Statamic\Events\Data\GlobalsDeleted::class => 'run',
\Statamic\Events\Data\PageSaved::class => 'run',
Expand Down

0 comments on commit d9564a8

Please sign in to comment.