mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
472 B
472 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| You can now call `newLine()` on Stringable instances | 1509994032033804290 | weekly-thread-2022-13 | djgeisi |
|
2022-04-01T20:40:06+00:00 | you-can-now-call-newline-on-stringable-instances |
#PHP #Laravel Since todays Laravel 9.6 release a new newline() method was added to the Stringable Class.
Thanks to @paulandroshchuk who contributed this