Skip to content

Commit

Permalink
Add missing import for CookieValuePrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrilMazur committed Nov 7, 2020
1 parent 288b542 commit d8e48bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Concerns/MakesHttpRequests.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Laravel\BrowserKitTesting\Concerns;

use Illuminate\Cookie\CookieValuePrefix;
use Illuminate\Http\Request;
use Illuminate\Http\UploadedFile;
use Illuminate\Support\Str;
Expand Down

0 comments on commit d8e48bb

Please sign in to comment.