Exemple #1
0
 /**
  * Age the flash data for the session.
  *
  * @return void 
  * @static 
  */
 public static function ageFlashData()
 {
     \Illuminate\Session\Store::ageFlashData();
 }