Closed gettonet closed 4 months ago
Please, release this fix
should be static::class instead of self::class (gives error)
Need this fix
This was fixed with https://github.com/htmlburger/carbon-fields/pull/1239
The fix for this issue is now released in https://github.com/htmlburger/carbon-fields/releases/tag/v3.6.5
Change get_class() to self::class and avoid get_class() and get_parent_class() function calls without arguments deprecated warning.