Пример #1
0
 /**
  * Remove the .lock file attached to the file that was saved during process()
  * This should happen if the form fails validation/processing
  */
 public function confirm()
 {
     $this->container->delete($this->name . '.lock');
 }