diff --git a/dist-persist/wbstack/src/Internal/WbStackPlatformReservedUser.php b/dist-persist/wbstack/src/Internal/WbStackPlatformReservedUser.php index 5f01c365d..9b06aaac4 100644 --- a/dist-persist/wbstack/src/Internal/WbStackPlatformReservedUser.php +++ b/dist-persist/wbstack/src/Internal/WbStackPlatformReservedUser.php @@ -45,7 +45,7 @@ public static function createIfNotExists() { $user->saveSettings(); // Promote the user to platform user?? - array_map( [ $user, 'addGroup' ], [ 'platform' ] ); + array_map( [ $user, 'addGroup' ], [ 'platform', 'bot' ] ); return true; }