Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
25 | public function boot() |
||
26 | { |
||
27 | $this->publishes([ |
||
28 | $this->config => config_path('http2-pusher.php'), |
||
1 ignored issue
–
show
|
|||
29 | ], 'config'); |
||
30 | } |
||
73 |