Skip to content

Commit

Permalink
# Initial
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Aagaard committed Apr 29, 2020
1 parent 81d09fb commit 1613e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ActivityLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public function createdAt(Carbon $dateTime)

public function useLog(string $logName)
{
$this->getActivity()->log_name = $logName;
$this->getActivity()->logName = $logName;

return $this;
}
Expand Down

0 comments on commit 1613e97

Please sign in to comment.