Skip to content

Commit 506af2e

Browse files
Add new Uri class to default, global aliases (#53884)
Went to reach for the new hotness and it wasn't there...
1 parent 4964768 commit 506af2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Illuminate/Support/Facades/Facade.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
use Illuminate\Support\Js;
1010
use Illuminate\Support\Number;
1111
use Illuminate\Support\Str;
12+
use Illuminate\Support\Uri;
1213
use Illuminate\Support\Testing\Fakes\Fake;
1314
use Mockery;
1415
use Mockery\LegacyMockInterface;
@@ -312,6 +313,7 @@ public static function defaultAliases()
312313
'Storage' => Storage::class,
313314
'Str' => Str::class,
314315
'URL' => URL::class,
316+
'Uri' => Uri::class,
315317
'Validator' => Validator::class,
316318
'View' => View::class,
317319
'Vite' => Vite::class,

0 commit comments

Comments
 (0)