mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-11-01 17:59:05 +00:00
Implemented tests for condition
This commit is contained in:
@@ -26,6 +26,6 @@ trait ConditionAttribut
|
||||
|
||||
public function hasCondition(): bool
|
||||
{
|
||||
return $this->condition;
|
||||
return $this->condition instanceof OperationInterface;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user