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(),
]);
}