dyjh 6 rokov pred
rodič
commit
1f3bde6b4b

+ 0 - 1
app/Repositories/Album/Criteria/AgentWhere.php

@@ -59,7 +59,6 @@ class AgentWhere extends Criteria {
                 $model = $model->where([['status', 0]]);
                 $model = $model->where([['status', 0]]);
             }
             }
         }
         }
-        $model = $model->where('s',1);
 
 
         return $model;
         return $model;
     }
     }