Esempio n. 1
0
 public function tearDown()
 {
     Msg::clearAll();
 }
Esempio n. 2
0
 /**
  * Register the service provider.
  *
  * @return void
  */
 public function register()
 {
     Msg::setSessionHandler($this->app['session']);
 }