Extending Functionality
Final Classes
Being able to extend a class is a flexible feature. In fact it's so flexible that it can be tricky to forsee all possible ways a class can be extended. As a defensive measure all Laravel Love classes will be declared as final
unless we'll need to make them extendable.
Updated over 5 years ago