Skip to content

Commit

Permalink
Debug CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ifox committed Jan 18, 2024
1 parent c66a7c6 commit d00b3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TwillServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ private function registerProviders(): void
$this->app->register($provider);
}

if (app()->environment('testing') && class_exists(Laravel\Dusk\Browser::class)) {
if (app()->environment('testing')) {
$this->app->register(DuskServiceProvider::class);
}

Expand Down

0 comments on commit d00b3e5

Please sign in to comment.