]>
BookStack Code Mirror - bookstack/commitdiff
projects
/
bookstack
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
6418824
)
Fix coding style
2936/head
author
Zero
<redacted>
Thu, 23 Sep 2021 03:07:13 +0000
(11:07 +0800)
committer
Zero
<redacted>
Thu, 23 Sep 2021 03:07:13 +0000
(11:07 +0800)
app/Actions/ActivityService.php
patch
|
blob
|
history
diff --git
a/app/Actions/ActivityService.php
b/app/Actions/ActivityService.php
index 87cb075aee4fdb68fbae7e19a978304c886b8299..b2a4a132fc9b5a4930aa49300aee50497f525d52 100644
(file)
--- a/
app/Actions/ActivityService.php
+++ b/
app/Actions/ActivityService.php
@@
-59,7
+59,7
@@
class ActivityService
return $this->activity->newInstance()->forceFill([
'type' => strtolower($type),
'user_id' => user()->id,
- 'ip' => Request::ip(),
+ 'ip'
=> Request::ip(),
]);
}