formers / former

A powerful form builder, for Laravel and other frameworks (stand-alone too)
https://formers.github.io/former/
1.34k stars 204 forks source link

Fixes for PHP 8.0 #598

Closed CedNet closed 3 years ago

CedNet commented 3 years ago

In php 8 method_exists' first value cannot default to null, must be object or string.

Was throwing error: method_exists(): Argument #1 ($object_or_class) must be of type object|string, null given.

stayallive commented 3 years ago

Thanks 👍