carbon-fields icon indicating copy to clipboard operation
carbon-fields copied to clipboard

Fix deprecation warning in php 8.3

Open gettonet opened this issue 1 year ago • 2 comments

Change get_class() to self::class and avoid get_class() and get_parent_class() function calls without arguments deprecated warning.

gettonet avatar Mar 13 '24 09:03 gettonet

Please, release this fix

Daniel217D avatar Apr 21 '24 10:04 Daniel217D

should be static::class instead of self::class (gives error)

chrismccoy avatar Jun 08 '24 18:06 chrismccoy

Need this fix

UnknownChick avatar Jul 04 '24 11:07 UnknownChick

This was fixed with https://github.com/htmlburger/carbon-fields/pull/1239

atanas-vasilev-dev avatar Jul 19 '24 07:07 atanas-vasilev-dev

The fix for this issue is now released in https://github.com/htmlburger/carbon-fields/releases/tag/v3.6.5

atanas-vasilev-dev avatar Jul 31 '24 08:07 atanas-vasilev-dev