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 389dcbb commit b111f88Copy full SHA for b111f88
src/PulseServiceProvider.php
@@ -66,7 +66,7 @@ protected function registerIngest(): void
66
*/
67
public function boot(): void
68
{
69
- if ($enabled = $this->app->make('config')->get('pulse.enabled')) {
+ if ($this->app->make('config')->get('pulse.enabled')) {
70
$this->app->make(Pulse::class)->register($this->app->make('config')->get('pulse.recorders'));
71
$this->listenForEvents();
72
} else {
0 commit comments