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 3c60543 commit 79e06aaCopy full SHA for 79e06aa
src/Middleware/Agent.php
@@ -167,4 +167,19 @@ protected function isProperty()
167
168
return false;
169
}
170
+
171
+ protected function isMobile(): bool
172
+ {
173
+ return (new Parser())->isMobile();
174
+ }
175
176
+ protected function isTablet(): bool
177
178
+ return (new Parser())->isTablet();
179
180
181
+ protected function isDesktop(): bool
182
183
+ return (new Parser())->isDesktop();
184
185
0 commit comments