Skip to content

Commit 482c905

Browse files
committed
Update user-monitoring.php
1 parent 892ed8d commit 482c905

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

config/user-monitoring.php

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -106,16 +106,6 @@
106106
|
107107
| All conditions are evaluated before monitoring. If any condition returns
108108
| false, the visit will NOT be recorded.
109-
|
110-
| Supported formats:
111-
|
112-
| 1. Class name (must implement MonitoringCondition interface):
113-
| \App\Monitoring\YourCustomCondition::class
114-
|
115-
| 2. Closure / callback (receives the current Request and authenticated user):
116-
| function (Request $request, $user) {
117-
| return $user && $user->isAdmin();
118-
| }
119109
*/
120110
'conditions' => [],
121111
],

0 commit comments

Comments
 (0)