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 a4a58b7 commit 7f763bcCopy full SHA for 7f763bc
README.md
@@ -135,6 +135,8 @@ Check if the user is using a desktop device.
135
$agent->isDesktop();
136
```
137
138
+*This checks if a user is not a mobile device, tablet or robot.*
139
+
140
### Phone detection
141
142
Check if the user is using a phone device.
@@ -143,8 +145,6 @@ Check if the user is using a phone device.
143
145
$agent->isPhone();
144
146
147
-*This checks if a user is not a mobile device, tablet or robot.*
-
148
### Robot detection
149
150
Check if the user is a robot.
0 commit comments