Fixing some examples
This commit is contained in:
@@ -55,4 +55,9 @@ class IconColumn implements IColumn, IColumnRenderer
|
||||
$this->setIconCallback = $callback;
|
||||
return $this;
|
||||
}
|
||||
|
||||
public function isRelationship(): bool
|
||||
{
|
||||
return false;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user