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