Fixes and validation rules
This commit is contained in:
@@ -28,7 +28,7 @@ class UpdateMetricPointCommandHandler
|
||||
{
|
||||
$point = $command->point;
|
||||
$metric = $command->metric;
|
||||
$createdAt = $command->createdAt;
|
||||
$createdAt = $command->created_at;
|
||||
|
||||
$data = [
|
||||
'metric_id' => $metric->id,
|
||||
|
||||
Reference in New Issue
Block a user