Skip to content

Commit

Permalink
Rename formula to expression everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
jlsjonas committed Jan 30, 2019
1 parent 8901dc0 commit 72641c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -741,7 +741,7 @@ public function typeMultiPolygon(Fluent $column)
*/
protected function typeComputed(Fluent $column)
{
return "as ({$column->formula})";
return "as ({$column->expression})";
}

/**
Expand Down

0 comments on commit 72641c0

Please sign in to comment.