Skip to content

Commit

Permalink
getter() -> camelize()
Browse files Browse the repository at this point in the history
  • Loading branch information
mducharme authored Nov 20, 2017
1 parent e82b6ff commit d9b8f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Charcoal/Model/AbstractModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ public function flatData()
*/
public function propertyValue($propertyIdent)
{
$getter = $this->getter($propertyIdent);
$getter = $this->camelize($propertyIdent);
$method = [ $this, $getter ];

if (is_callable($method)) {
Expand Down

0 comments on commit d9b8f88

Please sign in to comment.