예제 #1
0
파일: App.php 프로젝트: kwible/bootstrap
 public function triggerErrorPage($error)
 {
     return Events::trigger('application.error.' . $error);
 }
예제 #2
0
 public function register()
 {
     $this->request = Events::trigger('request.get');
 }