Skip to content

Commit 8473b88

Browse files
committed
cs fix
1 parent cfe9602 commit 8473b88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Blog/src/Repository/CategoryRepository.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class CategoryRepository extends AbstractRepository
1717
public function getCategories(): array
1818
{
1919
$qb = $this->getQueryBuilder()
20-
->select('categories.name, categories.slug, categories.isVisible')
20+
->select('categories.name, categories.slug')
2121
->from(Category::class, 'categories');
2222

2323
return $qb->getQuery()->getResult();

0 commit comments

Comments
 (0)