Skip to content
This repository has been archived by the owner on Sep 22, 2024. It is now read-only.

Commit

Permalink
Apply cs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pactode committed Sep 9, 2019
1 parent 273c22a commit 503b162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/Translatable.php
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ public function scopeWithTranslationStats(Builder $query, string $langCode): Bui
->where('translatable_type', $model)
->where('language_code', $langCode)
->orderBy('updated_at', 'desc')
->limit(1)
->limit(1),
]);
}
}

0 comments on commit 503b162

Please sign in to comment.