| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 37 | public function register() |
||
| 38 | { |
||
| 39 | // Automatically apply the package configuration |
||
| 40 | $this->mergeConfigFrom(__DIR__.'/../config/config.php', 'pay-uz'); |
||
| 41 | |||
| 42 | // Register the main class to use with the facade |
||
| 43 | $this->app->singleton('pay-uz', function () { |
||
| 44 | return new PayUz; |
||
| 45 | }); |
||
| 46 | } |
||
| 47 | } |
||
| 48 |