예제 #1
0
파일: Forms.php 프로젝트: comelyio/comely
 /**
  * @return Forms
  */
 public function flush() : self
 {
     $this->sessionBag->flush();
     return $this;
 }