Skip to content

Commit

Permalink
generate exception if no metadata found from all drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
Dexter Morgan committed Dec 8, 2014
1 parent de94083 commit fce3369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Grid/Mapping/Metadata/Manager.php
Expand Up @@ -76,7 +76,7 @@ public function getMetadata($className, $group = 'default')
$fieldsMetadata[] = $driver->getFieldsMetadata($className, $group);
$groupBy = array_merge($groupBy, $driver->getGroupBy($className, $group));
}

$mappings = $cols = array();

foreach ($columns as $fieldName) {
Expand Down

0 comments on commit fce3369

Please sign in to comment.