@@ -99,7 +99,7 @@ discard block |
||
| 99 | 99 | |
| 100 | 100 | $this->refresh(); |
| 101 | 101 | |
| 102 | - if (! $result) { |
|
| 102 | + if (!$result) { |
|
| 103 | 103 | throw new RepositoryException("There was an error updating the model"); |
| 104 | 104 | } |
| 105 | 105 | |
@@ -220,7 +220,7 @@ discard block |
||
| 220 | 220 | */ |
| 221 | 221 | protected function refresh() |
| 222 | 222 | { |
| 223 | - if (! $this->model instanceof EloquentModel) { |
|
| 223 | + if (!$this->model instanceof EloquentModel) { |
|
| 224 | 224 | $this->model = $this->model->getModel(); |
| 225 | 225 | } |
| 226 | 226 | |