We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like the Application::TEXTDOMAIN constant has been removed here, but it is required in:
Application::TEXTDOMAIN
vendor/themosis/framework/src/Forms/Fields/Types/CollectionType.php
vendor/themosis/framework/src/Forms/Fields/Types/ColorType.php
vendor/themosis/framework/src/Forms/Fields/Types/MediaType.php
vendor/themosis/framework/src/Metabox/Factory.php
E.g.: try to use the Field::choice() method: it will generate an exception.
Field::choice()
Application::TEXTDOMAIN is not removed and the classes listed above work fine.
The text was updated successfully, but these errors were encountered:
Fix: add back Application::TEXTDOMAIN constant
fdf4308
blueoceanideas#3
Successfully merging a pull request may close this issue.
It looks like the
Application::TEXTDOMAIN
constant has been removed here, but it is required in:vendor/themosis/framework/src/Forms/Fields/Types/CollectionType.php
vendor/themosis/framework/src/Forms/Fields/Types/ColorType.php
vendor/themosis/framework/src/Forms/Fields/Types/MediaType.php
vendor/themosis/framework/src/Metabox/Factory.php
Steps to reproduce
E.g.: try to use the
Field::choice()
method: it will generate an exception.Expected behavior
Application::TEXTDOMAIN
is not removed and the classes listed above work fine.The text was updated successfully, but these errors were encountered: