| Total Complexity | 2 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class SystempayServiceProvider extends ServiceProvider |
||
| 10 | { |
||
| 11 | protected $defer = false; |
||
| 12 | |||
| 13 | /** |
||
| 14 | * Bootstrap the application services. |
||
| 15 | * |
||
| 16 | * @return void |
||
| 17 | */ |
||
| 18 | public function boot() |
||
| 28 | } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * Register the application services. |
||
| 32 | * |
||
| 33 | * @return void |
||
| 34 | */ |
||
| 35 | public function register() |
||
| 39 |