diff --git a/app/Repositories/Backend/History/EloquentHistoryRepository.php b/app/Repositories/Backend/History/EloquentHistoryRepository.php index 0a3a1469..ff713046 100755 --- a/app/Repositories/Backend/History/EloquentHistoryRepository.php +++ b/app/Repositories/Backend/History/EloquentHistoryRepository.php @@ -227,7 +227,7 @@ public function renderDescription($text, $assets = false) $asset_count = 1; $flag = false; - if(is_array($assets) || $assets instanceof \Countable) { + if (is_array($assets) || $assets instanceof \Countable) { $asset_count = count($assets) + 1; $flag = true; }