Skip to content

Commit

Permalink
fix: removed Page import from page stub (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
fxnm authored Oct 21, 2024
1 parent 6cb5c7d commit 983368a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Console/stubs/page.stub
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace DummyNamespace;

use Laravel\Dusk\Browser;
use Laravel\Dusk\Page;

class DummyClass extends Page
{
Expand Down

0 comments on commit 983368a

Please sign in to comment.