Sleimanx2\Plastic\MappingServiceProvider::registerMapper PHP Method

registerMapper() protected method

Register the mapper service.
protected registerMapper ( )
    protected function registerMapper()
    {
        $this->app->singleton('mapping.mapper', function ($app) {
            return new Mapper($app['mapping.repository'], $app['files']);
        });
    }