1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-12 05:14:04 +00:00

Add actual created_at to Thread

This commit is contained in:
lukinovec 2022-02-21 11:35:35 +01:00
parent 2d69b6782d
commit 2065cd1268

View file

@ -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')) {