dotkernel / dot-form

DotKernel form component extending and customizing laminas-form
MIT License
4 stars 0 forks source link

Error on php 8.0 #7

Closed pinclau closed 2 years ago

pinclau commented 2 years ago

On php 8.0 FormAbstractServiceFactory does not extend any class and return parent method canCreate(). you need only to extend LoggerAbstractServiceFactory without implements AbstractFactoryInterface because is already implemented from LoggerAbstractServiceFactory .

arhimede commented 2 years ago

@bidi47 introduced in https://github.com/dotkernel/dot-form/pull/5/files