File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/resources/views/logger/partials Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
$hoverable = false ;
10
10
}
11
11
12
- if (\ Illuminate \ Http \Request :: is (' activity/cleared' )) {
12
+ if (request () -> is (' activity/cleared' )) {
13
13
$prependUrl = ' /activity/cleared/log/' ;
14
14
}
15
15
55
55
<i class =" fa fa-laptop fa-fw" aria-hidden =" true" ></i >
56
56
{!! trans (' LaravelLogger::laravel-logger.dashboard.labels.agent' ) ! !}
57
57
</th >
58
- @if (\ Illuminate \ Http \Request :: is (' activity/cleared' ) )
58
+ @if (request () -> is (' activity/cleared' ) )
59
59
<th >
60
60
<i class =" fa fa-trash-o fa-fw" aria-hidden =" true" ></i >
61
61
{!! trans (' LaravelLogger::laravel-logger.dashboard.labels.deleteDate' ) ! !}
242
242
</small >
243
243
</sup >
244
244
</td >
245
- @if (\ Illuminate \ Http \Request :: is (' activity/cleared' ) )
245
+ @if (request () -> is (' activity/cleared' ) )
246
246
<td >
247
247
{{ $activity -> deleted_at } }
248
248
</td >
You can’t perform that action at this time.
0 commit comments