Skip to content

Commit b5ae3a5

Browse files
cklei-carlygithub-actions[bot]
authored andcommitted
Fix styling
1 parent b243399 commit b5ae3a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Dtos/ContentDto.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ public function getChildren()
131131
public function getPaginatedChildren($perPage = 10, $pageName = 'page', $page = null, $isWebPage = null, $isPublished = null, $withRelations = [], $sorting = [])
132132
{
133133
$query = $this->getModel()->children();
134-
134+
135135
$query->with(static::getNecessaryRelationships());
136136
$query->with($withRelations);
137137

@@ -141,7 +141,7 @@ public function getPaginatedChildren($perPage = 10, $pageName = 'page', $page =
141141
if ($isPublished != null) {
142142
$query->whereIsPublished($isPublished);
143143
}
144-
if (!empty($sorting)) {
144+
if (! empty($sorting)) {
145145
foreach ($sorting as $column => $direction) {
146146
if (! is_string($column) || ! is_string($direction)) {
147147
continue;

0 commit comments

Comments
 (0)