We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a00ffd commit 27c346eCopy full SHA for 27c346e
src/Illuminate/Support/Facades/Facade.php
@@ -280,6 +280,7 @@ public static function defaultAliases()
280
'Mail' => Mail::class,
281
'Notification' => Notification::class,
282
'Password' => Password::class,
283
+ 'Process' => Process::class,
284
'Queue' => Queue::class,
285
'RateLimiter' => RateLimiter::class,
286
'Redirect' => Redirect::class,
0 commit comments