8000 add Process methods into related facade · NativeLaravel/laravel@fb503ae · GitHub
[go: up one dir, main page]

Skip to content

Commit fb503ae

Browse files
committed
add Process methods into related facade
1 parent 64df08a commit fb503ae

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Facades/Process.php

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
use Illuminate\Support\Facades\Facade;
66

7+
/**
8+
* @method static string arch()
9+
* @method static string platform()
10+
* @method static float uptime()
11+
* @method static object fresh()
12+
*/
713
class Process extends Facade
814
{
915
protected static function getFacadeAccessor()

0 commit comments

Comments
 (0)
0