mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 21:57:16 +02: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