Skip to content

Commit

Permalink
Add new Uri class to default, global aliases (#53884)
Browse files Browse the repository at this point in the history
Went to reach for the new hotness and it wasn't there...
  • Loading branch information
jasonmccreary authored Dec 13, 2024
1 parent 4964768 commit 506af2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Support/Facades/Facade.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
use Illuminate\Support\Js;
use Illuminate\Support\Number;
use Illuminate\Support\Str;
use Illuminate\Support\Uri;
use Illuminate\Support\Testing\Fakes\Fake;
use Mockery;
use Mockery\LegacyMockInterface;
Expand Down Expand Up @@ -312,6 +313,7 @@ public static function defaultAliases()
'Storage' => Storage::class,
'Str' => Str::class,
'URL' => URL::class,
'Uri' => Uri::class,
'Validator' => Validator::class,
'View' => View::class,
'Vite' => Vite::class,
Expand Down

0 comments on commit 506af2e

Please sign in to comment.