Skip to content

Commit 5d80f9b

Browse files
authored
Method for facade added
1 parent 67f01b3 commit 5d80f9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Facades/App.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* @method static void addRecentDocument(string $path)
1414
* @method static array recentDocuments()
1515
* @method static void clearRecentDocuments()
16+
* @method static bool openAtLogin(?bool $open = null)
1617
*/
1718
class App extends Facade
1819
{

0 commit comments

Comments
 (0)