8000 add App methods into related facade · NativeLaravel/laravel@73c5f85 · GitHub
[go: up one dir, main page]

Skip to content

Commit 73c5f85

Browse files
committed
add App methods into related facade
1 parent e7552b3 commit 73c5f85

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/Facades/App.php

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

55
use Illuminate\Support\Facades\Facade;
66

7+
/**
8+
* @method static void focus()
9+
* @method static void hide()
10+
* @method static bool isHidden()
11+
* @method static string version()
12+
* @method static int badgeCount($count = null)
13+
* @method static void addRecentDocument(string $path)
14+
* @method static array recentDocuments()
15+
* @method static void clearRecentDocuments()
16+
*/
717
class App extends Facade
818
{
919
protected static function getFacadeAccessor()

0 commit comments

Comments
 (0)
0