Skip to content

Commit 5b239c9

Browse files
authored
Typo fix
1 parent 74261f1 commit 5b239c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Library/CrudPanel/Traits/FieldsProtectedMethods.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ protected function overwriteFieldNameFromEntity($field)
196196
protected function makeSureFieldHasAttribute($field)
197197
{
198198
// if there's a model defined, but no attribute
199-
// guess an attribute using the indentifiableAttribute functionality in CrudTrait
199+
// guess an attribute using the identifiableAttribute functionality in CrudTrait
200200
if (isset($field['model']) && ! isset($field['attribute']) && method_exists($field['model'], 'identifiableAttribute')) {
201201
$field['attribute'] = call_user_func([(new $field['model']), 'identifiableAttribute']);
202202
}

0 commit comments

Comments
 (0)