There was an error while loading. Please reload this page.
Uri
1 parent 4964768 commit 506af2eCopy full SHA for 506af2e
src/Illuminate/Support/Facades/Facade.php
@@ -9,6 +9,7 @@
9
use Illuminate\Support\Js;
10
use Illuminate\Support\Number;
11
use Illuminate\Support\Str;
12
+use Illuminate\Support\Uri;
13
use Illuminate\Support\Testing\Fakes\Fake;
14
use Mockery;
15
use Mockery\LegacyMockInterface;
@@ -312,6 +313,7 @@ public static function defaultAliases()
312
313
'Storage' => Storage::class,
314
'Str' => Str::class,
315
'URL' => URL::class,
316
+ 'Uri' => Uri::class,
317
'Validator' => Validator::class,
318
'View' => View::class,
319
'Vite' => Vite::class,
0 commit comments