]> _ Git - fluidbook-toolbox.git/commitdiff
wait #4714
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 29 Oct 2021 13:18:46 +0000 (15:18 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 29 Oct 2021 13:18:46 +0000 (15:18 +0200)
app/Jobs/UpdateWS2ThemeTable.php

index 132126041af816950dad3c2e55e3fb36831335e1..9b5217f0c39c9b1cfd842aca22e88396ac89a26c 100644 (file)
@@ -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)