8000 Remove dusk registration · mdbootstrap/adminlte-laravel@912a708 · GitHub
[go: up one dir, main page]

Skip to content

Commit 912a708

Browse files
committed
Remove dusk registration
1 parent c6e5eaf commit 912a708

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/stubs/AppServiceProvider.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ public function boot()
2424
*/
2525
public function register()
2626
{
27-
if ($this->app->environment('local', 'testing')) {
28-
$this->app->register(DuskServiceProvider::class);
29-
}
27+
//
3028
}
3129
}

0 commit comments

Comments
 (0)
0