Skip to content

Commit

Permalink
Apply fixes from StyleCI (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
msonowal authored Jan 5, 2019
1 parent 08a28d3 commit 592dac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Repositories/AuditLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ protected function build(string $description):? AuditActivityContract
$activity->request_infos = $this->requestInfos;
}

$attributes->created_at = Carbon::now();//setting the timestamp here only for actual event time tracking
$attributes->created_at = Carbon::now(); //setting the timestamp here only for actual event time tracking

return $activity;
}
Expand Down

0 comments on commit 592dac6

Please sign in to comment.