Skip to content

Commit 10e1848

Browse files
committed
Add HandlesUris trait usage in SendsRequests trait
1 parent 3331622 commit 10e1848

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Fetch/Concerns/SendsRequests.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222

2323
trait SendsRequests
2424
{
25+
use HandlesUris;
26+
2527
/**
2628
* Apply options and execute the request.
2729
*

0 commit comments

Comments
 (0)