@@ -45,7 +45,7 @@ |
||
| 45 | 45 | public function isValid() |
| 46 | 46 | { |
| 47 | 47 | return parent::isValid() && |
| 48 | - ($this->call instanceof CallEntity && $this->call->isValid()) |
|
| 48 | + ($this->call instanceof CallEntity && $this->call->isValid()) |
|
| 49 | 49 | ; |
| 50 | 50 | } |
| 51 | 51 | |