예제 #1
0
 /**
  * Remove data that was flashed for only the current request.
  *
  * @return void 
  * @static 
  */
 public static function removeFlashNowData()
 {
     \Illuminate\Session\Store::removeFlashNowData();
 }