1 | <?php |
||
9 | class FormBladeComponentsServiceProvider extends ServiceProvider |
||
10 | { |
||
11 | /** |
||
12 | * Register any package services. |
||
13 | * |
||
14 | * @return void |
||
15 | */ |
||
16 | public function register() |
||
22 | |||
23 | public function boot() |
||
27 | |||
28 | private function registerBladeComponents() |
||
35 | |||
36 | public function registerPublishing() |
||
42 | } |
||
43 |
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.