Skip to content

Commit 1e883bc

Browse files
committed
it helps if we have valid php
1 parent 5fdb9ee commit 1e883bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Query/Scopes/Filters/SubmissionSite.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function badge($values)
5252

5353
public function visibleTo($key)
5454
{
55-
return $key === 'form-submissions' $this->availableSites()->count() > 1;
55+
return $key === 'form-submissions' && $this->availableSites()->count() > 1;
5656
}
5757

5858
protected function options()

0 commit comments

Comments
 (0)