AdamWathan\Form\FormServiceProvider::register PHP Method

register() public method

public register ( )
    public function register()
    {
        $this->registerErrorStore();
        $this->registerOldInput();
        $this->registerFormBuilder();
    }