コード例 #1
0
ファイル: _ide_helper.php プロジェクト: jwan3453/glh
 /**
  * Remove data that was flashed for only the current request.
  *
  * @return void 
  * @static 
  */
 public static function removeFlashNowData()
 {
     \Illuminate\Session\Store::removeFlashNowData();
 }