mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
465 B
465 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| Use tap() to do something with the object and immediately return it | 1498010800098734081 | weekly-thread-2022-08 | enunomaduro |
|
2022-02-27T19:03:01+00:00 | use-tap-to-do-something-with-the-object-and-immediately-return-it |
Use the @laravelphp's "tap()" function to do something with an object, and then return the object itself. 🧋