Moved transformers to namespaced directory

This commit is contained in:
Elliot Hesp
2014-11-27 19:18:01 +00:00
parent 15b43dc9a9
commit 4804eb90f8
8 changed files with 29 additions and 8 deletions
+2 -2
View File
@@ -24,9 +24,9 @@ class Metric extends Eloquent implements \Dingo\Api\Transformer\TransformableInt
/**
* Get the transformer instance.
*
* @return ComponentTransformer
* @return MetricTransformer
*/
public function getTransformer() {
return new MetricTransformer();
return new CachetHQ\Cachet\Transformers\MetricTransformer();
}
}