From 2065cd1268b5447a3b67be4da73aac86ba34d761 Mon Sep 17 00:00:00 2001 From: lukinovec Date: Mon, 21 Feb 2022 11:35:35 +0100 Subject: [PATCH] Add actual created_at to Thread --- app/Console/Commands/WeeklyThread.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Commands/WeeklyThread.php b/app/Console/Commands/WeeklyThread.php index fe1214b..0ea0710 100644 --- a/app/Console/Commands/WeeklyThread.php +++ b/app/Console/Commands/WeeklyThread.php @@ -39,6 +39,7 @@ class WeeklyThread extends Command 'tweet_id' => $id, 'author_username' => 'archtechx', 'content' => $tweet->text, + 'created_at' => $tweet->created_at, ]); while ($answer = $this->ask('Add tweet? Paste URL', 'no')) {