1 | <?php |
||
9 | class WalletPlusServiceProvider extends ServiceProvider |
||
10 | { |
||
11 | /** |
||
12 | * Bootstrap the application services. |
||
13 | */ |
||
14 | public function boot(Filesystem $filesystem) |
||
21 | |||
22 | /** |
||
23 | * Register the application services. |
||
24 | */ |
||
25 | public function register() |
||
29 | |||
30 | protected function getMigrationFileName(Filesystem $filesystem) |
||
40 | } |
||
41 |