devtical / nova-qrcode-field

A Laravel Nova field to generate QR Code
https://packagist.org/packages/devtical/nova-qrcode-field
MIT License
41 stars 14 forks source link

Make method signature compatible with Laravel Nova v4. #10

Closed metrixinfo closed 2 years ago

metrixinfo commented 2 years ago

In Laravel Nova v4, the filed is failing with the following.

[2022-04-29 19:58:22] local.ERROR: Declaration of Kristories\Qrcode\Qrcode::jsonSerialize() must be compatible with Laravel\Nova\Fields\Field::jsonSerialize(): array {"userId":"961ddb06-670d-4d3f-956b-595144f7e4ab","exception":"[object] (Symfony\Component\ErrorHandler\Error\FatalError(code: 0): Declaration of Kristories\Qrcode\Qrcode::jsonSerialize() must be compatible with Laravel\Nova\Fields\Field::jsonSerialize(): array at /var/www/html/vendor/kristories/nova-qrcode-field/src/Qrcode.php:72) [stacktrace]

0 {main}

"}

Kristories commented 2 years ago

Thanks @metrixinfo