]> _ Git - fluidbook-toolbox.git/commitdiff
wait #6093 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 28 Jun 2023 16:46:55 +0000 (18:46 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 28 Jun 2023 16:46:55 +0000 (18:46 +0200)
app/Console/Commands/WorkshopMigration.php

index 85a7f2424dfa24c040aaca9381604a7e3243b232..f8f636a8a241b7361835be94965c934699a2f3c4 100644 (file)
@@ -188,7 +188,7 @@ class WorkshopMigration extends CubistCommand
         $map = self::mapNames();
         $mapValues = self::mapValues();
 
-        $v3 = FluidbookPublication::withoutGlobalScopes()->where('version', 3)->pluck('id');
+        $v3 = FluidbookPublication::withoutGlobalScopes()->where('version', 3)->pluck('id')->toArray();
 
         $ignore = [];