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