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 4aba3ad commit 45789b3Copy full SHA for 45789b3
resources/views/docs/mobile/1/apis/browser.md
@@ -22,12 +22,12 @@ Opens a URL in an embedded browser within your app using Custom Tabs (Android) o
22
Browser::inApp('https://nativephp.com/mobile');
23
```
24
25
-### `system()`
+### `open()`
26
27
Opens a URL in the device's default browser app, leaving your application entirely.
28
29
```php
30
-Browser::system('https://nativephp.com/mobile');
+Browser::open('https://nativephp.com/mobile');
31
32
33
### `auth()`
0 commit comments