Completed
Push — master ( dee370...8e6cd2 )
by Vadim
33:44
created
TrashQueryBehavior.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
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() {
Please login to merge, or discard this patch.