Skip to content

Commit

Permalink
Include locale field in result
Browse files Browse the repository at this point in the history
  • Loading branch information
acasar committed Feb 24, 2016
1 parent d001e6b commit e90738f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Translatable.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ protected function getTranslatableAttributesFromSchema()

$columns = $builder->getColumnListing($this->getI18nTable());
unset($columns[array_search($this->getForeignKey(), $columns)]);
unset($columns[array_search($this->getLocaleKey(), $columns)]);

TranslatableConfig::cacheSet($this->getI18nTable(), $columns);

Expand Down

0 comments on commit e90738f

Please sign in to comment.