1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2024-11-24 11:52:34 +01:00

Fix coding style

This commit is contained in:
Zero 2021-09-23 11:07:13 +08:00
parent 6418824139
commit c0da5616f3

View File

@ -59,7 +59,7 @@ class ActivityService
return $this->activity->newInstance()->forceFill([
'type' => strtolower($type),
'user_id' => user()->id,
'ip' => Request::ip(),
'ip' => Request::ip(),
]);
}