Skip to content

Commit 30772fc

Browse files
author
Tomasz Cyrankowski
committed
Changed comparison type
1 parent 9538fcd commit 30772fc

File tree

2 files changed

+1
-28
lines changed

2 files changed

+1
-28
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

Grid/Source/Document.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ protected function addReferencedColumn(array $subColumn, Column $column)
325325
$this->query->select($subColumn[0]);
326326
}
327327

328-
if ($count === 1) {
328+
if ($count == 1) {
329329
$this->query->field($subColumn[0])->references($resource);
330330
} else {
331331
$this->query->addOr($this->query->expr()->field($subColumn[0])->references($resource));

0 commit comments

Comments
 (0)