Skip to content

Commit 1613e97

Browse files
author
Andreas Aagaard
committed
# Initial
1 parent 81d09fb commit 1613e97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ActivityLogger.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public function createdAt(Carbon $dateTime)
114114

115115
public function useLog(string $logName)
116116
{
117-
$this->getActivity()->log_name = $logName;
117+
$this->getActivity()->logName = $logName;
118118

119119
return $this;
120120
}

0 commit comments

Comments
 (0)