We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95b2a6c + 2032d29 commit 7256ca8Copy full SHA for 7256ca8
src/ServiceProviders/EventServiceProvider.php
@@ -24,7 +24,7 @@ public function __construct($app)
24
{
25
parent::__construct($app);
26
27
- $this->listen = (array)config('purchase.eventListeners');
+ $this->listen = (array)config(LiapServiceProvider::CONFIG_KEY . '.eventListeners');
28
}
29
30
/**
0 commit comments