We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4c11ab commit 96e9162Copy full SHA for 96e9162
src/App/Http/Traits/ActivityLogger.php
@@ -30,7 +30,7 @@ public static function activity($description = null)
30
31
if (Crawler::isCrawler()) {
32
$userType = trans('LaravelLogger::laravel-logger.userTypes.crawler');
33
- if(is_null($description)){
+ if(is_null($description)) {
34
$description = $userType.' '.trans('LaravelLogger::laravel-logger.verbTypes.crawled').' '.Request::fullUrl();
35
}
36
0 commit comments