Sleimanx2\Plastic\MappingServiceProvider::registerResetCommand PHP Method

registerResetCommand() protected method

Register the reset command.
protected registerResetCommand ( )
    protected function registerResetCommand()
    {
        $this->app->singleton('command.mapping.reset', function ($app) {
            return new Reset($app['mapping.repository']);
        });
    }