8000 Update GlobalShortcut.php · NativePHP/laravel@332c064 · GitHub
[go: up one dir, main page]

Skip to content

Commit 332c064

Browse files
committed
Update GlobalShortcut.php
1 parent e5c1780 commit 332c064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Facades/GlobalShortcut.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
use Illuminate\Support\Facades\Facade;
66

77
/**
8-
* @method static self key(string $key)
9-
* @method static self event(string $event)
8+
* @method static \Native\Laravel\GlobalShortcut key(string $key)
9+
* @method static \Native\Laravel\GlobalShortcut event(string $event)
1010
* @method static void register()
1111
* @method static void unregister()
1212
*/

0 commit comments

Comments
 (0)
0