@@ -203,7 +203,7 @@ discard block |
||
| 203 | 203 | { |
| 204 | 204 | $this->collection->presenter($name, $this->attributes + $options); |
| 205 | 205 | |
| 206 | - $this->attributes = []; |
|
| 206 | + $this->attributes = []; |
|
| 207 | 207 | } |
| 208 | 208 | |
| 209 | 209 | /** |
@@ -241,7 +241,7 @@ discard block |
||
| 241 | 241 | { |
| 242 | 242 | $this->collection->resource($name, $this->attributes + $options); |
| 243 | 243 | |
| 244 | - $this->attributes = []; |
|
| 244 | + $this->attributes = []; |
|
| 245 | 245 | } |
| 246 | 246 | |
| 247 | 247 | /** |
@@ -289,7 +289,7 @@ discard block |
||
| 289 | 289 | { |
| 290 | 290 | $this->collection->{$method}($from, $to, $this->attributes + $options); |
| 291 | 291 | |
| 292 | - $this->attributes = []; |
|
| 292 | + $this->attributes = []; |
|
| 293 | 293 | |
| 294 | 294 | return $this; |
| 295 | 295 | } |