mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
Add actual created_at to Thread
This commit is contained in:
parent
2d69b6782d
commit
2065cd1268
1 changed files with 1 additions and 0 deletions
|
|
@ -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')) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue