Laralib\L5scaffold\GeneratorsServiceProvider::register PHP Method

register() public method

Register the application services.
public register ( ) : void
return void
    public function register()
    {
        $this->registerScaffoldGenerator();
    }