mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 21:49:01 +01:00
Fix CS
This commit is contained in:
parent
71aae70306
commit
6f6e052f98
@ -84,6 +84,7 @@ class MetricController extends Controller
|
||||
public function putMetric($id)
|
||||
{
|
||||
dd($id);
|
||||
|
||||
return $this->metric->update($id, Binput::all());
|
||||
}
|
||||
|
||||
|
@ -55,7 +55,7 @@ class MetricPointController extends Controller
|
||||
}
|
||||
|
||||
/**
|
||||
* Updates a metric point
|
||||
* Updates a metric point.
|
||||
*
|
||||
* @param int $metricId
|
||||
* @param int $pointId
|
||||
|
@ -2,12 +2,11 @@
|
||||
|
||||
namespace CachetHQ\Cachet\Models;
|
||||
|
||||
use Carbon\Carbon;
|
||||
use CachetHQ\Cachet\Transformers\IncidentTransformer;
|
||||
use Carbon\Carbon;
|
||||
use Dingo\Api\Transformer\TransformableInterface;
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
use Illuminate\Database\Eloquent\SoftDeletingTrait;
|
||||
use Jenssegers\Date\Date;
|
||||
use McCool\LaravelAutoPresenter\PresenterInterface;
|
||||
use Watson\Validating\ValidatingTrait;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user