]> BookStack Code Mirror - bookstack/commitdiff
Fix coding style 2936/head
authorZero <redacted>
Thu, 23 Sep 2021 03:07:13 +0000 (11:07 +0800)
committerZero <redacted>
Thu, 23 Sep 2021 03:07:13 +0000 (11:07 +0800)
app/Actions/ActivityService.php

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