How to extend Laravel core class MessageBags -
i need extend illuminate\support\messagebag because of add methods i cant bind own class app\support\mymessagebag laravel use class (that extends app\support\mymessagebag) instead of original core class.
do have ideas?
Comments
Post a Comment