Fix function name

This commit is contained in:
Philip Manavopoulos
2014-11-25 21:52:26 +00:00
parent a32c210611
commit 1a8c3ac559

View File

@@ -160,7 +160,7 @@
*
* @return Metric
*/
public function postMetric() {
public function postMetrics() {
$metric = new Metric(Input::all());
return $this->_saveMetric($metric);
}