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