| 5 | use Illuminate\Support\ServiceProvider; |
| 6 | |
| 7 | class AppServiceProvider extends ServiceProvider |
| 8 | { |
| 9 | /** |
| 10 | * Bootstrap any application services. |
| 11 | * |
| 12 | * @return void |
| 13 | */ |
| 14 | public function boot() |
| 15 | { |
| 16 | // |
| 17 | } |
| 18 | |
| 19 | /** |
| 20 | * Register any application services. |
| 21 | * |
| 22 | * @return void |
| 23 | */ |
| 24 | public function register() |
| 25 | { |
| 26 | // |
| 27 | } |
| 28 | } |
nothing calls this directly
no outgoing calls
no test coverage detected