mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-18 05:58:18 +01:00
Fix CS
This commit is contained in:
parent
7c1f27c4a1
commit
5bc7a3e6f7
@ -31,8 +31,8 @@ class AddMetricPointCommandHandler
|
||||
$createdAt = $command->createdAt;
|
||||
|
||||
$data = [
|
||||
'metric_id' => $metric->id,
|
||||
'value' => $command->value,
|
||||
'metric_id' => $metric->id,
|
||||
'value' => $command->value,
|
||||
];
|
||||
|
||||
if ($createdAt) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user