We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2931c74 commit 7809f9dCopy full SHA for 7809f9d
src/Providers/TotemEventServiceProvider.php
@@ -7,7 +7,7 @@
7
class TotemEventServiceProvider extends EventServiceProvider
8
{
9
protected $listen = [
10
- 'Studio\Totem\Events\Created' => ['Studio\Totem\Listeners\BuildCache'],
+ 'Studio\Totem\Events\Created' => ['Studio\Totem\Listeners\BustCache', 'Studio\Totem\Listeners\BuildCache'],
11
'Studio\Totem\Events\Updated' => ['Studio\Totem\Listeners\BustCache', 'Studio\Totem\Listeners\BuildCache'],
12
'Studio\Totem\Events\Activated' => ['Studio\Totem\Listeners\BustCache', 'Studio\Totem\Listeners\BuildCache'],
13
'Studio\Totem\Events\Deactivated' => ['Studio\Totem\Listeners\BustCache', 'Studio\Totem\Listeners\BuildCache'],
0 commit comments