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.
2 parents 26c1109 + 01d89d6 commit 411c44eCopy full SHA for 411c44e
src/HeloLaravelServiceProvider.php
@@ -17,7 +17,7 @@ class HeloLaravelServiceProvider extends ServiceProvider
17
*/
18
public function boot()
19
{
20
- if (!$this->app['config']['helo.is_enabled']) {
+ if ($this->app->runningUnitTests() || !$this->app['config']['helo.is_enabled']) {
21
return;
22
}
23
0 commit comments