Fix function name
This commit is contained in:
@@ -160,7 +160,7 @@
|
|||||||
*
|
*
|
||||||
* @return Metric
|
* @return Metric
|
||||||
*/
|
*/
|
||||||
public function postMetric() {
|
public function postMetrics() {
|
||||||
$metric = new Metric(Input::all());
|
$metric = new Metric(Input::all());
|
||||||
return $this->_saveMetric($metric);
|
return $this->_saveMetric($metric);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user