10000
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 e7552b3 commit 73c5f85Copy full SHA for 73c5f85
src/Facades/App.php
@@ -4,6 +4,16 @@
4
5
use Illuminate\Support\Facades\Facade;
6
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
+ */
17
class App extends Facade
18
{
19
protected static function getFacadeAccessor()
0 commit comments