1 | <?php |
||
7 | class QRCodeServiceProvider extends ServiceProvider |
||
8 | { |
||
9 | /** |
||
10 | * Bootstrap any application services. |
||
11 | * |
||
12 | * @return void |
||
13 | */ |
||
14 | public function boot() |
||
20 | |||
21 | /** |
||
22 | * Register the service provider. |
||
23 | * |
||
24 | * @return void |
||
25 | */ |
||
26 | public function register() |
||
30 | |||
31 | /** |
||
32 | * Define the QRCode routes. |
||
33 | * |
||
34 | * @return void |
||
35 | */ |
||
36 | protected function defineRoutes() |
||
46 | } |