Skip to content

Commit

Permalink
Merge pull request #148 from CyrilMazur/import_cookievalueprefix
Browse files Browse the repository at this point in the history
Add missing import for CookieValuePrefix
  • Loading branch information
driesvints authored Nov 7, 2020
2 parents 288b542 + d8e48bb commit 424ebb3
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 424ebb3

Please sign in to comment.