@@ -80,7 +80,7 @@ |
||
80 | 80 | */ |
81 | 81 | public function delete($objectName, $id) |
82 | 82 | { |
83 | - return (bool)$this->executeActionOnEntity('remove', $objectName, $id); |
|
83 | + return (bool) $this->executeActionOnEntity('remove', $objectName, $id); |
|
84 | 84 | } |
85 | 85 | |
86 | 86 | /** |