Exemplo n.º 1
0
 public function getDeletedPhotos()
 {
     return Photo::find()->where(['deleted' => 1])->all();
 }