]> _ Git - fluidbook-toolbox.git/commitdiff
wait #6093 @0.25
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 29 Jun 2023 09:03:36 +0000 (11:03 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 29 Jun 2023 09:03:36 +0000 (11:03 +0200)
app/Models/FluidbookPublication.php

index 2c9083a60e18025d27578fc2f4cfb6d2833a542d..13dceba7f9fd03270a72cef9f479d5550b05f8d0 100644 (file)
@@ -697,6 +697,7 @@ class FluidbookPublication extends ToolboxSettingsModel
         $new->visits_counter = 0;
         $new->hash = '';
         $new->cid = '';
+        $new->version = 3;
         return $new;
     }