From: Vincent Vanwaelscappel Date: Wed, 28 Jun 2023 16:46:55 +0000 (+0200) Subject: wait #6093 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=12fe319e32321626ae80c0db4862bb1b538e7b1b;p=fluidbook-toolbox.git wait #6093 @0:10 --- diff --git a/app/Console/Commands/WorkshopMigration.php b/app/Console/Commands/WorkshopMigration.php index 85a7f2424..f8f636a8a 100644 --- a/app/Console/Commands/WorkshopMigration.php +++ b/app/Console/Commands/WorkshopMigration.php @@ -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 = [];