Conditions | 1 |
Paths | 1 |
Total Lines | 11 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
16 | public function boot() |
||
17 | { |
||
18 | $this->publishes([ |
||
19 | __DIR__.'/../config/nova-toast-ui-editor.php' => config_path('nova-toast-ui-editor.php'), |
||
20 | ], 'config'); |
||
21 | |||
22 | Nova::serving(function (ServingNova $event) { |
||
|
|||
23 | Nova::script('nova-toast-ui-editor-field', __DIR__.'/../dist/js/field.js'); |
||
24 | Nova::style('nova-toast-ui-editor-field', __DIR__.'/../dist/css/field.css'); |
||
25 | }); |
||
26 | } |
||
27 | |||
38 |
This check looks from parameters that have been defined for a function or method, but which are not used in the method body.