/**
  * @return string
  */
 protected static function getRootPath()
 {
     return Config::getAppRootPath();
 }
 /**
  * @return string
  */
 protected static function getRootPath()
 {
     return Config::getAppRootPath() . DIRECTORY_SEPARATOR . 'tmp';
 }