Fixed bad method name

This commit is contained in:
James Brooks
2014-11-25 21:51:36 +00:00
parent 39bc6a1648
commit a32c210611

View File

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