Skip to content

Commit 439f031

Browse files
Update ActivityLogger.php
1 parent 96e9162 commit 439f031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App/Http/Traits/ActivityLogger.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static function activity($description = null)
3030

3131
if (Crawler::isCrawler()) {
3232
$userType = trans('LaravelLogger::laravel-logger.userTypes.crawler');
33-
if(is_null($description)) {
33+
if (is_null($description)) {
3434
$description = $userType.' '.trans('LaravelLogger::laravel-logger.verbTypes.crawled').' '.Request::fullUrl();
3535
}
3636
}

0 commit comments

Comments
 (0)