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