@@ -33,7 +33,7 @@ |
||
| 33 | 33 | public function withRemoved() { |
| 34 | 34 | $model = new $this->owner->modelClass(); |
| 35 | 35 | |
| 36 | - return $this->owner->where([$model->trashAttribute()=>[$model->removedFlag,$model->restoredFlag]]); |
|
| 36 | + return $this->owner->where([ $model->trashAttribute()=>[ $model->removedFlag, $model->restoredFlag ] ]); |
|
| 37 | 37 | } |
| 38 | 38 | |
| 39 | 39 | public function onlyActive() { |