1
0
Fork 0
mirror of https://github.com/archtechx/laravel-tips.git synced 2025-12-12 05:14:04 +00:00
laravel-tips/content/tips/use-constructor-property-promotion-to-define-class-properties-directly-on-the-constructor.md
2021-10-29 19:24:25 +02:00

484 B

title tweet_id thread_slug author_username images created_at slug
Use constructor property promotion to define class properties directly on the constructor 1454133812863152128 weekly-thread-2021-44 enunomaduro
https://pbs.twimg.com/media/FCdTrpMX0AAid3y.jpg
2021-10-29T17:11:32+00:00 use-constructor-property-promotion-to-define-class-properties-directly-on-the-constructor

PHP reminder: you can define your class properties directly on the constructor.