Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot authored and liu21st committed Feb 24, 2023
1 parent 70f775a commit c692916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ protected function getLazyFieldValue(string $field, $id = null): int
*
* @return string
*/
protected function getLazyFieldCacheKey(string $field, $id = null): string
protected function getLazyFieldCacheKey(string $field, $id = null): string
{
return 'lazy_' . $this->getTable() . '_' . $field . '_' . ($id ?: $this->getKey());
}
Expand Down

0 comments on commit c692916

Please sign in to comment.