Sleimanx2\Plastic\MappingServiceProvider::register PHP Method

register() public method

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