@@ -128,10 +128,10 @@ discard block |
||
| 128 | 128 | |
| 129 | 129 | // delete logically |
| 130 | 130 | if ($this->userUpdatedCol) { |
| 131 | - $this->{$this->userUpdatedCol} = $this->getIdentityId();; |
|
| 131 | + $this->{$this->userUpdatedCol} = $this->getIdentityId(); ; |
|
| 132 | 132 | } |
| 133 | 133 | if ($this->userClosedCol) { |
| 134 | - $this->{$this->userClosedCol} = $this->getIdentityId();; |
|
| 134 | + $this->{$this->userClosedCol} = $this->getIdentityId(); ; |
|
| 135 | 135 | } |
| 136 | 136 | |
| 137 | 137 | if ($this->timeUpdatedCol) { |
@@ -332,7 +332,7 @@ discard block |
||
| 332 | 332 | * @param string $tableName |
| 333 | 333 | * @return bool |
| 334 | 334 | */ |
| 335 | - private static function hasClosing($tableName){ |
|
| 335 | + private static function hasClosing($tableName) { |
|
| 336 | 336 | $closing = Closing::findOne($tableName); |
| 337 | 337 | return !($closing == null); |
| 338 | 338 | } |