mirror of
https://github.com/archtechx/laravel-tips.git
synced 2025-12-12 05:14:04 +00:00
488 B
488 B
| title | tweet_id | thread_slug | author_username | images | created_at | slug | |
|---|---|---|---|---|---|---|---|
| PHP traits can contain abstract methods | 1505269900352258049 | weekly-thread-2022-11 | mmartin_joo |
|
2022-03-19T19:48:05+00:00 | php-traits-can-contain-abstract-methods |
💡Did you know you can write abstract methods in a trait?
This way you don't have to make assumptions about the models where the trait is used.
But instead, you have a clear contract: