예제 #1
0
파일: MsgTest.php 프로젝트: escapework/msg
 public function tearDown()
 {
     Msg::clearAll();
 }
예제 #2
0
 /**
  * Register the service provider.
  *
  * @return void
  */
 public function register()
 {
     Msg::setSessionHandler($this->app['session']);
 }