netojose / laravel-bootstrap-4-forms

Bootstrap 4 forms for Laravel 5/6/7/8
MIT License
183 stars 58 forks source link

Update FormService.php #110

Closed gavinsbtm closed 3 years ago

gavinsbtm commented 3 years ago

Removed type hinting from errorBag function to allow either a string or messageBag object. Maybe update to php union types in the future.