Skip to content

Commit b8dd238

Browse files
committed
Create MonitoringCondition.php
1 parent 8881ca5 commit b8dd238

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
3+
namespace Binafy\LaravelUserMonitoring\Contracts;
4+
5+
use Illuminate\Http\Request;
6+
7+
interface MonitoringCondition
8+
{
9+
public function shouldMonitor(Request $request): bool;
10+
}

0 commit comments

Comments
 (0)