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 e5c1780 commit 332c064Copy full SHA for 332c064
src/Facades/GlobalShortcut.php
@@ -5,8 +5,8 @@
5
use Illuminate\Support\Facades\Facade;
6
7
/**
8
- * @method static self key(string $key)
9
- * @method static self event(string $event)
+ * @method static \Native\Laravel\GlobalShortcut key(string $key)
+ * @method static \Native\Laravel\GlobalShortcut event(string $event)
10
* @method static void register()
11
* @method static void unregister()
12
*/
0 commit comments