stephenjude / filament-blog

A faceless blog content manager with configurable richtext and markdown support for filament admin panel
MIT License
147 stars 34 forks source link

Allow nullable asset fields #34

Closed pheeque closed 11 months ago

pheeque commented 11 months ago

When using the s3 driver, Flysystem fails with a type error for the nullable avatar and banner image fields. This PR checks that the fields are not null before requesting the assets from storage.