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 892ed8d commit 482c905Copy full SHA for 482c905
config/user-monitoring.php
@@ -106,16 +106,6 @@
106
|
107
| All conditions are evaluated before monitoring. If any condition returns
108
| 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
- | }
119
*/
120
'conditions' => [],
121
],
0 commit comments