class User extends MyCustomClass {}
class MyCustomClass extends Eloquent {}
Thanks, what if i want to extend three additional classes?
Thats what traits are for http://php.net/manual/en/language.oop5.traits.php
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community