Skip to content

Commit b40a8bf

Browse files
authored
Merge pull request #55 from semiherdogan/patch-1
Update NativeAppServiceProvider.php.stub to use correct namespace
2 parents 51a163e + d37c469 commit b40a8bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/stubs/NativeAppServiceProvider.php.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ namespace App\Providers;
55
use Native\Laravel\Facades\ContextMenu;
66
use Native\Laravel\Facades\Dock;
77
use Native\Laravel\Facades\Window;
8-
use Native\Laravel\GlobalShortcut;
8+
use Native\Laravel\Facades\GlobalShortcut;
99
use Native\Laravel\Menu\Menu;
1010

1111
class NativeAppServiceProvider

0 commit comments

Comments
 (0)