Sleimanx2\Plastic\MappingServiceProvider::registerInstallCommand PHP Method

registerInstallCommand() protected method

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