diff --git a/src/generators/crud/ModelTrait.php b/src/generators/crud/ModelTrait.php index 5f71bd23..82fde5d2 100644 --- a/src/generators/crud/ModelTrait.php +++ b/src/generators/crud/ModelTrait.php @@ -88,6 +88,7 @@ public function getModelRelations($modelClass, $types = ['belongs_to', 'many_man 'getFirstError', 'getAttribute', 'getAttributeLabel', + 'getAttributeHint', 'getOldAttribute', ]; if (in_array($method->name, $skipMethods)) {