You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attempting to create an element type using the native generator within Craft 5 results in an error:
Exception 'ReflectionException' with message 'Method craft\base\Element::hasContent() does not exist'in /var/www/html/vendor/craftcms/generator/src/BaseGenerator.php:553
Description
Attempting to create an element type using the native generator within Craft 5 results in an error:
Steps to reproduce
php craft make element-type --plugin=my-plugin
Additional info
The text was updated successfully, but these errors were encountered: