Open Bahramn opened 3 years ago
I just removed the question mark before mixed and it worked.
Same problem here, can you update ?
Same problem
You can use this, same as the parent class Field
public function __construct($name, $attribute = null, callable $resolveCallback = null)
@martykan How? We can't make changes in the package's source code so where do you mean to put that line in order to resolve the problem?
@martykan How? We can't make changes in the package's source code so where do you mean to put that line in order to resolve the problem?
https://tomasvotruba.com/blog/2020/07/02/how-to-patch-package-in-vendor-yet-allow-its-updates/
Same problem
In PHP 8.0
I got this error:
Type mixed cannot be marked as nullable since mixed already includes null
https://github.com/nikaia/nova-rating-field/blob/6db4fdf4fc1177af401645149cda814f1fce27c3/src/Rating.php#L43