Example #1
0
 private function removePhotosUploadDir($dir)
 {
     BaseFileHelper::removeDirectory(Article::getUploadPhotosPath() . $dir);
 }