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