Sleimanx2\Plastic\MappingServiceProvider::registerMakeCommand PHP Method

registerMakeCommand() protected method

Register the make command.
protected registerMakeCommand ( )
    protected function registerMakeCommand()
    {
        $this->app->singleton('command.mapping.make', function ($app) {
            return new Make($app['mapping.creator'], $app['composer']);
        });
    }