Skip to content

Commit 047c774

Browse files
committed
docblocks
1 parent 1746e3d commit 047c774

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Facades/System.php

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
/**
88
* @method static bool canPromptTouchID()
99
* @method static bool promptTouchID(string $reason)
10+
* @method static array printers()
11+
* @method static void print(string $html, ?\Native\Laravel\DataObjects\Printer $printer = null)
12+
* @method static string printToPDF(string $reason)
13+
* @method static string timezone()
1014
*/
1115
class System extends Facade
1216
{

0 commit comments

Comments
 (0)