Skip to content

Commit

Permalink
[10.x] Alias Number class (#49073)
Browse files Browse the repository at this point in the history
* alias number class

* alphabetical
  • Loading branch information
ziadoz authored Nov 21, 2023
1 parent 742f835 commit 2967d89
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 @@ -6,6 +6,7 @@
use Illuminate\Database\Eloquent\Model;
use Illuminate\Support\Arr;
use Illuminate\Support\Js;
use Illuminate\Support\Number;
use Illuminate\Support\Str;
use Illuminate\Support\Testing\Fakes\Fake;
use Mockery;
Expand Down Expand Up @@ -293,6 +294,7 @@ public static function defaultAliases()
'Log' => Log::class,
'Mail' => Mail::class,
'Notification' => Notification::class,
'Number' => Number::class,
'Password' => Password::class,
'Process' => Process::class,
'Queue' => Queue::class,
Expand Down

0 comments on commit 2967d89

Please sign in to comment.