Beispiel #1
0
 public function getDocument($ignore = array(1))
 {
     $rs = UploadMedia::whereNotIn('typeid', $ignore)->get();
     return $rs;
 }