Skip to content

Commit 6a32cbb

Browse files
author
Nami-Doc
committed
Fixes propelorm#116 - remove type + un-necessary code
1 parent 2fc8b73 commit 6a32cbb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cookbook/writing-behavior.markdown

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,7 @@ class AggregateColumnBehavior extends Behavior
122122
123123
public function objectMethods()
124124
{
125-
$script = _;
126-
$script .= $this->addUpdateAggregateColumn();
127-
return $script;
125+
return $this->addUpdateAggregateColumn();
128126
}
129127

130128
protected function addUpdateAggregateColumn()

0 commit comments

Comments
 (0)