|
@@ -40,7 +40,7 @@ |
|
|
block discarded – undo |
|
40
|
40
|
throw new \Exception('Attribute Field Type cannot be empty or undefined.'); |
|
41
|
41
|
} |
|
42
|
42
|
|
|
43
|
|
- return call_user_func_array([$this->createAttribute($field['type'], $action, $attribute, $field, $value = null, $modelManager), camel_case('render_'.$action)], []); |
|
|
43
|
+ return call_user_func_array([$this->createAttribute($field['type'], $action, $attribute, $field, $value = null, $modelManager), camel_case('render_' . $action)], []); |
|
44
|
44
|
} |
|
45
|
45
|
|
|
46
|
46
|
/** |
Please login to merge, or discard this patch.