コード例 #1
0
ファイル: Forms.php プロジェクト: comelyio/comely
 /**
  * @param string $name
  * @return Forms
  */
 public function remove(string $name) : self
 {
     $this->sessionBag->removeBag($name);
     return $this;
 }