mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
back/forward buttons, fix timestamps in DB
This commit is contained in:
parent
3c618a2209
commit
733f0aa228
79 changed files with 171 additions and 6904 deletions
|
|
@ -81,6 +81,7 @@ class Tip extends Model
|
|||
'avatar' => $tweet->author->profile_image_url,
|
||||
])->username,
|
||||
'images' => array_map(fn (TwitterImage $image) => $image->url, $tweet->images),
|
||||
'created_at' => $tweet->created_at,
|
||||
]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue