Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Update ColumnRenderer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j authored Aug 29, 2018
1 parent e8b3937 commit 53c59c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/Spiral/ORM/Helpers/ColumnRenderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class_exists($definition)
&& is_a($definition, ColumnInterface::class, true)
) {
//Dedicating column definition to our column class
call_user_func([$definition, 'describeColumn'], $column);
call_user_func([$definition, 'describeColumn'], $column, $hasDefault, $default);

return $column;
}
Expand Down Expand Up @@ -196,4 +196,4 @@ public function castDefault(AbstractColumn $column)

return '';
}
}
}

0 comments on commit 53c59c8

Please sign in to comment.