| Total Complexity | 2 |
| Total Lines | 31 |
| Duplicated Lines | 0 % |
| Changes | 5 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | class RedeemCodesServiceProvider extends ServiceProvider |
||
| 8 | { |
||
| 9 | |||
| 10 | /** |
||
| 11 | * Bootstrap the application services. |
||
| 12 | * |
||
| 13 | * @return void |
||
| 14 | */ |
||
| 15 | public function boot() |
||
| 24 | // $this->publishes([ |
||
| 25 | // __DIR__ . '/../config/redeem-codes.php' => config_path('redeem-codes.php'), |
||
| 26 | // ], 'config'); |
||
| 27 | } |
||
| 28 | |||
| 29 | /** |
||
| 30 | * Register the application services. |
||
| 31 | * |
||
| 32 | * @return void |
||
| 33 | */ |
||
| 34 | public function register() |
||
| 43 | } |