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