Skip to content

Commit

Permalink
removed unnecessary method call
Browse files Browse the repository at this point in the history
  • Loading branch information
danil zakablukovskii committed Jun 13, 2015
1 parent 2db83d2 commit 2225d56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions DynamicActiveRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,6 @@ protected static function dotAttributes($prefix, $array)
*/
public function allAttributes()
{
$fields = parent::fields();

return array_merge(
array_values(parent::fields()),
static::dotAttributes(static::dynamicColumn(), $this->dynamicAttributes)
Expand Down

0 comments on commit 2225d56

Please sign in to comment.