1 | <?php |
||
8 | class HtmlServiceProvider extends ServiceProvider |
||
9 | { |
||
10 | /** |
||
11 | * Bootstrap the application events. |
||
12 | * |
||
13 | * @return void |
||
14 | */ |
||
15 | public function boot() |
||
23 | |||
24 | /** |
||
25 | * Publish datatables assets. |
||
26 | */ |
||
27 | protected function publishAssets() |
||
34 | |||
35 | /** |
||
36 | * Register the service provider. |
||
37 | * |
||
38 | * @return void |
||
39 | */ |
||
40 | public function register() |
||
50 | } |
||
51 |