Skip to content

Commit

Permalink
Fixes Issue schmunk42#194
Browse files Browse the repository at this point in the history
  • Loading branch information
hector-del-rio committed Feb 26, 2017
1 parent 0ec63ab commit a92d002
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/generators/crud/ModelTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public function getModelRelations($modelClass, $types = ['belongs_to', 'many_man
'getFirstError',
'getAttribute',
'getAttributeLabel',
'getAttributeHint',
'getOldAttribute',
];
if (in_array($method->name, $skipMethods)) {
Expand Down

0 comments on commit a92d002

Please sign in to comment.