InspectController: no more need to specify all attrs

This commit is contained in:
Thomas Gelf 2015-11-09 18:32:46 +01:00
parent e302632196
commit bee2544028

View File

@ -38,8 +38,8 @@ class InspectController extends ActionController
if (! empty($type->fields)) {
$this->view->objects = $this->api()->getObjects(
$typeName,
$type->plural_name,
array_keys((array) $type->fields)
$type->plural_name
//array_keys((array) $type->fields)
);
}
}