8000 add GlobalShortcut methods into related facade · DylanBaine/native-php-laravel@3961d37 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3961d37

Browse files
committed
add GlobalShortcut methods into related facade
1 parent 77eafb3 commit 3961d37

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Facades/GlobalShortcut.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
use Illuminate\Support\Facades\Facade;
66

7+
/**
8+
* @method static self key(string $key)
9+
* @method static self event(string $event)
10+
* @method static void register()
11+
* @method static void unregister()
12+
*/
713
class GlobalShortcut extends Facade
814
{
915
protected static function getFacadeAccessor()

0 commit comments

Comments
 (0)
0