Sleimanx2\Plastic\MappingServiceProvider::register PHP Méthode

register() public méthode

Register the service provider.
public register ( )
    public function register()
    {
        $this->registerRepository();
        $this->registerMapper();
        $this->registerCreator();
        $this->registerCommands();
        $this->registerAlias();
    }