mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-04-26 22:24:05 +08:00
Fix coding style
This commit is contained in:
parent
6418824139
commit
c0da5616f3
@ -59,7 +59,7 @@ class ActivityService
|
|||||||
return $this->activity->newInstance()->forceFill([
|
return $this->activity->newInstance()->forceFill([
|
||||||
'type' => strtolower($type),
|
'type' => strtolower($type),
|
||||||
'user_id' => user()->id,
|
'user_id' => user()->id,
|
||||||
'ip' => Request::ip(),
|
'ip' => Request::ip(),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user