Ipalaus\Geonames\GeonamesServiceProvider::register PHP Méthode

register() public méthode

Register the service provider.
public register ( ) : void
Résultat void
    public function register()
    {
        $this->registerRepository();
        $this->registerCommands();
    }