MCPcopy Create free account
hub / github.com/CoderOpen/waimai / AppServiceProvider

Class AppServiceProvider

app/Providers/AppServiceProvider.php:7–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5use Illuminate\Support\ServiceProvider;
6
7class 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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected