@@ -79,9 +79,9 @@ discard block |
||
| 79 | 79 | public function fetchOneBy(array $where = []) |
| 80 | 80 | { |
| 81 | 81 | $queryBuilder = $this->connection->createQueryBuilder() |
| 82 | - ->select('*') |
|
| 83 | - ->from(self::TABLE) |
|
| 84 | - ->setMaxResults(1); |
|
| 82 | + ->select('*') |
|
| 83 | + ->from(self::TABLE) |
|
| 84 | + ->setMaxResults(1); |
|
| 85 | 85 | |
| 86 | 86 | if (count($where) > 0) { |
| 87 | 87 | foreach ($where as $column => $value) { |
@@ -112,8 +112,8 @@ discard block |
||
| 112 | 112 | public function fetchBy(array $where = []) |
| 113 | 113 | { |
| 114 | 114 | $queryBuilder = $this->connection->createQueryBuilder() |
| 115 | - ->select('*') |
|
| 116 | - ->from(self::TABLE); |
|
| 115 | + ->select('*') |
|
| 116 | + ->from(self::TABLE); |
|
| 117 | 117 | |
| 118 | 118 | if (count($where) > 0) { |
| 119 | 119 | foreach ($where as $column => $value) { |
@@ -79,9 +79,9 @@ discard block |
||
| 79 | 79 | public function fetchOneBy(array $where = []) |
| 80 | 80 | { |
| 81 | 81 | $queryBuilder = $this->connection->createQueryBuilder() |
| 82 | - ->select('*') |
|
| 83 | - ->from(self::TABLE) |
|
| 84 | - ->setMaxResults(1); |
|
| 82 | + ->select('*') |
|
| 83 | + ->from(self::TABLE) |
|
| 84 | + ->setMaxResults(1); |
|
| 85 | 85 | |
| 86 | 86 | if (count($where) > 0) { |
| 87 | 87 | foreach ($where as $column => $value) { |
@@ -112,8 +112,8 @@ discard block |
||
| 112 | 112 | public function fetchBy(array $where = []) |
| 113 | 113 | { |
| 114 | 114 | $queryBuilder = $this->connection->createQueryBuilder() |
| 115 | - ->select('*') |
|
| 116 | - ->from(self::TABLE); |
|
| 115 | + ->select('*') |
|
| 116 | + ->from(self::TABLE); |
|
| 117 | 117 | |
| 118 | 118 | if (count($where) > 0) { |
| 119 | 119 | foreach ($where as $column => $value) { |