marvinlabs / laravel-html-bootstrap-4

Bootstrap 4 fluent HTML builder
MIT License
42 stars 15 forks source link

Not working with latest spatie html lib 2.20.0 #49

Closed wvdongen closed 5 years ago

wvdongen commented 5 years ago

See https://github.com/spatie/laravel-html/blob/master/CHANGELOG.md#2200---2019-01-18.

Fatal error: Access level to MarvinLabs\Html\Bootstrap\Elements\Traits\SizableComponent::size() must be public (as in class Spatie\Html\Elements\Input)

yusidabcs commented 5 years ago

Fast fix is just change from protected function size($size) to public function size($size) in SizableComponent Trait

vpratfr commented 5 years ago

Hi

I would happily accept a PR.

PaulusMenheere commented 5 years ago

Here you go..