From: Vincent Vanwaelscappel Date: Fri, 29 Oct 2021 13:18:46 +0000 (+0200) Subject: wait #4714 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=39e7c0a6d323a1ee09282bc94d130e4a7a6f6632;p=fluidbook-toolbox.git wait #4714 --- diff --git a/app/Jobs/UpdateWS2ThemeTable.php b/app/Jobs/UpdateWS2ThemeTable.php index 132126041..9b5217f0c 100644 --- a/app/Jobs/UpdateWS2ThemeTable.php +++ b/app/Jobs/UpdateWS2ThemeTable.php @@ -133,7 +133,7 @@ class UpdateWS2ThemeTable implements ShouldQueue } $settings[$k] = $v; } - return ['theme_id' => $theme->id, 'nom' => $theme->name, 'proprietaire' => $theme->owner, 'icones' => $theme->iconSet, 'date' => strtotime($theme->creation_date), 'parametres' => json_encode($settings)]; + return ['theme_id' => $theme->id, 'nom' => $theme->name, 'proprietaire' => $theme->owner, 'icones' => $theme->iconSet, 'date' => strtotime($theme->updated_at), 'parametres' => json_encode($settings)]; } public static function colorAlphaToWS2($data)