Skip to content

Commit

Permalink
Remove dusk registration
Browse files Browse the repository at this point in the history
  • Loading branch information
manelgavalda committed Jul 17, 2020
1 parent cd77cbb commit 056d6ff
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/stubs/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace App\Providers;

use Illuminate\Support\ServiceProvider;
use Laravel\Dusk\DuskServiceProvider;

class AppServiceProvider extends ServiceProvider
{
Expand All @@ -24,8 +23,6 @@ public function boot()
*/
public function register()
{
if ($this->app->environment('local', 'testing')) {
$this->app->register(DuskServiceProvider::class);
}
//
}
}

0 comments on commit 056d6ff

Please sign in to comment.