1 | <?php |
||
11 | class LaravelEfficientUuidServiceProvider extends ServiceProvider |
||
12 | { |
||
13 | /** |
||
14 | * Bootstrap any application services. |
||
15 | * |
||
16 | * @return void |
||
17 | */ |
||
18 | 2 | public function boot() |
|
22 | |||
23 | /** |
||
24 | * Register any application services. |
||
25 | * |
||
26 | * @return void |
||
27 | */ |
||
28 | 2 | public function register() |
|
42 | } |
||
43 |
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.