The method map() does not seem to exist on object<LaravelLaundromat...ndromatServiceProvider>.
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.
Loading history...
18
return $item->clean($class);
19
});
20
});
21
22
$this->registerCommands();
23
}
24
25
/**
26
* Register the package commands.
27
*/
28
protected function registerCommands()
29
{
30
$this->app->singleton('command.laundromat.create', function ($app) {
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.