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