1 | <?php |
||
10 | class MultiauthServiceProvider extends ServiceProvider |
||
11 | { |
||
12 | /** |
||
13 | * Bootstrap any application services. |
||
14 | * |
||
15 | * @return void |
||
16 | */ |
||
17 | 17 | public function boot(ProviderRepository $providers) |
|
25 | |||
26 | 17 | protected function registerMigrations() |
|
37 | |||
38 | /** |
||
39 | * Create access token provider when access token is created. |
||
40 | * |
||
41 | * @return void |
||
42 | */ |
||
43 | protected function createAccessTokenProvider(ProviderRepository $providers) |
||
51 | } |
||
52 |