Sleimanx2\Plastic\MappingServiceProvider::registerRunCommand PHP Method

registerRunCommand() protected method

Register the Install command.
protected registerRunCommand ( )
    protected function registerRunCommand()
    {
        $this->app->singleton('command.mapping.run', function ($app) {
            return new Run($app['mapping.mapper']);
        });
    }