| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 5 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 24 | 4 | public function register() |
|
| 25 | { |
||
| 26 | // Automatically apply the package configuration |
||
| 27 | 4 | $this->mergeConfigFrom(__DIR__ . '/../config/tecni-rtm.php', 'tecni-rtm'); |
|
| 28 | |||
| 29 | // Register the main class to use with the facade |
||
| 30 | $this->app->singleton('tecni-rtm', function () { |
||
| 31 | 2 | return new TecniRtm; |
|
| 32 | 4 | }); |
|
| 33 | 4 | } |
|
| 34 | } |
||
| 35 |