1 | <?php |
||
9 | class NestedModelsServiceProvider extends ServiceProvider |
||
10 | { |
||
11 | /** |
||
12 | * Perform post-registration booting of services. |
||
13 | * |
||
14 | * @return void |
||
15 | */ |
||
16 | public function boot() |
||
26 | |||
27 | /** |
||
28 | * Register any package services. |
||
29 | * |
||
30 | * @return void |
||
31 | */ |
||
32 | public function register() |
||
36 | |||
37 | public function publish() |
||
43 | |||
44 | |||
45 | public function macros() |
||
61 | } |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.