There was an error while loading. Please reload this page.
Uri
UriQueryString
Stringable
1 parent 8b6099d commit cf7886bCopy full SHA for cf7886b
src/Illuminate/Support/Uri.php
@@ -14,7 +14,7 @@
14
use SensitiveParameter;
15
use Stringable;
16
17
-class Uri implements Htmlable, Responsable
+class Uri implements Htmlable, Responsable, Stringable
18
{
19
use Conditionable, Tappable;
20
src/Illuminate/Support/UriQueryString.php
@@ -5,8 +5,9 @@
5
use Illuminate\Contracts\Support\Arrayable;
6
use Illuminate\Support\Traits\InteractsWithData;
7
use League\Uri\QueryString;
8
+use Stringable;
9
-class UriQueryString implements Arrayable
10
+class UriQueryString implements Arrayable, Stringable
11
12
use InteractsWithData;
13
0 commit comments