mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 13:24:03 +00:00
484 B
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-43 | enunomaduro |
|
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. ✅