themosis / framework

The Themosis framework core.
https://framework.themosis.com/
GNU General Public License v2.0
670 stars 121 forks source link

FieldBuilder missing #869

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hello, studying the source code of the framework I realized that the Themosis\Forms\Contracts\FormFactoryInterface using a class that does not exist and to be precise the FormBuilder class which should be in Themosis\Field\Fields

Is this a bug or is it a feature that will be implemented in the future?

Thanks so much for the replies. Adriano

jlambe commented 2 years ago

@adrix71 Thanks for catching this one. It's incorrect, the default class to use is Themosis\Forms\FormBuilder. Going to update it now 😄

ghost commented 2 years ago

Thanks jlambe for response and fix