@@ -22,7 +22,7 @@ |
||
| 22 | 22 | if (null !== $mode) { |
| 23 | 23 | $where['mode'] = $mode; |
| 24 | 24 | } |
| 25 | - if(null !== $site){ |
|
| 25 | + if (null !== $site) { |
|
| 26 | 26 | $where['site'] = $site; |
| 27 | 27 | } |
| 28 | 28 | return $this->findOneBy($where, ['id' => 'ASC']); |