]> BookStack Code Mirror - bookstack/blobdiff - app/Actions/ActivityService.php
Fix coding style
[bookstack] / 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,
-            'ip' => Request::ip(),
+            'ip'       => Request::ip(),
         ]);
     }