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 99 $hoverable = false ;
1010}
1111
12- if (Request:: is (' activity/cleared' )) {
12+ if (\ Illuminate \ Http \ Request:: is (' activity/cleared' )) {
1313 $prependUrl = ' /activity/cleared/log/' ;
1414}
1515
5555 <i class =" fa fa-laptop fa-fw" aria-hidden =" true" ></i >
5656 {!! trans (' LaravelLogger::laravel-logger.dashboard.labels.agent' ) ! !}
5757 </th >
58- @if (Request:: is (' activity/cleared' ) )
58+ @if (\ Illuminate \ Http \ Request:: is (' activity/cleared' ) )
5959 <th >
6060 <i class =" fa fa-trash-o fa-fw" aria-hidden =" true" ></i >
6161 {!! trans (' LaravelLogger::laravel-logger.dashboard.labels.deleteDate' ) ! !}
242242 </small >
243243 </sup >
244244 </td >
245- @if (Request:: is (' activity/cleared' ) )
245+ @if (\ Illuminate \ Http \ Request:: is (' activity/cleared' ) )
246246 <td >
247247 {{ $activity -> deleted_at } }
248248 </td >
You can’t perform that action at this time.
0 commit comments