Skip to content

Commit

Permalink
Fixes for class imports (#905)
Browse files Browse the repository at this point in the history
* Fixes for page import

* Update page.stub

Co-authored-by: Taylor Otwell <[email protected]>
  • Loading branch information
beganovich and taylorotwell authored Jul 2, 2021
1 parent 02288f6 commit 8cab2c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Console/stubs/page.stub
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace DummyNamespace;

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

class DummyClass extends Page
{
Expand Down

0 comments on commit 8cab2c6

Please sign in to comment.