We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1746e3d commit 047c774Copy full SHA for 047c774
src/Facades/System.php
@@ -7,6 +7,10 @@
7
/**
8
* @method static bool canPromptTouchID()
9
* @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()
14
*/
15
class System extends Facade
16
{
0 commit comments