Skip to content

Commit 5e809bd

Browse files
committed
fixed #61
1 parent 5b3c752 commit 5e809bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Middleware/Agent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ protected function isDevice()
133133

134134
$function = 'is' . ucfirst($block);
135135

136-
if (!$this->$function()) {
136+
if (! $this->parser->$function()) {
137137
continue;
138138
}
139139

0 commit comments

Comments
 (0)