Skip to content

Commit 45789b3

Browse files
committed
Update browser docs
1 parent 4aba3ad commit 45789b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/docs/mobile/1/apis/browser.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Opens a URL in an embedded browser within your app using Custom Tabs (Android) o
2222
Browser::inApp('https://nativephp.com/mobile');
2323
```
2424

25-
### `system()`
25+
### `open()`
2626

2727
Opens a URL in the device's default browser app, leaving your application entirely.
2828

2929
```php
30-
Browser::system('https://nativephp.com/mobile');
30+
Browser::open('https://nativephp.com/mobile');
3131
```
3232

3333
### `auth()`

0 commit comments

Comments
 (0)