state === State::PRESENT) { Connection::exec( "sudo touch $this->path" . PHP_EOL . $this->getPermissions($this->path) ); } else { Connection::exec("sudo rm -rf $this->path"); } return []; } }