Skip to content

Commit 67b2df7

Browse files
add canIncrementHits
1 parent 8930e2e commit 67b2df7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Abstracts/AbstractBlockBots.php

+8
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@ abstract protected function isAllowed();
8080

8181
abstract protected function notAllowed();
8282

83+
/**
84+
* @return void
85+
*/
86+
protected function canIncrementHits()
87+
{
88+
$this->incrementHits = true;
89+
}
90+
8391
/**
8492
* @return void
8593
*/

0 commit comments

Comments
 (0)