Esempio n. 1
0
 /**
  * @return Forms
  */
 public function flush() : self
 {
     $this->sessionBag->flush();
     return $this;
 }