Exemple #1
0
 /**
  * Sets permissions
  */
 protected function setPermission()
 {
     $this->chown->setFile($this->localdata->getAppPath())->setUser($this->localdata->getUser())->run();
 }