| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 44 | public function register() |
||
| 45 | { |
||
| 46 | // Automatically apply the package configuration |
||
| 47 | $this->mergeConfigFrom(__DIR__.'/../config/config.php', 'smsirlaravel'); |
||
| 48 | |||
| 49 | // Register the main class to use with the facade |
||
| 50 | $this->app->singleton('smsirlaravel', function () { |
||
| 51 | return new Smsirlaravel; |
||
| 52 | }); |
||
| 55 |