Skip to content

Commit

Permalink
Update src/DuskServiceProvider.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofandel authored Jan 18, 2024
1 parent 34e5a95 commit 8f78189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DuskServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class DuskServiceProvider extends ServiceProvider
{
public function boot(): void
{
if (!class_exists(\Laravel\Dusk\Browser::class)) {
if (!class_exists(Browser::class)) {
return;

Check warning on line 18 in src/DuskServiceProvider.php

View check run for this annotation

Codecov / codecov/patch

src/DuskServiceProvider.php#L18

Added line #L18 was not covered by tests
}
Browser::macro('setBrowserLocationToParis', function () {
Expand Down

0 comments on commit 8f78189

Please sign in to comment.