Exemplo n.º 1
0
 public static function boot()
 {
     $observer = App::make('LaravelSipsTransactionObserver');
     Transaction::observe(new $observer());
 }